app_info_tile 0.3.0 copy "app_info_tile: ^0.3.0" to clipboard
app_info_tile: ^0.3.0 copied to clipboard

A Flutter widget for displaying app information (name, version, build number) and licenses, with Riverpod integration and multi-language support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_info_tile

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

dependencies:
  app_info_tile: ^0.3.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:app_info_tile/app_info_tile.dart';
1
likes
140
points
382
downloads

Documentation

API reference

Publisher

verified publishernormidar.com

Weekly Downloads

A Flutter widget for displaying app information (name, version, build number) and licenses, with Riverpod integration and multi-language support.

Repository (GitHub)
View/report issues
Contributing

Topics

#app-info #license #package-info #app #easy-localization

License

MIT (license)

Dependencies

app_lang_selector, easy_localization, flutter, flutter_riverpod, package_info_plus, riverpod_annotation, riverpod_helper

More

Packages that depend on app_info_tile