SarcasticNoodle / device_id

MIT License
14 stars 20 forks source link

Please update the plugin to support the version 2 pattern from flutter for plugin. #17

Open princeteck opened 4 years ago

princeteck commented 4 years ago

The plugin device_id is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter is integrated into an existing app as a module. The plugin can be updated to the v2 Android Plugin APIs by following https://flutter.dev/go/android-plugin-migration.