-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (38 loc) · 896 Bytes
/
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
name: sm_core
description: "A simple core library for flutter, providing some common utilities and classes."
version: 0.0.6
homepage: "https://github.com/shay-wong/flutter_sm_core"
repository: "https://github.com/shay-wong/flutter_sm_core"
issue_tracker: "https://github.com/shay-wong/flutter_sm_core/issues"
environment:
sdk: ">=3.3.1 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_easyloading: ^3.0.5
flutter_screenutil: ^5.9.3
sm_logger: ^0.0.10
sm_models: ^0.0.5
sm_network: ^0.1.1
sm_widget: ^0.0.8
sm_get_plus: ^0.0.3
get: ^4.6.6
intl: ^0.19.0
loading_animation_widget: ^1.2.1
url_launcher: ^6.3.0
dev_dependencies:
build_runner: ^2.4.11
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
flutter:
uses-material-design: true
platforms:
android:
ios:
linux:
macos:
web:
windows: