-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
58 lines (50 loc) · 1.08 KB
/
pubspec.yaml
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
name: narad
description: A news app.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.16.2 <3.0.0"
dependencies:
auto_route: ^3.2.4
cached_network_image: ^3.2.0
connectivity_plus: ^2.2.1
cupertino_icons: ^1.0.2
equatable: ^2.0.3
fluentui_system_icons: ^1.1.163
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_image_compress: ^1.1.0
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^5.0.2
freezed_annotation: ^1.1.0
get_it: ^7.2.0
google_fonts: ^2.3.1
hive: ^2.1.0
intl: ^0.17.0
json_annotation: ^4.4.0
path: ^1.8.0
path_provider: ^2.0.9
share_plus: ^4.0.3
shared_preferences: ^2.0.13
timeago: ^3.2.2
url_strategy: ^0.2.0
webview_flutter: ^3.0.1
dev_dependencies:
auto_route_generator: ^3.2.3
build_runner: ^2.1.8
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
freezed: ^1.1.1
json_serializable: ^6.1.5
mockito: ^5.1.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
flutter:
uses-material-design: true
generate: true