-
Notifications
You must be signed in to change notification settings - Fork 0
Feat refactor #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat refactor #249
Conversation
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
… 3.5 compatibility
- Updated Chopper interceptors to v8.x API (generic types) - Reverted dropdown_search to v5.0.6 (v6.x has breaking changes) - Updated flutter_secure_storage to v10.0.0 - Updated Android SDK: compileSdk 35, minSdk 24, targetSdk 35 - Updated Android Gradle Plugin to 8.7.3 - Updated Gradle wrapper to 8.9 - Updated Kotlin to 2.0.0 - Fixed settings.gradle AGP version mismatch
- Updated compileSdk to 36 (required by flutter_secure_storage) - Updated targetSdk to 36 - Updated ndkVersion to 27.0.12077973 (required by multiple plugins) - Updated win32 to 5.5.4 to fix UnmodifiableUint8ListView error in CI
- Fixed dependency_overrides to use win32 5.5.4 instead of 5.5.0 - This ensures CI uses the correct version that fixes UnmodifiableUint8ListView error
- Updated all workflows to use Flutter 3.27.1 (latest stable) - This ensures CI/CD uses the most recent Flutter version with latest features and fixes
- Reverted all CI/CD workflows to use Flutter 3.19.4 - This ensures consistency between local and CI/CD environments - Fixes build issues caused by Flutter version mismatch
- win32 5.5.4 requires Dart 3.4+ - Flutter 3.19.4 uses Dart 3.3 - Reverted to win32 5.5.0 which is compatible with Dart 3.3
- Updated flutter_cd.yml to build release APK - Updated flutter_pr_build.yml to build release APK - Updated artifact names and paths to use app-release.apk - Release builds are optimized and ready for production
- Added comprehensive documentation to main.dart - Documented HTTP interceptors (request and response) - Cleaned up TODO comments in build.gradle - Added clear explanations for SDK versions and signing config
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.
No description provided.