Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrolaraburu/learning_flutter


https://github.com/pedrolaraburu/learning_flutter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# learning_flutter

A new Flutter project.

## Learning Flutter [EN-US]
- Exercise: Task App with Provider 1 Exercise: Task App with Provider.
- Exercise 2: Unit testing and Integration Tests.
## Estudando Flutter, exercícios da faculdade [PT-BR]
- Exercício: Aplicativo de Tarefas com Provider 1 Exercício: Aplicativo de Tarefas com Provider.
- Exercício 2: Testes Unitários e Testes de integração.

# Setup
```bash
# Clone this repository
- git clone https://github.com/pedrolaraburu/learning_flutter
# Open your terminal
- Type `flutter pub get`
- Type `flutter run`
```

# Run Unit tests
```bash
# Open your terminal
- Type 'flutter test'
```

# Run Integration tests
```bash
# Open your terminal
- Type 'flutter test .\integration_test\app_test.dart'
```