flutter_license_manager 2.0.1 copy "flutter_license_manager: ^2.0.1" to clipboard
flutter_license_manager: ^2.0.1 copied to clipboard

A comprehensive Flutter package for managing and displaying OSS license information with support for custom licenses and improved UI components.

Changelog #

2.0.1 #

Fixed #

  • Fixed license text display issue where Carriage Return (\r) characters were not properly handled
  • License text now correctly converts \r\n to \n and standalone \r to \n
  • Resolved problem where license text appeared as one long line instead of properly formatted paragraphs

2.0.0 #

BREAKING CHANGES #

  • Changed licenseText to licenseTexts (List

Added #

  • Support for multiple license texts per package
  • hasMultipleLicenses getter in OssLicenseInfo
  • Proper UI separation with Flutter Divider widgets
  • Dialog-based license viewing in example app

Changed #

  • License text display from text separators to UI widgets
  • Example app UI from expandable cards to dialogs
  • Improved performance with on-demand loading

Removed #

  • Text-based license separators ( × 50)
  • Expandable card implementation in example

1.0.0 #

Added #

  • Initial release
  • Load licenses from Flutter's LicenseRegistry
  • Support for custom licenses
  • License text formatting with proper indentation
  • License consolidation for duplicate packages
  • Example app with implementation examples
0
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for managing and displaying OSS license information with support for custom licenses and improved UI components.

Repository (GitHub)
View/report issues

Topics

#license #oss #open-source #legal #compliance

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_license_manager