Skip to content

These are the random flutter apps I tried making while learning the flutter course.

Notifications You must be signed in to change notification settings

yeshwindbz9/flutter_apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_apps

these are the random flutter apps I tried making while learning the flutter course.

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

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.

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run

Built with

  • Flutter - Beautiful native apps in record time.
  • Android Studio - Tools for building apps on every type of Android device.
Check out Flutter’s online documentation for help getting start with your Flutter project.