Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrolaraburu/learning_flutter
https://github.com/pedrolaraburu/learning_flutter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedrolaraburu/learning_flutter
- Owner: pedrolaraburu
- Created: 2023-10-28T00:15:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T23:12:29.000Z (about 1 year ago)
- Last Synced: 2024-04-23T06:19:47.617Z (9 months ago)
- Language: C++
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```