Commit graph

128 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
ac65ccf990 Color to alert icon 2018-09-16 18:19:47 +02:00
vjrj
29df8c44db Fire press dialog 2018-09-16 08:10:56 +02:00
vjrj
7b24d251d1 Dev settings 2018-09-15 09:43:40 +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
859e0b0c89 Translation link 2018-08-17 07:03:11 +02:00
Vicente J. Ruiz Jurado
46026917c7 Fetch fire data on new locations 2018-08-17 06:49:44 +02:00
Vicente J. Ruiz Jurado
07d28414be Parse doubles 2018-08-15 20:45:13 +02:00
Vicente J. Ruiz Jurado
32f3f065ae Fire stats in active fires after add 2018-08-15 10:28:10 +02:00
Vicente J. Ruiz Jurado
81a0d54a56 More work with fire alerts 2018-08-15 07:03:30 +02:00
Vicente J. Ruiz Jurado
7b33b3fe70 False positive, only type 2018-08-15 06:29:44 +02:00
Vicente J. Ruiz Jurado
d5bb87af27 Subs/unsubs optimistic 2018-08-15 05:56:48 +02:00
Vicente J. Ruiz Jurado
e8b2a6d0c0 Messages dispatch when store is loaded 2018-08-15 05:42:22 +02:00
Vicente J. Ruiz Jurado
8ae3c1a255 Better share of our app link 2018-08-14 10:16:06 +02:00
Vicente J. Ruiz Jurado
3253c429ab Support page improved 2018-08-14 10:09:37 +02:00
Vicente J. Ruiz Jurado
aa496b0ed2 Added package_info to get the package version 2018-08-14 09:41:03 +02:00
Vicente J. Ruiz Jurado
e308c9d319 Navigation issue in monitored areas 2018-08-14 09:10:22 +02:00
Vicente J. Ruiz Jurado
d3cd6012e6 Better error handling in fetch data 2018-08-14 08:55:14 +02:00
Vicente J. Ruiz Jurado
1a2cdfd814 Better integration of sentry 2018-08-14 07:56:13 +02:00
Vicente J. Ruiz Jurado
9f65745f76 Version 1.6 2018-08-13 08:26:07 +02:00
Vicente J. Ruiz Jurado
3982bb525a Redux in home 2018-08-13 08:25:53 +02:00
Vicente J. Ruiz Jurado
cb71bb24b3 Remove log 2018-08-13 07:49:57 +02:00
Vicente J. Ruiz Jurado
cf1452a9e9 New theme for development 2018-08-13 07:49:11 +02:00
Vicente J. Ruiz Jurado
4ff9d995e7 Spinner class. Fire notifications loading 2018-08-13 07:23:18 +02:00
Vicente J. Ruiz Jurado
fa63734ff2 Remove comments 2018-08-13 07:12:27 +02:00
Vicente J. Ruiz Jurado
18aaf002a3 Reorder fires 2018-08-08 21:29:28 +02:00
Vicente J. Ruiz Jurado
9d9c81e410 Version 1.5 2018-08-08 21:08:27 +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
e9c6c3fc55 Added more logs 2018-08-08 08:44:22 +02:00
Vicente J. Ruiz Jurado
6afe821861 Duplicate notif fixed 2018-08-07 09:11:16 +02:00
Vicente J. Ruiz Jurado
46bfa7c047 Log level renamed 2018-08-07 09:09:49 +02:00
Vicente J. Ruiz Jurado
de17ebe2b4 Monitorized areas to production 2018-08-06 13:20:19 +02:00
Vicente J. Ruiz Jurado
8bec702779 Version 1.3 2018-08-06 11:37:23 +02:00
Vicente J. Ruiz Jurado
0b56a02a0b Navigation improvements 2018-08-06 11:36:50 +02:00
Vicente J. Ruiz Jurado
e50ff5179b Added Monitorized Areas 2018-08-06 10:34:32 +02:00
Vicente J. Ruiz Jurado
31d2cd6a45 1.1 release 2018-08-04 18:08:21 +02:00
Vicente J. Ruiz Jurado
5b5b3f3585 Release modifications 2018-08-04 17:53:37 +02:00
Vicente J. Ruiz Jurado
bff9ab4b39 Fix for location pointer 2018-08-04 17:50:13 +02:00
Vicente J. Ruiz Jurado
4c09e7a42d New delete message 2018-08-04 17:49:36 +02:00
Vicente J. Ruiz Jurado
f9e1a94c48 Dropdown font 2018-08-04 12:28:15 +02:00
Vicente J. Ruiz Jurado
e9353dcf01 Add some padding 2018-08-04 11:27:42 +02:00
Vicente J. Ruiz Jurado
6467ef9374 Some delay in message 2018-08-04 11:23:22 +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
726cd6b65d Improved i18n message 2018-08-04 00:10:55 +02:00
Vicente J. Ruiz Jurado
7bcf8c7f94 About improved 2018-08-04 00:05:32 +02:00
Vicente J. Ruiz Jurado
10b8680490 Fire notification dialog. Connectivity dialgo 2018-08-03 23:07:13 +02:00
Vicente J. Ruiz Jurado
e67256c010 Connectivity redux work 2018-08-03 20:26:15 +02:00