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

https://github.com/mmcc007/flutter_app

Flutter counter app demonstrating unit, widget and end-to-end integration testing with code coverage
https://github.com/mmcc007/flutter_app

android-emulator code-coverage continuous-integration flutter flutter-demo flutter-examples ios-simulator

Last synced: about 2 months ago
JSON representation

Flutter counter app demonstrating unit, widget and end-to-end integration testing with code coverage

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/mmcc007/flutter_app.svg?branch=master)](https://travis-ci.org/mmcc007/flutter_app)
[![codecov](https://codecov.io/gh/mmcc007/flutter_app/branch/master/graph/badge.svg)](https://codecov.io/gh/mmcc007/flutter_app)

# flutter_app

Update: see this [article](https://medium.com/@nocnoc/flutter-unit-widget-and-integration-testing-with-ios-and-android-emulators-on-travis-ci-df17ed7c3be) on Medium about setting up continuous integration for Flutter on Travis

The counter Flutter app demonstrating how to run unit, widget and end-to-end integration testing
for android and ios with code coverage

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.io/).