frost 2.0.0 copy "frost: ^2.0.0" to clipboard
frost: ^2.0.0 copied to clipboard

State management solution that decouples business logic from UI effortlessly. Frost uses reactive Properties, Watchers, and Signals with minimal boilerplate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add frost

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

dependencies:
  frost: ^2.0.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:frost/model.dart';
import 'package:frost/property.dart';
import 'package:frost/signal.dart';
import 'package:frost/store.dart';
import 'package:frost/watcher.dart';
2
likes
160
points
43
downloads

Documentation

API reference

Publisher

verified publishertantalising.tech

Weekly Downloads

State management solution that decouples business logic from UI effortlessly. Frost uses reactive Properties, Watchers, and Signals with minimal boilerplate.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on frost