Skip to content

A Flutter package that allows you to customize the look at feel of your app's license page.

License

Notifications You must be signed in to change notification settings

theswerd/flutter_custom_license_page

Repository files navigation

Flutter Custom License Page

This package allows you to customize the look at feel of your app's license page. You are given the license data, and can build a license page that matches your app.

Examples

Cupertino Example

Cupertino Light Mode #1Cupertino Light Mode #2Cupertino Dark Mode #1Cupertino Dark Mode #2

Slivers Example

Sliver Light ModeSliver Dark Mode

View all examples: here

API

CustomLicensePage((context, licenseData) {
  //IMPLEMENT YOUR PAGE BUILDER HERE
});

Notes

  • No Material dependency
  • CustomLicensePage returns a Widget, you must push a route to it
  • Cupertino Example only works in Cupertino Apps
  • If you have any issues, or feature requests please let me know by creating an issue here: here

About

A Flutter package that allows you to customize the look at feel of your app's license page.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages