6/28/1
This commit is contained in:
58
pubspec.yaml
58
pubspec.yaml
@@ -1,12 +1,11 @@
|
||||
name: SEFER
|
||||
description: A new Flutter project.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.5 <4.0.0'
|
||||
|
||||
sdk: ">=3.0.5 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
@@ -14,7 +13,7 @@ dependencies:
|
||||
cupertino_icons: ^1.0.2
|
||||
firebase_messaging: ^14.6.7
|
||||
firebase_core: ^2.15.0
|
||||
flutter_local_notifications: ^16.2.0
|
||||
flutter_local_notifications: ^16.2.0
|
||||
google_maps_flutter: ^2.5.0
|
||||
sqflite: ^2.3.0
|
||||
path: ^1.8.3
|
||||
@@ -30,25 +29,25 @@ dependencies:
|
||||
geolocator: ^10.0.0
|
||||
flutter_paypal: ^0.2.0
|
||||
google_fonts: ^4.0.4
|
||||
# flutter_launcher_icons: ^0.13.1
|
||||
flutter_launcher_icons: #^0.13.1
|
||||
flutter_rating_bar: ^4.0.1
|
||||
flutter_font_icons: ^2.2.5
|
||||
image_picker: ^1.0.4
|
||||
flutter_stripe: ^9.5.0+1
|
||||
# camera: ^0.10.5+5 #to be remove
|
||||
# camera: ^0.10.5+5 #to be remove
|
||||
flutter_widget_from_html: ^0.14.6
|
||||
local_auth: ^2.1.7
|
||||
# image: ^4.1.3 #to be remove
|
||||
# image: ^4.1.3 #to be remove
|
||||
image_cropper: ^4.0.1
|
||||
envied: ^0.5.2
|
||||
# cached_network_image: ^3.3.0
|
||||
# cached_network_image: ^3.3.0
|
||||
calendar_builder: ^0.0.6
|
||||
agora_rtc_engine: ^6.2.6
|
||||
flutter_tts: ^3.8.5
|
||||
permission_handler: ^11.3.0
|
||||
# google_generative_ai: ^0.0.1-dev
|
||||
# google_generative_ai: ^0.0.1-dev
|
||||
vibration: ^1.8.4
|
||||
wakelock_plus:
|
||||
wakelock_plus:
|
||||
record: ^5.0.5
|
||||
dio: ^5.4.3+1
|
||||
webview_flutter: ^4.7.0
|
||||
@@ -58,9 +57,6 @@ dependencies:
|
||||
sign_in_with_apple: ^6.1.0
|
||||
firebase_auth: ^4.19.6
|
||||
|
||||
|
||||
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -68,23 +64,23 @@ dev_dependencies:
|
||||
envied_generator: ^0.5.2
|
||||
build_runner: ^2.4.6
|
||||
|
||||
#flutter_launcher_icons:
|
||||
# android: "launcher_icon"
|
||||
# ios: true
|
||||
# image_path: "assets/images/logo.png"
|
||||
# min_sdk_android: 21
|
||||
# web:
|
||||
# generate: true
|
||||
# image_path: "assets/images/logo.png"
|
||||
# background_color: "#hexcode"
|
||||
# theme_color: "#hexcode"
|
||||
# windows:
|
||||
# generate: true
|
||||
# image_path: "assets/images/logo.png"
|
||||
# icon_size: 48
|
||||
# macos:
|
||||
# generate: true
|
||||
# image_path: "assets/images/logo.png"
|
||||
flutter_launcher_icons:
|
||||
android: "launcher_icon"
|
||||
ios: true
|
||||
image_path: "assets/images/logo.png"
|
||||
min_sdk_android: 21
|
||||
web:
|
||||
generate: true
|
||||
image_path: "assets/images/logo.png"
|
||||
background_color: "#hexcode"
|
||||
theme_color: "#hexcode"
|
||||
windows:
|
||||
generate: true
|
||||
image_path: "assets/images/logo.png"
|
||||
icon_size: 48
|
||||
macos:
|
||||
generate: true
|
||||
image_path: "assets/images/logo.png"
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
@@ -103,4 +99,4 @@ flutter:
|
||||
- asset: assets/fonts/josefin.ttf
|
||||
- family: digit
|
||||
fonts:
|
||||
- asset: assets/fonts/digit.ttf
|
||||
- asset: assets/fonts/digit.ttf
|
||||
|
||||
Reference in New Issue
Block a user