these are the random flutter apps I tried making while learning the flutter course.
Note: Make sure your Flutter environment is setup.
First, clone the repository with the 'clone' command, or just download the zip.
Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.
Install dependencies from pubspec.yaml
by running flutter packages get
from the project root (see using packages documentation for details and how to do this in the editor).
There you go, you can now open & edit the project.
Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.
Run the following command in your terminal.
$ open -a Simulator
$ flutter run
Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
- Flutter - Beautiful native apps in record time.
- Android Studio - Tools for building apps on every type of Android device.