Skip to content

Commit

Permalink
Fix late initialization error, see fleaflet#1288
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Jun 29, 2022
1 parent bee620c commit 3d776bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/map/map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MapControllerImpl implements MapController {
_mapEventSink.close();
}

late final MapState _state;
late MapState _state;

@override
set state(MapState state) {
Expand Down

0 comments on commit 3d776bd

Please sign in to comment.