This is a clone of the famous application Udacity, and its done with the flutter frame work, this particular repo, contains the code for the student side
This repository containing links of all the example apps demonstrating features/functionality/integrations in Flutter application development.
Make sure you have configured the webdev tool.
Go into one of the sample directories, get packages, and run.
$ cd gallery
$ flutter pub get # or `pub get` with the Dart SDK
$ webdev serveYou should see a message printing the URL to access: http://localhost:8080

