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
160
points
326
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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, dio, flutter

More

Packages that depend on shindenshin