elegant_announcement_bar 1.0.0
elegant_announcement_bar: ^1.0.0 copied to clipboard
A highly customizable, animated, and elegant announcement bar for Flutter apps with RTL support and smart pausing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add elegant_announcement_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
elegant_announcement_bar: ^1.0.0Alternatively, 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:elegant_announcement_bar/elegant_announcement_bar.dart';