shindenshin 0.1.0 copy "shindenshin: ^0.1.0" to clipboard
shindenshin: ^0.1.0 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shindenshin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  shindenshin: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shindenshin/shindenshin.dart';
2
likes
0
pub points
56%
popularity

Publisher

unverified uploader

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, hive_flutter

More

Packages that depend on shindenshin