Submit your app ideas here
- Google Codelabs
- Free Udacity Course
- YouTube
- Additionally, it is helpful to just play around with the code yourself and look stuff up in the Flutter Docs
- Week 1: Downloading the tools and intro to widgets
- Here is the link to the slideshow!
- Week 2: Widgets and State
- Here is the link to the slideshow!
- Week 3: Events VU - Anchorlink Application
- Here is the link to the slides for this week!
- Week 4: No meeting
- I have updated the application to use a GET request rather than running a hidden webview. The functionality is the exact same, but this implementation is much more optimized. Unfortunately, there is a lot more code. Look over the code to understand what is happening. I have also made the application look nicer! We will continue from this point next week, so you can re-clone it or reset/revert all your changes and pull it.
- Week 5: Events VU - Anchorlink Application - Creating an events page
- Week 6: Events VU - Anchorlink Application
- Week 7: Events VU - Anchorlink Application
- Flutter
- Git
- Android Studio Stable Release
- Android Studio Preview
- Note: the Canary Version will most likely have bugs
- VS Code
- Xcode
- Join our slack and then join the #flutter channel
- Email: quinton.d.hoffman@vanderbilt.edu
If you are on windows and are having trouble running the Android Emulator and Intel HAXM is already installed, then you might have to enable Intel Hardware Virtualization in BIOS.
To do this, restart your computer and click one of F1, F2, F10, delete, or esc when booting up depending on your manufacturer (You can also look up "BIOS keyboard shortcut for <your computer type>"). Then go to advanced and Enable Intel Virtualization Technology. Finally reboot again and check to see if this works.
If this does not work, then some other solutions are available here.