Initial commit
This commit is contained in:
91
app_code/pubspec.yaml
Normal file
91
app_code/pubspec.yaml
Normal file
@@ -0,0 +1,91 @@
|
||||
name: grostore
|
||||
description: Grostore Flutter App
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.2.4+5
|
||||
|
||||
environment:
|
||||
sdk: '>=3.2.6 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
intl: ^0.20.2
|
||||
|
||||
|
||||
cupertino_icons: ^1.0.2
|
||||
provider: ^6.0.5
|
||||
route_transitions: ^2.0.1
|
||||
shared_value: ^3.0.0
|
||||
http: ^1.5.0
|
||||
intl_phone_number_input: ^0.7.3+1
|
||||
toast: ^0.3.0
|
||||
go_router: ^16.2.5
|
||||
one_context: ^4.1.0
|
||||
badges: ^3.1.1
|
||||
cached_network_image: ^3.2.3
|
||||
shimmer: ^3.0.0
|
||||
dotted_line: ^3.1.0
|
||||
flutter_svg: ^2.0.5
|
||||
google_fonts: ^6.3.2
|
||||
flutter_countdown_timer: ^4.1.0
|
||||
url_launcher: ^6.1.11
|
||||
webview_flutter: ^4.2.2
|
||||
image_picker: ^1.2.0
|
||||
flutter_bloc: ^9.1.1
|
||||
equatable: ^2.0.5
|
||||
calendar_date_picker2: ^2.0.1
|
||||
carousel_slider: ^5.1.1
|
||||
open_file: ^3.5.10
|
||||
path_provider: ^2.1.5
|
||||
pdf:
|
||||
icons_launcher:
|
||||
image_path: "assets/logos/logo_a.png"
|
||||
platforms:
|
||||
android:
|
||||
enable: true
|
||||
ios:
|
||||
enable: true
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
flutter_lints: ^6.0.0
|
||||
rename: ^3.0.1
|
||||
icons_launcher: ^3.0.3
|
||||
|
||||
|
||||
flutter:
|
||||
|
||||
|
||||
generate: true
|
||||
uses-material-design: true
|
||||
|
||||
|
||||
|
||||
assets:
|
||||
- assets/
|
||||
- assets/icons/
|
||||
- assets/logos/
|
||||
- assets/images/
|
||||
- assets/flags/
|
||||
|
||||
|
||||
|
||||
|
||||
# fonts:
|
||||
# - family: Schyler
|
||||
# fonts:
|
||||
# - asset: fonts/Schyler-Regular.ttf
|
||||
# - asset: fonts/Schyler-Italic.ttf
|
||||
# style: italic
|
||||
# - family: Trajan Pro
|
||||
# fonts:
|
||||
# - asset: fonts/TrajanPro.ttf
|
||||
# - asset: fonts/TrajanPro_Bold.ttf
|
||||
# weight: 700
|
||||
Reference in New Issue
Block a user