about 2.2.0 copy "about: ^2.2.0" to clipboard
about: ^2.2.0 copied to clipboard

Displays an About dialog, which describes the application, can show licenses, changelog, and other information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add about

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

dependencies:
  about: ^2.2.0

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:about/about.dart';
97
likes
120
points
2.89k
downloads

Publisher

verified publishernfet.net

Weekly Downloads

Displays an About dialog, which describes the application, can show licenses, changelog, and other information.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_markdown, markdown, path, simple_mustache, url_launcher

More

Packages that depend on about