-
Notifications
You must be signed in to change notification settings - Fork 113
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
feat: added dockerfile for linux and android #407
base: main
Are you sure you want to change the base?
Conversation
@BrawlerXull @Pavel401 I have added the containers and observed them to be running locally. I think there should be an update in the contributing file to add the functionality to run the app in containerized mode. Please let me know if anymore changes would be required. thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please share some outputs? Specifically, a screen recording demonstrating how this will benefit the contributors. I haven’t come across any open-source Flutter repositories that support Docker.
Of course @Pavel401 I will do a screenrecording and show how the docker is working to setup the entire project with just About other flutter repos, they may not be that focused on open source contributors so they might not expect the developers to face the constant versioning problem i think... Nevertheless containerizing the app would definitely make it easier to get the app up and running in an instant without any versioning hassle. Thank you. |
A Screen Recording of the running containerScreencast.from.2024-12-19.18-33-26.webm |
@BrawlerXull Any thoughts? |
@rohansen856 Can you please share running our project with android emulator? |
sure... but there is an urgent issue for creating permission screens before 15th. would complete that asap and attach the app running in android emulator in docker. |
Works! Complete it according to your convenience :) |
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #391
Replace
issue_no
with the issue number which is fixed in this PRScreenshots
Summary
Three files in total was added in this PR
Using these files we can run flutter in containerized environment in both android and linux. For android device, We can either run it in an emulator or through a connected android device. There may be some native device problems due to the adb setup. It can be fixed using:
Check again for all connected emulators:
Checklist