Commit graph

29 commits

Author SHA1 Message Date
eb0d19621c Migrate fires_flutter to flutter_map v6.1.0 and complete major null-safety fixes
- Updated Android build files: gradle plugin 8.2.2, gradle 8.3, SDK 34, minSdk 21
- Ran dart fix --apply for 87 automatic null-safety fixes
- Migrated flutter_map v6 API breaking changes:
  - MapOptions: center → initialCenter, zoom → initialZoom
  - layers → children structure
  - TileLayerOptions/MarkerLayerOptions/PolylineLayerOptions → TileLayer/MarkerLayer/PolylineLayer
  - Removed plugin_api.dart imports
  - Converted old plugin system (ZoomMapPlugin, AttributionPlugin, etc.) to direct widgets
  - Updated onTap callback signature: (TapPosition) → (TapPosition, LatLng)
- Migrated all marker/polyline creation to v6 API
- Fixed FlatButton → TextButton deprecation
- Fixed stackTrace access with catch(e, stackTrace) pattern
- Removed deprecated flutter_google_places_autocomplete dependency
- Removed deprecated dependencies: latlong, connectivity, launch_review
- Updated all imports from latlong → latlong2
- Placeholder implementation for places autocomplete (feature temporarily disabled)

Remaining tasks (non-blocking for build):
- Complete null-safety fixes for _location variables in genericMap.dart
- Fix theme.dart MaterialTheme parameter issues
- Fix customStepper.dart null-safety issues
- Final build and testing
2026-03-05 02:10:14 +01:00
21ec08303a Last changes not published 2026-03-05 01:18:27 +01:00
vjrj
29df8c44db Fire press dialog 2018-09-16 08:10:56 +02:00
Vicente J. Ruiz Jurado
e6c3833765 Sentry moved to lib. Catch markers errors 2018-08-17 12:04:58 +02:00
Vicente J. Ruiz Jurado
f476a099f8 Remove double parsing in map 2018-08-17 07:10:29 +02:00
Vicente J. Ruiz Jurado
07d28414be Parse doubles 2018-08-15 20:45:13 +02:00
Vicente J. Ruiz Jurado
cb71bb24b3 Remove log 2018-08-13 07:49:57 +02:00
Vicente J. Ruiz Jurado
18aaf002a3 Reorder fires 2018-08-08 21:29:28 +02:00
Vicente J. Ruiz Jurado
cb02156ae1 Better fire stats. False positives mark api part 2018-08-08 08:55:31 +02:00
Vicente J. Ruiz Jurado
bff9ab4b39 Fix for location pointer 2018-08-04 17:50:13 +02:00
Vicente J. Ruiz Jurado
76085dcb2f False positives in fire notifications 2018-08-04 11:19:54 +02:00
Vicente J. Ruiz Jurado
845c38bf04 Map attribution & map layers plugin 2018-08-04 09:14:51 +02:00
Vicente J. Ruiz Jurado
29a9f43e00 Fire share with serverUrl 2018-08-03 08:43:59 +02:00
Vicente J. Ruiz Jurado
367df46f7e More work with fire stats 2018-08-01 22:47:18 +02:00
Vicente J. Ruiz Jurado
9dd8a7de97 More work with fire notifications 2018-07-31 12:51:10 +02:00
Vicente J. Ruiz Jurado
8926fc20d9 Fire notification map 2018-07-26 22:32:30 +02:00
vjrj
eedd39f6fc More redux work 2018-06-29 00:36:43 +02:00
vjrj
657fecdf17 More redux work 2018-06-28 18:52:48 +02:00
vjrj
866e776389 Redux (wip) 2018-06-27 12:08:36 +02:00
vjrj
eb851a8069 Render issue in floating btn 2018-06-27 10:05:03 +02:00
vjrj
c9941429f0 YourLocation and some persist work 2018-06-27 08:22:00 +02:00
vjrj
6488957148 i18n (wip) 2018-06-26 16:50:05 +02:00
vjrj
cee04a3d12 Removed column on fires map 2018-06-25 19:55:09 +02:00
vjrj
4fecc291a4 Add messaging 2018-06-13 12:02:08 +02:00
vjrj
521eef5aa8 More work with map location operations 2018-06-13 09:57:24 +02:00
vjrj
fb33596481 Minor changes 2018-06-12 21:15:49 +02:00
vjrj
f970c6b4fe Refactor. Fires marker calibration 2018-06-12 21:06:40 +02:00
vjrj
b5b8b3da51 Locations persist. Leaflet and Rest queries 2018-06-10 16:20:18 +02:00
vjrj
8e4e469eb8 Added fire locations 2018-06-09 13:09:29 +02:00