shindenshin 0.0.9 copy "shindenshin: ^0.0.9" to clipboard
shindenshin: ^0.0.9 copied to clipboard

outdated

Layer communication package. It helps to develop data layer with models and API connectors, which will be used by BLoC to build UI.

0.0.9 #

Added Repo getter from Store. Changed Store initialization.

class Store extends BaseStore {
    Store() : super([
        ARepo.new,
        BRepo.new,
    ], releaseBaseHost: '');
}

final ARepo aRepo = store.get<ARepo>();
final BRepo bRepo = store<BRepo>();

Removed Store from Repo

0.0.8 #

Export Hive Added ApiConfig

0.0.7 #

Updated example

0.0.6 #

Added side packages exports

0.0.5 #

Added example

0.0.4 #

Renamed subscript function to subscribe

0.0.3 #

Added generic type for BaseStore in BaseRepo

0.0.2 #

Fixed entry file

0.0.1 #

Initial release.

2
likes
0
points
327
downloads

Publisher

unverified uploader

Weekly Downloads

Layer communication package. It helps to develop data layer with models and API connectors, which will be used by BLoC to build UI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, equatable, flutter, flutter_bloc, hive, hive_flutter

More

Packages that depend on shindenshin