|
|
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 |
|
|
|
292cf65bbc
|
Last changes not commited
|
2026-03-05 01:19:26 +01:00 |
|
|
|
21ec08303a
|
Last changes not published
|
2026-03-05 01:18:27 +01:00 |
|
Vicente J. Ruiz Jurado
|
c46bf2ebf6
|
version 1.9
|
2018-08-21 20:58:31 +02:00 |
|
Vicente J. Ruiz Jurado
|
d40859c5d8
|
Localize app_name
|
2018-08-17 06:48:50 +02:00 |
|
Vicente J. Ruiz Jurado
|
2bcdb7e77c
|
version 1.8
|
2018-08-15 07:04:20 +02:00 |
|
Vicente J. Ruiz Jurado
|
ef932f84e6
|
version 1.7
|
2018-08-14 09:40:30 +02:00 |
|
Vicente J. Ruiz Jurado
|
9f65745f76
|
Version 1.6
|
2018-08-13 08:26:07 +02:00 |
|
Vicente J. Ruiz Jurado
|
9d9c81e410
|
Version 1.5
|
2018-08-08 21:08:27 +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
|
864ee28584
|
Added flavours
|
2018-08-04 22:44:32 +02:00 |
|
Vicente J. Ruiz Jurado
|
daa1ae343f
|
Added flavours
|
2018-08-04 22:41:37 +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 |
|
vjrj
|
e8315adb1d
|
Added deps after crash
|
2018-06-25 19:14:57 +02:00 |
|
vjrj
|
4fecc291a4
|
Add messaging
|
2018-06-13 12:02:08 +02:00 |
|
vjrj
|
345b54bec3
|
Renaming package to org.comunes.fires
|
2018-06-13 10:39:33 +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 |
|
vjrj
|
c4438365ab
|
Initial commit
|
2018-06-08 11:30:33 +02:00 |
|