Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed Oct 20, 2023
2 parents 1af815c + 4d0f609 commit 0929ef9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ part 'src/camera.dart';
part 'src/circle.dart';
part 'src/line.dart';
part 'src/location.dart';
part 'src/method_channel_mapbox_gl.dart';
part 'src/method_channel_maplibre_gl.dart';
part 'src/symbol.dart';
part 'src/fill.dart';
part 'src/ui.dart';
part 'src/mapbox_gl_platform_interface.dart';
part 'src/maplibre_gl_platform_interface.dart';
part 'src/source_properties.dart';
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import 'package:maplibre_gl_web/src/util/evented.dart';

part 'src/convert.dart';

part 'src/mapbox_map_plugin.dart';
part 'src/maplibre_map_plugin.dart';

part 'src/options_sink.dart';

part 'src/mapbox_web_gl_platform.dart';
part 'src/maplibre_web_gl_platform.dart';
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
part of maplibre_gl_web;

class MapboxMapPlugin {
/// Registers this class as the default instance of [MapboxGlPlatform].
class MapLibreMapPlugin {
/// Registers this class as the default instance of [MapLibreGlPlatform].
static void registerWith(Registrar registrar) {
MapLibreGlPlatform.createInstance = () => MaplibreMapController();
}
Expand Down
4 changes: 2 additions & 2 deletions maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ flutter:
plugin:
platforms:
web:
pluginClass: MapboxMapPlugin
fileName: mapbox_gl_web.dart
pluginClass: MapLibreMapPlugin
fileName: maplibre_gl_web.dart

dependencies:
js: ^0.6.7
Expand Down
155 changes: 0 additions & 155 deletions pubspec.lock

This file was deleted.

0 comments on commit 0929ef9

Please sign in to comment.