I’m trying to get Amplitude working w/ a Flutter web app, following the example as closely as possible. When the app starts up, I get a bunch of errors in the chrome console like the following:
Error: MissingPluginException(No implementation found for method setLibraryName on channel amplitude_flutter)
Error: MissingPluginException(No implementation found for method setLibraryVersion on channel amplitude_flutter)
Versions:
Flutter 2.2.3
amplitude_flutter: ^3.2.1