renderif 1.0.0 copy "renderif: ^1.0.0" to clipboard
renderif: ^1.0.0 copied to clipboard

RenderIf is a Flutter library that aims to simplify the way you write your code and help make your Flutter apps more maintainable and readable. It introduces a novel approach to conditional rendering, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add renderif

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

dependencies:
  renderif: ^1.0.0

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:renderif/renderif.dart';
0
likes
110
points
31
downloads

Publisher

verified publishermartinfenocchio.tech

Weekly Downloads

RenderIf is a Flutter library that aims to simplify the way you write your code and help make your Flutter apps more maintainable and readable. It introduces a novel approach to conditional rendering, providing an extra boolean parameter, condition, for several of Flutter's most commonly used widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on renderif