/flutter_custom_license_page

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

Primary LanguageDartOtherNOASSERTION

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