-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (52 loc) · 1.61 KB
/
pubspec.yaml
File metadata and controls
56 lines (52 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: calcotron
description: Official Calcotron Project
publish_to:
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
syncfusion_flutter_charts: ^20.1.52
sqflite: ^2.0.0+3
flutter_staggered_grid_view: ^0.4.0-nullsafety.3
flutter:
sdk: flutter
photo_view: ^0.13.0
cupertino_icons: ^1.0.2
animated_splash_screen: ^1.2.0
page_transition: ^2.0.5
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
assets:
- img/
- img/formula_imgs/
- img/formula_imgs/Chemistry/
- img/formula_imgs/Chemistry/AcidsBases/
- img/formula_imgs/Chemistry/BioChem/
- img/formula_imgs/Chemistry/ElectroChem/
- img/formula_imgs/Chemistry/Inorganic/
- img/formula_imgs/Chemistry/OrgChem/
- img/formula_imgs/Chemistry/PeriodicTable/
- img/formula_imgs/Chemistry/PhysicalChem/
- img/formula_imgs/Chemistry/ThermoChem/
- img/formula_imgs/Maths/
- img/formula_imgs/Maths/Sets/
- img/formula_imgs/Maths/Vector&Matrices/
- img/formula_imgs/Maths/Differentiation/
- img/formula_imgs/Maths/Integration/
- img/formula_imgs/Maths/Probab/
- img/formula_imgs/Maths/QuadEqu/
- img/formula_imgs/Maths/SeriesSequ/
- img/formula_imgs/Maths/Statistics/
- img/formula_imgs/Maths/Trig/
- img/formula_imgs/Physics/
- img/formula_imgs/Physics/Classical Mechanics/
- img/formula_imgs/Physics/Themodynamics/
- img/formula_imgs/Physics/ElectroMagn/
- img/formula_imgs/Physics/Optics/
- img/formula_imgs/Physics/Quantum/
- img/formula_imgs/Physics/Relativity/