1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

Configuring travis to build Android. (#206)

This commit is contained in:
Andrew Brogdon
2020-01-06 13:41:33 -08:00
committed by GitHub
parent 4a01a6570e
commit 233eb462d4
9 changed files with 90 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ void main() {
}
/// A simple model that uses a [MethodChannel] as the source of truth for the
/// state of the counter.
/// state of a counter.
///
/// Rather than storing app state data within the Flutter module itself (where
/// the native portions of the app can't access it), this module passes messages