This is the accompanying repo for my talk at DevFest Brisbane 2023. Session recording can be found here: https://www.youtube.com/watch?v=hFgQ7ma2nQU
- Open AI Api Key -> You can get one here.
- Rename the file
main.env.dart.template
tomain.env.dart
and replace the placeholder with your API key. - Run the app.
The main
branch has the final result of the talk with the addition of a permissions check.
If you want to follow along with the talk, you can checkout the take-4-start
branch.
The other branches were from my practice runs, have left for posterity.