Skip to content

Commit

Permalink
More renaming (maplibre#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 authored Oct 10, 2023
1 parent 3405cff commit 4d0f609
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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

0 comments on commit 4d0f609

Please sign in to comment.