umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

Attempt to register plugin but it was already registered. #16

Closed WikiWookie closed 4 years ago

WikiWookie commented 4 years ago

Followed setup and install per https://pub.flutter-io.cn/packages/beacons_plugin

All I have done is the setup and I have not actually tried to use the package yet because it won't compile.

 flutter clean && flutter run
Deleting build...                                                  466ms
Deleting .dart_tool...                                               7ms
Deleting Generated.xcconfig...                                       2ms
Deleting flutter_export_environment.sh...                            1ms
Running "flutter pub get" in test_app...                         0.5s
Launching lib\main.dart on SM S920L in debug mode...
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done                        21.7s
√ Built build\app\outputs\flutter-apk\app-debug.apk.
Installing build\app\outputs\flutter-apk\app.apk...                31.6s
W/FlutterEnginePluginRegistry( 8949): Attempted to register plugin (io.flutter.embedding.engine.plugins.shim.ShimPluginRegistry$ShimRegistrarAggregate@3fdb8d1) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@3fd8f36).
umair13adil commented 4 years ago

Please try the latest version v1.0.15. The android side implementation is made simpler and this issue is resolved. Please read the ReadMe.MD for the changes on the Android part.