https://github.com/limcheekin/flutter_test_sample
Flutter Test Sample Project
https://github.com/limcheekin/flutter_test_sample
flutter integration-testing testing unit-testing widget-testing
Last synced: 21 days ago
JSON representation
Flutter Test Sample Project
- Host: GitHub
- URL: https://github.com/limcheekin/flutter_test_sample
- Owner: limcheekin
- License: apache-2.0
- Created: 2021-06-07T07:54:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T07:09:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T23:30:58.526Z (over 1 year ago)
- Topics: flutter, integration-testing, testing, unit-testing, widget-testing
- Language: Dart
- Homepage: https://codelabs.developers.google.com/codelabs/flutter-app-testing/
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_test_sample
The Flutter Test Sample project was created based on [How to test a Flutter app](https://codelabs.developers.google.com/codelabs/flutter-app-testing/) Codelab.
In addition, I added [run Flutter tests using GitHub Actions and Codecov](https://damienaicheh.github.io/flutter/github/actions/2021/05/06/flutter-tests-github-actions-codecov-en.html).
Find out more on [Testing Flutter apps](https://flutter.dev/docs/testing).
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.