natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
94 stars 14 forks source link

Remove plugin_platform_interface #84

Closed natsuk4ze closed 1 year ago

natsuk4ze commented 1 year ago

Until now, gal had postponed adopting a federated plugin implementation, as a substantial redesign would be necessary if adopted. However, with Dart 3's base modifier, this package has become unnecessary except when creating mocks. In Gal's testing, the integration tests completely cover the code without the need for mocks. Therefore, the plugin_platform_interface package has been removed.

see: a-note-about-base