Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 3.48 KB

README.md

File metadata and controls

57 lines (45 loc) · 3.48 KB

Flutter - Fall 2018 Session Flutter Logo

This is where all code in the session will be located

Submit your app ideas here

Some additional ways to learn Flutter

  1. Google Codelabs
  2. Free Udacity Course
  3. YouTube
    1. MTechViral
    2. Google Developers
    3. Fluttery
  4. Additionally, it is helpful to just play around with the code yourself and look stuff up in the Flutter Docs

Schedule

  1. Week 1: Downloading the tools and intro to widgets
    1. Here is the link to the slideshow!
  2. Week 2: Widgets and State
    1. Here is the link to the slideshow!
  3. Week 3: Events VU - Anchorlink Application
    1. Here is the link to the slides for this week!
  4. Week 4: No meeting
    1. 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.
  5. Week 5: Events VU - Anchorlink Application - Creating an events page
  6. Week 6: Events VU - Anchorlink Application
  7. Week 7: Events VU - Anchorlink Application

Tools


Communication

UPDATE:

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.