island_snack 0.1.0
island_snack: ^0.1.0 copied to clipboard
Dynamic Island-style notifications for Flutter iOS apps. Spring physics animations that expand from the island position.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add island_snackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
island_snack: ^0.1.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:island_snack/island_snack.dart';