katana_value 3.0.0-dev.1 copy "katana_value: ^3.0.0-dev.1" to clipboard
katana_value: ^3.0.0-dev.1 copied to clipboard

This is a macro package for creating immutable data classes. It can be applied to widgets in addition to regular data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add katana_value

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

dependencies:
  katana_value: ^3.0.0-dev.1

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:katana_value/katana_value.dart';
0
likes
140
pub points
1%
popularity

Publisher

verified publishermathru.net

This is a macro package for creating immutable data classes. It can be applied to widgets in addition to regular data.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, katana, katana_macro, macros

More

Packages that depend on katana_value