Nathaniel Heitsch

Results 4 issues of Nathaniel Heitsch

Small change, upgrades Protobuf to v3 and updates the example project to fix the deprecation of applying gradle plugins according to the documentation: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

This change adds a simple option to the export command to allow the exporting of path dependencies as their resolved version number. This is to support a monorepo design where...

Fixes #1479 The dispose method on the `BetterEventChannel` was being called through the plugins `dealloc` method on app termination which would lead to the `NSInternalInconsistencyException` being thrown. This PR adds...

This PR adds the necessary components to the ForegroundService components to allow developers to listen for a broadcast and bind to the ForegroundService when it is created. This will promote...