frost 1.0.0
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 frostThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
frost: ^1.0.0Alternatively, 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';