This repository was archived by the owner on Apr 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class _HomePageState extends State<HomePage> {
60
60
bool _showGoogleMapInContainer = false ;
61
61
62
62
bool _mapsInitialized = false ;
63
- String _mapsRenderer = "auto " ;
63
+ String _mapsRenderer = "latest " ;
64
64
65
65
void initRenderer () {
66
66
if (_mapsInitialized) return ;
@@ -196,17 +196,17 @@ class _HomePageState extends State<HomePage> {
196
196
// automaticallyImplyAppBarLeading: false,
197
197
// autocompleteLanguage: "ko",
198
198
// region: 'au',
199
- pickArea: CircleArea (
200
- center: HomePage .kInitialPosition,
201
- radius: 300 ,
202
- fillColor: Colors .lightGreen
203
- .withGreen (255 )
204
- .withAlpha (32 ),
205
- strokeColor: Colors .lightGreen
206
- .withGreen (255 )
207
- .withAlpha (192 ),
208
- strokeWidth: 2 ,
209
- ),
199
+ // pickArea: CircleArea(
200
+ // center: HomePage.kInitialPosition,
201
+ // radius: 300,
202
+ // fillColor: Colors.lightGreen
203
+ // .withGreen(255)
204
+ // .withAlpha(32),
205
+ // strokeColor: Colors.lightGreen
206
+ // .withGreen(255)
207
+ // .withAlpha(192),
208
+ // strokeWidth: 2,
209
+ // ),
210
210
// selectedPlaceWidgetBuilder: (_, selectedPlace, state, isSearchBarFocused) {
211
211
// print("state: $state, isSearchBarFocused: $isSearchBarFocused");
212
212
// return isSearchBarFocused
You can’t perform that action at this time.
0 commit comments