- Android: Specify Kotlin package when using Pigeon.
- Android: Use custom error class name to avoid naming conflicts ("Type FlutterError is defined multiple times") at build time.
- iOS: Removes
UIBackgroundModes.location
which was not required. Thanks @cbrauchli.
- iOS and Android: Process geofence callbacks sequentially; as opposed to in parallel.
- README changes.
- WASM support.
- Better documentation.
- Formatting fixes.
- Initial release.