Skip to content
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

Dart and Android Side Improvents #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

canewsin
Copy link

@canewsin canewsin commented Jun 2, 2022

Also closes #3

- Target Android Level 31
- Add exported requirement to AndroidManifest.xml
- Upgraded Kotlin Version.
- Upraded Gradle Version.
- Null Safety
- Better Code Structure for Project
- Upgrade dep to Null Safe Versions
- Moved audio files to assets/audio
- Moved image assets to assets/images
- Mention License in README
- Unify Ghost Widget to Single Widget to reduce code duplication.
- Various Other Code Improvements.
Copy link
Owner

@Raj2503 Raj2503 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will the ghosts work/load properly if you combine all the ghost files into a single file?

@canewsin
Copy link
Author

canewsin commented Jun 2, 2022

Yes, if we provide proper index, I tested the app and it's properly working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make barriers List<int> const
2 participants