release_notes_dialog 1.2.0 copy "release_notes_dialog: ^1.2.0" to clipboard
release_notes_dialog: ^1.2.0 copied to clipboard

An easy to use release notes dialog. Customizable to fit your apps design.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add release_notes_dialog

With Flutter:

 $ flutter pub add release_notes_dialog

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

dependencies:
  release_notes_dialog: ^1.2.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:release_notes_dialog/release_notes_dialog.dart';
13
likes
0
pub points
68%
popularity

Publisher

verified publishernightknight.dev

An easy to use release notes dialog. Customizable to fit your apps design.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, term_glyph

More

Packages that depend on release_notes_dialog