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

outdated

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

About #

Displays an About dialog, which describes the application.

Usage #

To use this plugin, add about as a dependency in your pubspec.yaml file.

Example #

showAboutPage(
  applicationLegalese: 'Copyright © David PHAM-VAN, {{ year }}',
  applicationDescription:
      Text('Displays an About dialog, which describes the application.'),
  children: <Widget>[
    MarkdownPageListTile(
      icon: Icon(Icons.list),
      title: Text('Changelog'),
      filename: 'CHANGELOG.md',
    ),
    LicensesPageListTile(
      icon: Icon(Icons.favorite),
    ),
  ],
  applicationIcon: SizedBox(
      width: 100,
      height: 100,
      child: Image(image: const AssetImage('assets/icon.webp'))),
)
90
likes
0
pub points
90%
popularity

Publisher

verified publishernfet.net

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_markdown, package_info, path, url_launcher

More

Packages that depend on about