cyr_flutter_core 0.1.0 copy "cyr_flutter_core: ^0.1.0" to clipboard
cyr_flutter_core: ^0.1.0 copied to clipboard

Shared Flutter foundation for Dio networking, Retrofit APIs, GetIt dependency injection, Bloc state, and typed API results.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cyr_flutter_core

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

dependencies:
  cyr_flutter_core: ^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:cyr_flutter_core/cyr_flutter_core.dart';
0
likes
160
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Shared Flutter foundation for Dio networking, Retrofit APIs, GetIt dependency injection, Bloc state, and typed API results.

Repository (GitHub)
View/report issues

Topics

#flutter #dio #retrofit #bloc #get-it

License

BSD-3-Clause (license)

Dependencies

dio, flutter, flutter_bloc, get_it, meta, retrofit

More

Packages that depend on cyr_flutter_core