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

A package providing signal and slot mechanism.

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: ^1.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_store.dart';
import 'package:frost/property.dart';
import 'package:frost/property_widget.dart';
import 'package:frost/signal.dart';
import 'package:frost/signal_model.dart';
import 'package:frost/signal_stateful_widget.dart';
import 'package:frost/signal_widget.dart';
1
likes
140
points
21
downloads

Documentation

API reference

Publisher

verified publishertantalising.tech

Weekly Downloads

A package providing signal and slot mechanism.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on frost