Skip to content

Flutter app to test and list cool packages for future apps

Notifications You must be signed in to change notification settings

CharlyMech/flutter_kitchen

Repository files navigation

Flutter Kitchen

Flutter personal project to test (cook) packages (receipts) for future development. I'll use this app also as a list of cool packages to use and how to use them

Flutter Kitchen project banner

Getting Started

Want to use it? Just fork it!

Instructions

1 Clone this repo and move to the directory created:

	$ git clone https://github.com/CharlyMech/flutter_kitchen.git
	$ cd flutter_kitchen

2 Install Flutter SDK if not installed

You can go to the official website to read the documentation about it: Install flutter

Once Flutter is installed in your computer, the flutter command must be available to use.

3 Check if everything needed is installed

Flutter as a built in command that checks if everything needed to use Flutter at his full potential is installed.

	$ flutter doctor

If there are missing dependencies, follow the instructions reported in command's output.

4 Install project's dependencies

Once everything is set up for Flutter development, it's time to install the project's dependencies.

	$ flutter pub get

5 Run the app

The final step is running the app! You have multiple choices at this point depending on your IDE choice. For terminal, execute this command:

	$ flutter run

About

Flutter app to test and list cool packages for future apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages