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

Creates a view that shows licenses for software used by the application.

License View for Fluent UI #

by Damian Aldair.


Inspired by Flutter's LicensePage.

The easiest way to shows licenses for software used by tour application.

Getting Started #

Add following dependency to your pubspec.yaml.

dependencies:
  fluent_ui: <latest_version>
  license_view_fluent_ui: <latest_version>
copied to clipboard

Import the package.

import 'package:fluent_ui/fluent_ui.dart';
import 'package:license_view_fluent_ui/license_view_fluent_ui.dart';
copied to clipboard

Now, you can use the view.

Navigator.push(
  context,
  FluentPageRoute(builder: (_) => LicenseView()),
);
copied to clipboard
1
likes
150
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.23 - 2025.03.07

Creates a view that shows licenses for software used by the application.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

fluent_ui, flutter

More

Packages that depend on license_view_fluent_ui