AudioVideo is examples dealing with playing audio, video and currently webview too.
routes/ is all the example dealing with navigation, screens, and/or routes.
bottomappbar_demo shows to create the appbar but at the bottom with a fab as well.
CupertinoDemo and amterialdesigndemo use all the same widget, but cupertino is IOS and material is "android" versions to show the different between them.
moreui is a demo of menus (with menuAnchors), chips, validing textFields and textFormFields, plus badges.
dialog_Demo is an example of several dialog boxes.
draw_Demo show customPaint, gestureDectector, bottomnavigationbar, with dialogs and colorpicker dialog.
fab_demo is simple statefulwidget example of using a floating action button and changing text. some attempt at changing the theme as well.
flutter_mapdemo brings up google maps in flutter and show how to place a couple of markers.
flutterfirebasedemo is a basic, but working firebase authentication and firestore example.
form_example is an attempt to redo the formexample in formexample in basic
gamepad_demo uses the gamepad plugin (which is still beta and API may happen), using there example code. works great for android and windows 11.
google_ads_demo, shows how create a bottom banner ad and interstitial ad. It uses google's test Ads IDs.
httpdemo is the basic example that flutter demos network with.
keyboard_demo is simple example to capture key strokes in card.
listview_demo is an example of using a listview, dialogbox and addig to the list.
mlkit_demo show how to use the mlkit face with a still frame picture either camera or gallery.
more_widgets_demo Show how to use some more input widget and "small" static listview with a snackbar as well.
moreui more on textfield vs textFormField and chip, menus, icons, and dividers
persistenace_demo shows share preference plugin and the reading/write files
sensor_plugin_demo uses the sensor_plugin and the battery_plus plugin to shows the battery level, accelerometer, gyroscope, user accelerometer (does have basic gravity included), and magnetometer values.
speech_demo uses two plugins, flutter_tts for text to speech, and speech_to_text for speech to text recognization. this is a very basic demo, but shows how both work.
sqlitedb_demo uses sqflite (sqlite) to rework the database example sqliteDBDemo in saveData Repo (note fails on web, can't store db in a browser I guess).
take_pic_demo show how to get picture from the gallery or camera and display it. uses a plugin.
cameracontroller_demo is flutter native code from their site. It doesn't work very well, but does work on android. sort of web, not at all on windows.
tcp_demo Shows how to use a socket and serversocket. setups a simple connection, and then allows the user to send and receiver messages. If run on two different phones/emulators the app can talk to each other. Uses a bottomnavigationbar to setup 2 separate "widgets" one for the server, the other for a client.
httprestdemo is front end app that reads from a backend server written in node.js here
These are example code for University of Wyoming, Cosc 4730 Mobile Programming course and cosc 4735 Advance Mobile Programing course. All examples are for Android, but are written in flutter could be used on an Ios device, the web, or desktops as well.