view_builder 0.0.2
view_builder: ^0.0.2 copied to clipboard
ViewBuilder package simplifies UI development by providing easy-to-use tools for handling server errors,onRefresh, displaying empty data messages, and creating loading animations. With this package, y [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add view_builderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
view_builder: ^0.0.2Alternatively, 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:view_builder/view_builder.dart';