modifier 0.4.1 copy "modifier: ^0.4.1" to clipboard
modifier: ^0.4.1 copied to clipboard

Syntax sugar optimizations to avoid nesting hell in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modifier

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

dependencies:
  modifier: ^0.4.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:modifier/modifier.dart';
0
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Syntax sugar optimizations to avoid nesting hell in Flutter.

Repository (GitHub)
View/report issues

Topics

#cascade #code-style #modifier #nesting-hell #syntax-sugar

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on modifier