flutter_license_manager 2.0.1
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\nto\nand standalone\rto\n - Resolved problem where license text appeared as one long line instead of properly formatted paragraphs
2.0.0 #
BREAKING CHANGES #
- Changed
licenseTexttolicenseTexts(List
Added #
- Support for multiple license texts per package
hasMultipleLicensesgetter inOssLicenseInfo- Proper UI separation with Flutter
Dividerwidgets - 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