flutter_riverpod_kit 0.0.3 copy "flutter_riverpod_kit: ^0.0.3" to clipboard
flutter_riverpod_kit: ^0.0.3 copied to clipboard

A flutter_riverpod-based architecture (ref.watch, Result, UseCase, UiEventEmitter) and recommended folder structure, extending flutter_basic_kit_library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_riverpod_kit

With Flutter:

 $ flutter pub add flutter_riverpod_kit

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

dependencies:
  flutter_riverpod_kit: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_riverpod_kit/flutter_riverpod_kit.dart';
2
likes
0
points
321
downloads

Publisher

verified publisherdotpea.com

Weekly Downloads

A flutter_riverpod-based architecture (ref.watch, Result, UseCase, UiEventEmitter) and recommended folder structure, extending flutter_basic_kit_library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_basic_kit_library, flutter_riverpod

More

Packages that depend on flutter_riverpod_kit