This project is an example for flutter mobile application. This repository contains source code and supporting files for a mobile application that you can build and test with Flutter. The application was developed based on Alura course.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project.
- git
- flutter
- vscode
- Xcode
- Android Studio
After install the required tools follow the Flutter instructions, click here.
First of all you need to clone this repository:
git clone https://github.com/claick-oliveira/flutter-app-example.git
After clone access the folder and you'll need to install de requirements:
cd flutter-app-example
flutter pub get
To run the analysis execute:
flutter analyze
To run the unit tests execute:
TODO: The tests is not done yet!
flutter test
To build and deploy your application for the first time, run the following in your shell:
flutter run
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Claick Oliveira - Initial work - claick-oliveira
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details