A platform, 'Traffic-Violation-Report-System', enabling users in Taiwan to upload and share responses from law enforcement to traffic violations. This system aims for greater transparency in traffic law enforcement. It utilises Django for backend and Flutter for a separated frontend web development.
[ ] π Sweep Needs Improvement
I created this PR to fix the failing GitHub Actions.## Description
This PR addresses the failing GitHub Actions run by making several modifications to the Flutter frontend and Android build process. The modifications include updating dependencies, adjusting build configurations, and creating necessary files. These changes aim to resolve potential compatibility issues and ensure the smooth execution of GitHub Actions.
Summary of Changes
Updated dependencies in pubspec.yaml to their latest versions to resolve compatibility issues.
Adjusted build configurations in android/app/build.gradle to ensure compatibility with the Flutter project.
Checked and verified the correctness of MainActivity.kt in android/app/src/main/kotlin/com/example/traffic_report_front_flutter/ to avoid any syntax errors.
Created the styles.xml file in android/app/src/main/res/values-night/ to define styles specific to the night theme in the Android build process.
Please review and merge these changes to fix the failing GitHub Actions run.
PR Feedback (click)
Summary of Changes
pubspec.yaml
to their latest versions to resolve compatibility issues.android/app/build.gradle
to ensure compatibility with the Flutter project.MainActivity.kt
inandroid/app/src/main/kotlin/com/example/traffic_report_front_flutter/
to avoid any syntax errors.styles.xml
file inandroid/app/src/main/res/values-night/
to define styles specific to the night theme in the Android build process.Please review and merge these changes to fix the failing GitHub Actions run.