Skip to content

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.

License

Notifications You must be signed in to change notification settings

claick-oliveira/flutter-app-example

Repository files navigation

flutter-app-example

Github Workflow License: MIT

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.

Getting Started

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.

Prerequisites

  • git
  • flutter
  • vscode
  • Xcode
  • Android Studio

After install the required tools follow the Flutter instructions, click here.

Installing

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

Running the unit tests and analysis

To run the analysis execute:

flutter analyze

To run the unit tests execute:

TODO: The tests is not done yet!

flutter test

Build/Test the application

To build and deploy your application for the first time, run the following in your shell:

flutter run

Resources

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.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published