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

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.6.3

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
130
pub points
49%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ansicolor, dio, flutter

More

Packages that depend on shindenshin