github MaikuB/flutter_local_notifications flutter_local_notifications-v9.0.0-dev.5

latest releases: flutter_local_notifications-v19.5.0, flutter_local_notifications-v19.4.2, flutter_local_notifications_windows-v1.0.3...
pre-release4 years ago
    • Breaking change the AndroidIcon class is now a generic class i.e. AndroidBitmap<T>. This has resulted in the following change
  • the type of the icon property that belongs to the Person class has changed from AndroidIcon? to AndroidIcon<Object>?
  • [Android] Added the ByteArrayAndroidIcon class that implements the AndroidIcon<T> class. This allows using a byte array to use as the icon for a person in a message style notification. A ByteArrayAndroidIcon.fromBase64String() named constructor is also available that will enable this using a base-64 encoded string. Thanks to the PR from Alexander Petermann

Don't miss a new flutter_local_notifications release

NewReleases is sending notifications on new releases.