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

RenderIf simplifies code and enhances readability in Flutter apps. It introduces a new approach to conditional rendering using a boolean parameter in commonly used widgets

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

Publisher

verified publishermartinfenocchio.tech

Weekly Downloads

RenderIf simplifies code and enhances readability in Flutter apps. It introduces a new approach to conditional rendering using a boolean parameter in commonly used widgets

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on renderif