feat: added Software Licenses screen#2697
Merged
AsCress merged 1 commit intofossasia:flutterfrom May 21, 2025
Merged
Conversation
Contributor
Reviewer's GuideThis PR integrates the flutter_oss_licenses package to auto-generate an OSS licenses listing, implements a dedicated Software Licenses screen with routing and UI to display licenses, and updates the navigation drawer (and constants) to include and navigate to the new screen. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
777eb2c to
ec40dd0
Compare
Contributor
|
Build successful. APKs to test: https://github.com/fossasia/pslab-android/actions/runs/15128672405/artifacts/3156791062 |
CloudyPadmal
approved these changes
May 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an auto-generated Software Licenses screen using the flutter_oss_licenses package.
oss_licenses.dartis generated by the package.This example of the package was used to auto generate the screen from the file.
Screenshots / Recordings
Screen_recording_20250520_092936.mp4
Checklist:
strings.xml,dimens.xmlandcolors.xmlwithout hard coding any value.strings.xml,dimens.xmlorcolors.xml.cc @CloudyPadmal @AsCress
Summary by Sourcery
Add a dedicated Software Licenses screen using the flutter_oss_licenses package, integrate it into navigation, and manage licenses via an auto-generated oss_licenses.dart file.
New Features:
Enhancements:
Build:
Chores: