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
Want to use it? Just fork it!
$ git clone https://github.com/CharlyMech/flutter_kitchen.git
$ cd flutter_kitchen
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.
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.
Once everything is set up for Flutter development, it's time to install the project's dependencies.
$ flutter pub get
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