Skip to content

Commit

Permalink
Get rid of MapboxGlPlatform.getInstance (#710)
Browse files Browse the repository at this point in the history
Keeping a reference to this in a static map is unnecessary and causes a memory leak.
  • Loading branch information
shroff committed Oct 24, 2021
1 parent f7f656b commit b28e8c6
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 165 deletions.
1 change: 1 addition & 0 deletions example/lib/generated_plugin_registrant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Generated file. Do not edit.
//

// ignore_for_file: directives_ordering
// ignore_for_file: lines_longer_than_80_chars

import 'package:location_web/location_web.dart';
Expand Down
Loading

0 comments on commit b28e8c6

Please sign in to comment.