flutter_notie 0.0.7 copy "flutter_notie: ^0.0.7" to clipboard
flutter_notie: ^0.0.7 copied to clipboard

FlutterNotie provides sleek toast notifications for Flutter apps, supporting various predefined styles like success, info, and error. Ideal for user feedback without clutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_notie

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

dependencies:
  flutter_notie: ^0.0.7

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:flutter_notie/flutter_notie.dart';
5
likes
140
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

FlutterNotie provides sleek toast notifications for Flutter apps, supporting various predefined styles like success, info, and error. Ideal for user feedback without clutter.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_notie