condition 0.0.8 copy "condition: ^0.0.8" to clipboard
condition: ^0.0.8 copied to clipboard

This package contains a Widget that will let you show a child Widget based on provided conditions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add condition

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

dependencies:
  condition: ^0.0.8

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:condition/condition.dart';
16
likes
30
pub points
69%
popularity

Publisher

unverified uploader

This package contains a Widget that will let you show a child Widget based on provided conditions.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on condition