Chore: Tidy up and Extend Learn Flutter Docs ๐
nelsonic opened this issue ยท 7 comments
The contents of this repo is "OK" as a starting point but it feels like it could use some "polish" / updating.
Todo
- Read through the repo and update to make it more beginner-friendly
- Update any instructions & code samples as required
- Finish any in-progress examples
Tidy Up
- Review the open PRs: https://github.com/dwyl/learn-flutter/pulls
-
Random GIF: #39
-
How to use Environment Variables in a Flutter App: #41
-
Review what is useable on the branches: https://github.com/dwyl/learn-flutter/branches
-
DELETE
if no longer relevant
-
@LuchoTurtle if you can review this doc and update it, it would be a huge help!
I've already deleted my old ("stale") branch.
Please liberally update the grammar/style of writing to match our other projects.
Anything else you think of along the way, comment!
@LuchoTurtle's PR: #69
@LuchoTurtle to create a micro-PR to add GitHub Actions to this repo so that we can check everything is working.
As per: dwyl/flutter-counter-example#7 (comment)
Thanks. Merged. Please confirm Working.
Similarly to what happened in dwyl/flutter-counter-example#6 (comment), the CI should work when working with the latest Flutter version, as it's the case with #69 . After this PR is merged, it should work
Gotcha. Thanks.