flutter_native_badge_foundation 2.0.1 copy "flutter_native_badge_foundation: ^2.0.1" to clipboard
flutter_native_badge_foundation: ^2.0.1 copied to clipboard

PlatformiOSmacOS

iOS and macOS implementation of the flutter_native_badge plugin. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.

2.0.1 10th April 2026 #

  • Add dartdoc to FlutterNativeBadgeFoundation class
  • Add analysis_options.yaml with flutter_lints
  • Add topics to pubspec.yaml
  • Improve README with implementation details
  • Fix example widget test

2.0.0 9th April 2026 #

  • BREAKING: Bump minimum SDK to Dart >=3.11.0, Flutter >=3.41.0
  • BREAKING: Bump iOS deployment target to 13.0, macOS to 10.15
  • Upgrade Pigeon from v9 to v26 and regenerate all bindings
  • requestPermission() on iOS is now properly async — waits for permission dialog result
  • Remove obsolete #available(iOS 10.0, *) and #available(OSX 10.14, *) checks
  • Bump Swift version to 5.9
  • Remove unnecessary i386 architecture exclusion
  • Add unit tests

1.0.4+dev #

  • [iOS] Migrate from the deprecated badge API (#3). Now getBadgeCount in iOS isn't recommended because it depends on the deprecated API and could be unavailable in future iOS releases.

1.0.4 5th May 2024 #

  • [iOS] added privacy manifest
  • Bump flutter version to 3.19.6
  • Add derry to manage scripts
  • Update dependencies and increase version

1.0.3 18th April 2023 #

  • Update dep

1.0.2 18th April 2023 #

  • Fix typo on readme

1.0.1 15th April 2023 #

  • Downgrade to dart 2.18.4 and flutter 3.0.0

1.0.0 15th April 2023 #

  • Initial open source release of flutter_native_badge_foundation
1
likes
150
points
119
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

iOS and macOS implementation of the flutter_native_badge plugin. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.

Repository (GitHub)
View/report issues

Topics

#badge #notification #app-icon

License

MIT (license)

Dependencies

flutter, flutter_native_badge_platform_interface, meta

More

Packages that depend on flutter_native_badge_foundation

Packages that implement flutter_native_badge_foundation