2024-03-12 12:00:05 +05:30
|
|
|
name: traderscircuit
|
|
|
|
|
description: A new Flutter project.
|
|
|
|
|
|
2024-03-21 17:58:30 +05:30
|
|
|
publish_to: "none"
|
|
|
|
|
|
2024-03-12 12:00:05 +05:30
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
|
|
environment:
|
2024-03-19 22:57:32 -07:00
|
|
|
sdk: ">=2.19.6 <3.0.0"
|
2024-03-12 12:00:05 +05:30
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
|
|
cupertino_icons: ^1.0.2
|
2024-03-15 19:30:17 +05:30
|
|
|
get: ^4.6.5
|
|
|
|
|
flutter_screenutil: ^5.9.0
|
|
|
|
|
flutter_svg: ^2.0.5
|
|
|
|
|
shared_preferences: ^2.0.15
|
|
|
|
|
connectivity_plus: ^5.0.2
|
|
|
|
|
glassmorphism: ^3.0.0
|
2024-03-19 12:19:01 +05:30
|
|
|
pin_code_fields: ^8.0.1
|
|
|
|
|
fluttertoast: ^8.0.9
|
2024-03-20 19:30:42 +05:30
|
|
|
dropdown_button2: ^2.1.4
|
2024-03-21 17:58:30 +05:30
|
|
|
gap: ^3.0.1
|
|
|
|
|
image_picker: ^1.0.7
|
|
|
|
|
dotted_border: ^2.1.0
|
2024-03-26 15:01:38 +05:30
|
|
|
image_cropper: ^5.0.1
|
2024-03-22 17:21:40 +05:30
|
|
|
file_picker: ^8.0.0+1
|
|
|
|
|
lottie: ^2.7.0
|
2024-03-29 11:54:08 +05:30
|
|
|
chewie: ^1.7.5
|
2024-03-29 17:59:32 +05:30
|
|
|
video_player: ^2.5.2
|
2024-03-12 12:00:05 +05:30
|
|
|
|
2024-04-01 16:43:19 +05:30
|
|
|
onesignal_flutter: ^3.5.1
|
|
|
|
|
cached_network_image: ^3.3.1
|
|
|
|
|
firebase_core:
|
|
|
|
|
dio: ^5.1.2
|
2024-03-26 15:03:45 +05:30
|
|
|
|
2024-03-12 12:00:05 +05:30
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
|
|
|
|
|
2024-03-15 19:30:17 +05:30
|
|
|
assets:
|
|
|
|
|
- assets/images/
|
|
|
|
|
- assets/images/svg/
|
2024-03-19 22:57:32 -07:00
|
|
|
- assets/images/svg/sidemenu/
|
|
|
|
|
- assets/images/png/sidemenu/
|
2024-03-15 19:30:17 +05:30
|
|
|
- assets/images/png/
|
2024-03-19 22:57:32 -07:00
|
|
|
|
2024-03-15 19:30:17 +05:30
|
|
|
fonts:
|
|
|
|
|
- family: manrope
|
|
|
|
|
fonts:
|
|
|
|
|
- asset: assets/fonts/manrope/Manrope-VariableFont_wght.ttf
|