kr_builder 1.0.5 copy "kr_builder: ^1.0.5" to clipboard
kr_builder: ^1.0.5 copied to clipboard

A Flutter package that replaces FutureBuilder and StreamBuilder with shimmer and animation effects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kr_builder

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

dependencies:
  kr_builder: ^1.0.5

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:kr_builder/kr_builder.dart';
10
likes
130
pub points
44%
popularity

Publisher

unverified uploader

A Flutter package that replaces FutureBuilder and StreamBuilder with shimmer and animation effects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_spinkit, shimmer

More

Packages that depend on kr_builder