-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (32 loc) · 1.29 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
name: gstin_check
description: This project is a mock application using MVVM design pattern. The whole purpose of this sample app is to check the user information and provide dynamic values. Implementing with the best practices
publish_to: 'none'
version: 1.1.1+2
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
http: ^0.13.3 # Model - Http services provider
provider: ^6.0.0 # ViewModel - For Change Notifiers or 2Way Binding
localstorage: ^4.0.0+1 # LocalStorage - On Device Storage
sqflite: ^2.0.0+4 # SqlDB - On Device Storage
timelines: ^0.1.0 # Timeline effect
dev_dependencies:
#test_api: ^0.4.3 # Dependency for Test Package
test: ^1.17.11 # Unit Testing Package
build_runner: any
flutter_launcher_icons: "^0.9.2"
flutter_icons:
android: "launcher_icon"
remove_alpha_ios: true
ios: true
image_path: "assets/app_icons/playstore.png"
flutter:
uses-material-design: true
assets:
- assets/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages