You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[battery_plus] rename method channel and plugins (#56) (#64)
* [battery_plus] rename method channels (#56)
* [battery_plus] rename Android package etc. (#56)
* [battery_plus] rename iOS class & files (#56)
* [battery_plus] rename web plugin (#56)
* [battery_plus] rename Linux plugin
Same as
- package_info_plus_windows:
cf13721
- path_provider_windows:
flutter/plugins@2595703
Moves the real implementation of battery_plus_linux behind a conditional
export, instead exporting a stub on platforms that don't support dart:ffi.
This avoids build breakage in web projects that have transitive dependencies
on battery_plus (and thus battery_plus_linux due to manual endorsement).
This will no longer be necessary once flutter/flutter#52267
is fixed, since only Linux builds will ever need to have code-level dependency
on battery_plus_linux.
* [battery_plus] fix format
* [battery_plus] prepare release
0 commit comments