-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
81 lines (74 loc) · 2.13 KB
/
Copy pathpubspec.yaml
File metadata and controls
81 lines (74 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: himotoku
description: An android comic reading app.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# major.minor.patch+build
# patch -> fix small issues in previous build.
# minor -> minor improvements, minor api change etc
# major -> Big changes/breaking changes
# build -> beta: unstable code, rc, stable, nightly
# Order: stable > rc > nightly/dev > beta > alpha
version: 0.1.1-alpha
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
archive: ^3.3.5
cached_network_image: ^3.2.2
ffi: ^2.0.1
file_picker: ^5.2.0+1
firebase_core: ^2.7.1
firebase_crashlytics: ^3.0.16
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_isolate: ^2.0.4
flutter_local_notifications: ^13.0.0
flutter_markdown: ^0.6.13
flutter_native_splash: ^2.2.9
flutter_rust_bridge: ^1.59.0
freezed_annotation: ^2.2.0
html: ^0.15.1
http: ^0.13.5
infinite_scroll_pagination: ^3.2.0
isar: ^3.0.2
isar_flutter_libs: ^3.0.2
jiffy: ^6.1.0
json_annotation: ^4.8.0
flutter_downloader: ^1.10.2
inview_notifier_list: ^3.0.0
path_provider: ^2.0.11
permission_handler: ^10.1.0
rechron: ^0.2.0
url_launcher: ^6.1.5
version: ^3.0.2
yaml: ^3.1.1
firebase_performance: ^0.9.0+15
dev_dependencies:
build_runner: ^2.3.3
ffigen: ^7.2.0
flutter_lints: ^2.0.0
# flutter_test:
# sdk: flutter
freezed: ^2.3.2
isar_generator: ^3.0.2
flutter_launcher_icons: ^0.12.0
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/splash.png
- assets/splash-light.png
- pubspec.yaml
# fonts:
# - family: Nunito
# fonts:
# - asset: assets/Fonts/Nunito/Nunito.ttf
flutter_icons:
android: true
ios: false
image_path: "assets/ic_launcher.png"
min_sdk_android: 16 # android min sdk min:16, default 21