Skip to content

Commit

Permalink
Merge branch 'main' into fix/445
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jun 23, 2024
2 parents cae6692 + c842911 commit d00b110
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ android/app/release
# Misc
GeneratedPluginRegistrant.swift

pubspec_overrides.yaml
pubspec_overrides.yaml
melos_overrides.yaml

.fvm
.fvmrc
.ruby-version
Gemfile*
4 changes: 2 additions & 2 deletions example/lib/place_symbol.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ class PlaceSymbolBodyState extends State<PlaceSymbolBody> {
setState(() {
_iconAllowOverlap = !_iconAllowOverlap;
});
controller!.setSymbolIconAllowOverlap(_iconAllowOverlap);
controller!.setSymbolTextAllowOverlap(_iconAllowOverlap);
await controller!.setSymbolIconAllowOverlap(_iconAllowOverlap);
await controller!.setSymbolTextAllowOverlap(_iconAllowOverlap);
}

@override
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packages:
- scripts
- maplibre_gl
- maplibre_gl_platform_interface
- maplibre_gl_web
- maplibre_gl_web

0 comments on commit d00b110

Please sign in to comment.