Skip to content
Snippets Groups Projects

Clhp map

5 files
+ 807
29
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
4
@@ -12,17 +12,17 @@ dependencies:
flutter_map: ^4.0.0 # Maps ans map customization
http: ^0.13.3 # HTTPS requests
latlong2: ^0.8.2 # LatLng object
provider: ^5.0.0
provider: ^5.0.0 # Ice layer bar chart configuration
fl_chart: ^0.20.0-nullsafety1 # Charts and diagrams
google_fonts: any # Fonts
syncfusion_flutter_maps: ^20.4.41 # Choropleth map_handler
syncfusion_flutter_core: any # Choropleth shape selection
path_provider: ^2.0.8
path_provider: ^2.0.8 # Persistent variables
shared_preferences: any # Persistent data storage
fuzzy: any # Search algorithm
connectivity_plus: ^3.0.3 # Check internet connection
get: ^4.6.5
liquid_pull_to_refresh: ^3.0.0 # Pull to refresh
get: ^4.6.5 # HTTP get requests
liquid_pull_to_refresh: ^3.0.0 # Pull to refresh animation
dev_dependencies:
flutter_test:
Loading