flutter_availability/packages/flutter_availability_data_interface
Joey Boerwinkel 5ff31f4b99 feat: change local data interface implementation to singleton
According to our agreed appshell architecture we will make the local implementations
as singletons to represent a single source persistent layer, like a database.

On top of that, the service should be usable across multiple instances of the service, even if no datasource is provided.
2024-07-29 11:46:32 +02:00
..
lib feat: change local data interface implementation to singleton 2024-07-29 11:46:32 +02:00
test refactor: move service from user story to data layer 2024-07-29 10:38:41 +02:00
.gitignore chore: create flutter projects for data interface and availability 2024-07-01 16:41:21 +02:00
analysis_options.yaml chore: create flutter projects for data interface and availability 2024-07-01 16:41:21 +02:00
CHANGELOG.md chore: ready the package for deployment to the pub server 2024-07-12 14:51:12 +02:00
LICENSE chore: ready the package for deployment to the pub server 2024-07-12 14:51:12 +02:00
pubspec.yaml refactor: move service from user story to data layer 2024-07-29 10:38:41 +02:00
README.md chore: create flutter projects for data interface and availability 2024-07-01 16:41:21 +02:00