split up firestore_api in _api with platform channels and _annotations
Closed this issue · 0 comments
lukas-h commented
- New package structure with platform interfaces
https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin
flutter:
plugin:
platforms:
android:
package: bla
pluginClass: bla
ios:
pluginClass: bla
web:
default_package: bla
macos:
default_package: bla
- Separate package for annotations, that needs to be included as dev_dependency when using