This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ flutter driver | |
Using device Android SDK built for x86. | |
Starting application: lib/main.dart | |
Initializing gradle... 0.8s | |
Resolving dependencies... 0.9s | |
Installing build/app/outputs/apk/app.apk... 2.1s | |
Gradle task 'assembleDebug'... | |
Gradle task 'assembleDebug'... Done 7.9s | |
Built build/app/outputs/apk/debug/app-debug.apk. | |
Installing build/app/outputs/apk/app.apk... 1.8s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# remember some failed commands and report on exit | |
error=false | |
show_help() { | |
printf "usage: $0 [--help] [--report] [<path to package>] | |
Tool for running all unit and widget tests with code coverage. | |
(run from root of repo) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
include: | |
- stage: Unit Testing | |
language: generic | |
os: linux | |
env: running unit and widget tests with code coverage | |
before_script: | |
- sudo apt-get install -y --no-install-recommends lib32stdc++6 libstdc++6 > /dev/null | |
- git clone https://github.com/flutter/flutter.git -b beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo: false --> run dist image in docker container on shared host for faster startup (runs slower) | |
# sudo: required --> run dist image in VM on Google Compute Engine for slower startup (runs faster) | |
sudo: required | |
dist: trusty | |
os: | |
- linux | |
- osx | |
env: | |
- SYS=25 ABI="google_apis;arm64-v8a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'package:flutter/material.dart'; | |
import 'package:modal_progress_hud/modal_progress_hud.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="game_container" > | |
<game-timeline></game-timeline> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xD3ff31A353C64c64d73802EA48233df3CeFAF942 |