agar 0.0.3 copy "agar: ^0.0.3" to clipboard
agar: ^0.0.3 copied to clipboard

with agar package you can use if , we have 3 function agar(dynamic firstValue,String operator,dynamic secondValue) , agarWidget(dynamic firstValue,String operator,dynamic secondValue,Widget trueWidget [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add agar

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

dependencies:
  agar: ^0.0.3

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:agar/agar.dart';
5
likes
130
pub points
21%
popularity

Publisher

unverified uploader

with agar package you can use if , we have 3 function agar(dynamic firstValue,String operator,dynamic secondValue) , agarWidget(dynamic firstValue,String operator,dynamic secondValue,Widget trueWidget,Widget falseWidget), agarVoid(firstValue, operator, secondValue, () { }, () { })

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on agar