Initial commit: SIBU 2.0 MISSION
This commit is contained in:
52
old/pubspec.yaml
Normal file
52
old/pubspec.yaml
Normal file
@ -0,0 +1,52 @@
|
||||
name: sibu
|
||||
description: A new Flutter project.
|
||||
publish_to: none
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.6.0
|
||||
|
||||
dependencies:
|
||||
flutter: # CRITICAL: Required for every Flutter project - DO NOT REMOVE
|
||||
sdk: flutter # CRITICAL: Required for every Flutter project - DO NOT REMOVE
|
||||
|
||||
# CRITICAL: Core UI and responsive design - DO NOT REMOVE OR MODIFY
|
||||
sizer: ^2.0.15 # Required for responsive design system
|
||||
flutter_svg: ^2.0.9 # Required for SVG icon support
|
||||
google_fonts: ^6.1.0 # Required for typography (replaces local fonts)
|
||||
shared_preferences: ^2.5.3 # Required for local data storage
|
||||
web: ^1.1.1
|
||||
|
||||
# Feature dependencies - safe to modify
|
||||
cached_network_image: ^3.3.1
|
||||
connectivity_plus: ^6.1.4
|
||||
dio: ^5.4.0
|
||||
fluttertoast: ^8.2.4
|
||||
fl_chart: ^0.65.0
|
||||
camera: ^0.10.5+5
|
||||
image_picker: ^1.0.4
|
||||
permission_handler: ^11.1.0
|
||||
google_maps_flutter: ^2.12.3
|
||||
geolocator: ^13.0.4
|
||||
supabase_flutter: ^2.10.3
|
||||
url_launcher: ^6.3.2
|
||||
intl: ^0.20.2
|
||||
|
||||
universal_html: ^2.2.4
|
||||
dev_dependencies:
|
||||
flutter_test: # CRITICAL: Required for Flutter project testing - DO NOT REMOVE
|
||||
sdk: flutter # CRITICAL: Required for Flutter project testing - DO NOT REMOVE
|
||||
flutter_lints: ^5.0.0 # CRITICAL: Required for code quality - DO NOT REMOVE
|
||||
|
||||
flutter:
|
||||
uses-material-design: true # CRITICAL: Required for Material icon font - DO NOT REMOVE
|
||||
assets:
|
||||
- assets/
|
||||
- assets/images/
|
||||
# CRITICAL ASSET MANAGEMENT RULES:
|
||||
# - DO NOT ADD NEW ASSET DIRECTORIES (assets/svg/, assets/icons/, etc.)
|
||||
# - ONLY USE EXISTING AND ITEMS AVAILABLE IN THE DIRECTORIES LISTED ABOVE (assets/, assets/images/)
|
||||
|
||||
# CRITICAL FONTS RULE:
|
||||
# - THIS PROJECT USES GOOGLE FONTS INSTEAD OF LOCAL FONTS
|
||||
# - DO NOT ADD ANY LOCAL FONTS SECTION OR FONT FILES
|
||||
Reference in New Issue
Block a user