Class Notes For CSCI 238#
These are the class notes for CSCI 238 Mobile Applications. This course focuses on Mobile Apps using the Flutter Suite. The developer only has to write the code once and the flutter suite can allow it to be deployed on Android, IOS, websites, etc.
Mobile Apps With Flutter
- Run your first Dart example
in Android Studio - Dart Variables and Datatypes
- Lambda Functions
- Dart Classes
- Future
- Input Output
- Stateless Widgets - Container
- Stateless Widgets - ListView
- Stateless Routes
- Stateful and Stateless Routes
- TextFields
- Radio Buttons
- Reading A Text File
- Bottom Navigation Bar
- Tab Bar
- Drawer Navigation
- Top Bottom Drawer Navigation
- Datepicker and Timepicker
- JSON - Read Local JSON File
- Read JSON From Webpage
- SQFLITE
- Webviewer With URL Input
- Switch Rev2
- Car App Version 2
- Breakout
Additional Topics