haste_computables 0.0.1 copy "haste_computables: ^0.0.1" to clipboard
haste_computables: ^0.0.1 copied to clipboard

Haste extensions for the computables library.

Haste ⚡️ - Loon #

An extension to Haste with added actions for Computables.

Install #

flutter pub add haste_computables

Actions #

  • compute ➡️ Subscribe to a Computable.
import 'package:haste/haste.dart';
import 'package:haste_loon/haste_computables.dart';

class MyWidget extends StatelessWidget with Haste {
  @override
  build(context) {
    final value = compute(Computable(2));

    return Text(value);
  }
}
0
likes
130
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Haste extensions for the computables library.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

computables, flutter, haste

More

Packages that depend on haste_computables