solid_annotations 3.0.0-dev.2 copy "solid_annotations: ^3.0.0-dev.2" to clipboard
solid_annotations: ^3.0.0-dev.2 copied to clipboard

Annotations for the solid transpiler to enable fine-grained reactivity in Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add solid_annotations

With Flutter:

 $ flutter pub add solid_annotations

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

dependencies:
  solid_annotations: ^3.0.0-dev.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:solid_annotations/solid_annotations.dart';
5
likes
0
points
65
downloads

Documentation

Documentation

Publisher

verified publishermariuti.com

Weekly Downloads

Annotations for the solid transpiler to enable fine-grained reactivity in Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#framework #zero-boilerplate #fine-grained-reactivity #swiftui #solidjs

License

unknown (license)

Dependencies

flutter, meta, provider

More

Packages that depend on solid_annotations