reactter 0.0.1-dev.2 copy "reactter: ^0.0.1-dev.2" to clipboard
reactter: ^0.0.1-dev.2 copied to clipboard

outdated

Reactter is a package that uses GetX as base to implement reactive behavior using some names and functionality we are familiarized from React Js.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactter

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

dependencies:
  reactter: ^0.0.1-dev.2

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:reactter/reactter.dart';
49
likes
0
pub points
4%
popularity

Publisher

verified publisher2devs.io

Reactter is a package that uses GetX as base to implement reactive behavior using some names and functionality we are familiarized from React Js.

Homepage

License

unknown (license)

Dependencies

flutter, get

More

Packages that depend on reactter