forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'a404fbfd4842b51b57bc0c6298604cf5674e2c02' into joined
* commit 'a404fbfd4842b51b57bc0c6298604cf5674e2c02': (40 commits) Update README.md (flutter#430) Updated to 0.5.0 (flutter#428) AdSizes for AdMob banner ads (flutter#402) bump minor version and add changelog entry (flutter#427) add fetchProvidersForEmail wrapper (flutter#410) Incremental Build Script (flutter#422) add runtime permission requests for external storage and camera (flutter#424) Fix Dart 2 type error and deprecation (flutter#425) Fix a Dart 2 runtime cast failure in firebase_database test (flutter#419) Fixed deprecation warnings (flutter#420) Fix Dart 2 runtime error in the camera plugin (flutter#417) Always use the latest Flutter available (flutter#415) Spelling (flutter#411) Configure Flutter CI (flutter#383) Set SDK constraints to match Flutter beta (flutter#412) Remove Gradle artifacts from repo (flutter#414) Google maps plugin stub (flutter#405) Allow null document snapshot data when document does not exist (flutter#406) Fix new formatting errors (flutter#408) Fix url_launcher for iOS <10 (flutter#407) ...
- Loading branch information
Showing
222 changed files
with
3,835 additions
and
1,198 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
container: | ||
image: cirrusci/flutter:latest | ||
|
||
task: | ||
upgrade_script: | ||
- flutter channel master | ||
- flutter upgrade | ||
activate_script: pub global activate flutter_plugin_tools | ||
matrix: | ||
- name: test+format | ||
install_script: | ||
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - | ||
- sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" | ||
- sudo apt-get update | ||
- sudo apt-get install -y --allow-unauthenticated clang-format-5.0 | ||
format_script: ./script/incremental_build.sh format --travis --clang-format=clang-format-5.0 | ||
test_script: ./script/incremental_build.sh test | ||
- name: analyze | ||
script: ./script/incremental_build.sh analyze | ||
- name: build-apks | ||
script: ./script/incremental_build.sh build-examples --apk |
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
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
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
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
Binary file removed
BIN
-52.4 KB
packages/android_alarm_manager/example/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
This file was deleted.
Oops, something went wrong.
90 changes: 0 additions & 90 deletions
90
packages/android_alarm_manager/example/android/gradlew.bat
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.