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

This is a simple stream-based state machine for Flutter. It was designed to be a simplified version of the BLoC pattern that does not rely on context and requires less boilerplate.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add schwifty

With Flutter:

 $ flutter pub add schwifty

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

dependencies:
  schwifty: ^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:schwifty/schwifty.dart';
2
likes
0
points
29
downloads

Publisher

verified publisherjacofaber.co.za

Weekly Downloads

This is a simple stream-based state machine for Flutter. It was designed to be a simplified version of the BLoC pattern that does not rely on context and requires less boilerplate.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on schwifty