initial commit: push everything
This commit is contained in:
101
pubspec.yaml
Normal file
101
pubspec.yaml
Normal file
@@ -0,0 +1,101 @@
|
||||
name: nearle
|
||||
description: Nearle Rider - Smarter Deliveries, Powered by AI
|
||||
publish_to: "none"
|
||||
|
||||
version: 1.2.28+145
|
||||
|
||||
|
||||
environment:
|
||||
sdk: ^3.9.2
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^1.0.8
|
||||
introduction_screen: ^4.0.0
|
||||
smooth_page_indicator: ^1.2.1
|
||||
get: ^4.7.2
|
||||
http: ^1.2.2
|
||||
device_info_plus: ^12.2.0
|
||||
firebase_core: ^4.2.0
|
||||
firebase_messaging: ^16.0.3
|
||||
image_picker: ^1.1.2
|
||||
shared_preferences: ^2.3.3
|
||||
sms_autofill: ^2.3.0
|
||||
webview_flutter: ^4.8.0
|
||||
audioplayers: ^6.5.1
|
||||
flutter_local_notifications: ^19.5.0
|
||||
path_provider: ^2.1.4
|
||||
geolocator: ^14.0.2
|
||||
connectivity_plus: ^7.0.0
|
||||
slide_to_submit_button: ^1.0.3
|
||||
flutter_tts: ^4.0.2
|
||||
vibration: ^3.1.4
|
||||
google_maps_flutter: ^2.13.1
|
||||
contained_tab_bar_view: ^0.8.0
|
||||
tab_indicator_styler: ^2.0.0
|
||||
geocoding: ^4.0.0
|
||||
fl_chart: ^1.1.1
|
||||
flutter_polyline_points: ^3.1.0
|
||||
battery_plus: ^7.0.0
|
||||
provider: ^6.1.5+1
|
||||
slider_button_lite: ^1.0.1
|
||||
url_launcher: ^6.3.2
|
||||
circular_countdown_timer: ^0.2.4
|
||||
lottie: ^3.3.2
|
||||
flutter_foreground_task: ^7.0.3
|
||||
floating: ^6.0.0
|
||||
bottom_sheet: ^4.0.4
|
||||
wakelock_plus: ^1.1.1
|
||||
minio: ^3.5.8
|
||||
package_info_plus: ^8.0.0
|
||||
flutter_native_splash: ^2.4.7
|
||||
new_version_plus: ^0.1.1
|
||||
raindrop_animated_splash_screen: ^0.0.2
|
||||
alp_animated_splashscreen: ^0.0.6
|
||||
flutter_slidable: ^4.0.3
|
||||
animated_stack: ^0.3.3
|
||||
flutter_screenutil: ^5.9.3
|
||||
shimmer: ^3.0.0
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
scratcher: ^2.5.0
|
||||
confetti: ^0.8.0
|
||||
permission_handler: ^12.0.1
|
||||
mqtt_client: ^10.3.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/images/nearlelauncher.png"
|
||||
remove_alpha_ios: true
|
||||
flutter_native_splash:
|
||||
color: "#FFFFFF"
|
||||
image: assets/images/white.png
|
||||
android_12:
|
||||
image: assets/images/white.png
|
||||
icon_background_color: "#FFFFFF"
|
||||
|
||||
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/audio/
|
||||
- assets/lotties/
|
||||
|
||||
fonts:
|
||||
- family: Proxima Nova
|
||||
fonts:
|
||||
- asset: assets/fonts/ProximaNova/proximanova_regular.ttf
|
||||
weight: 400
|
||||
- asset: assets/fonts/ProximaNova/proximanova_bold.otf
|
||||
weight: 700
|
||||
Reference in New Issue
Block a user