about 1.0.3 copy "about: ^1.0.3" to clipboard
about: ^1.0.3 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.

Example

Buy Me A Coffee

Usage #

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

Example #

  showAboutPage(
    context: context,
    applicationLegalese: 'Copyright © David PHAM-VAN, {{ year }}',
    applicationDescription: const Text(
        'Displays an About dialog, which describes the application.'),
    children: <Widget>[
      MarkdownPageListTile(
        icon: Icon(Icons.list),
        title: const Text('Changelog'),
        filename: 'CHANGELOG.md',
      ),
      LicensesPageListTile(
        icon: Icon(Icons.favorite),
      ),
    ],
    applicationIcon: const SizedBox(
      width: 100,
      height: 100,
      child: Image(
        image: 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, markdown, package_info, path, url_launcher

More

Packages that depend on about