state_msg_builder 0.0.2+2 copy "state_msg_builder: ^0.0.2+2" to clipboard
state_msg_builder: ^0.0.2+2 copied to clipboard

A Flutter package to display customizable state messages such as error, no items, or loading messages with customizable text styles and colors.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add state_msg_builder

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

dependencies:
  state_msg_builder: ^0.0.2+2

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:state_msg_builder/state_msg_builder.dart';
0
likes
130
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to display customizable state messages such as error, no items, or loading messages with customizable text styles and colors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_style, flutter

More

Packages that depend on state_msg_builder