magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

Migration to Android v2 plugin #88

Closed g123k closed 3 years ago

g123k commented 4 years ago

Hello,

Do you plan to migrate to flutter_embedding v2?

The plugin `flutter_fimber` 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.
oznecniV97 commented 3 years ago

Really needed, without the upgrade to v2 I can't use this plugin for background logging on android using the new FlutterEngine class.

magillus commented 3 years ago

Version 0.6.0 is migrated and with null-safety.