I'm having the below error when trying to use the internet_speed_test package in flutter. Anyone know any fix?
Error: MissingPluginException(No implementation found for method startListening on channel internet_speed)
at Object.throw_ [as throw] (http://localhost:55699/dart_sdk.js:5080:11)
at MethodChannel._invokeMethod
(http://localhost:55699/packages/flutter/src/services/restoration.dart.lib.js:1567:21)
at _invokeMethod.next (<anonymous>)
at http://localhost:55699/dart_sdk.js:40641:33
at _RootZone.runUnary (http://localhost:55699/dart_sdk.js:40511:59)
at _FutureListener.thenAwait.handleValue (http://localhost:55699/dart_sdk.js:35438:29)
at handleValueCallback (http://localhost:55699/dart_sdk.js:35999:49)
at _Future._propagateToListeners (http://localhost:55699/dart_sdk.js:36037:17)
at [_completeWithValue] (http://localhost:55699/dart_sdk.js:35872:23)
at async._AsyncCallbackEntry.new.callback (http://localhost:55699/dart_sdk.js:35906:35)
at Object._microtaskLoop (http://localhost:55699/dart_sdk.js:40778:13)
at _startMicrotaskLoop (http://localhost:55699/dart_sdk.js:40784:13)
at http://localhost:55699/dart_sdk.js:36261:9
CodePudding user response:
flutter clean and rebuild your project.
CodePudding user response:
- stop the project
- run the project
should fix the issue