rail 1.0.0-dev.1 copy "rail: ^1.0.0-dev.1" to clipboard
rail: ^1.0.0-dev.1 copied to clipboard

A lightweight Flutter MVVM library for state and side effects management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rail

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

dependencies:
  rail: ^1.0.0-dev.1

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:rail/rail.dart';
0
likes
160
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter MVVM library for state and side effects management.

Repository (GitHub)
View/report issues

Topics

#state #effects #mvvm #view-model

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on rail