cupertino_notification_bar_ui 1.0.0 copy "cupertino_notification_bar_ui: ^1.0.0" to clipboard
cupertino_notification_bar_ui: ^1.0.0 copied to clipboard

This is a package made for Flutter on Android, iOS, Windows and Linux. UI design for dismissible Containers similar to that of iOS Notification Center. Inspired by a question on StackOverflow. You can [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cupertino_notification_bar_ui

With Flutter:

 $ flutter pub add cupertino_notification_bar_ui

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

dependencies:
  cupertino_notification_bar_ui: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cupertino_notification_bar_ui/cupertino_notification_bar_ui.dart';
4
likes
0
pub points
57%
popularity

Publisher

unverified uploader

This is a package made for Flutter on Android, iOS, Windows and Linux. UI design for dismissible Containers similar to that of iOS Notification Center. Inspired by a question on StackOverflow. You can organize UI components in a stacked manner. These are only dismissible and can trigger a Function on clicked. StackedListItem is a built in StatelessWidget which can be coupled with StackedList to show components. Alternatively you can use Containers for the same.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cupertino_notification_bar_ui