Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
683 commits
Select commit Hold shift + click to select a range
c9d2482
upgraded com.google.firebase:firebase-messaging to v17.3.0 in order t…
PiercarloSlavazza Aug 23, 2018
37a1a8e
Add go to settings action in androidIntent plugin. (#722)
jiajiabingcheng Aug 23, 2018
db574c0
Fix typo in Application.java url (#736)
sestegra Aug 23, 2018
456dd37
Fixed type error for firebase_auth photoUrl on iOS (#710)
fredriks Aug 23, 2018
30482f4
_dynamicLink variable was cleared after user get dynamicLink (#699)
diegoveloper Aug 23, 2018
d447c4a
Update iOS dynamic link to return null on second attempt to retrieve …
bparrishMines Aug 23, 2018
c9c4016
Adds nonPersonalizedAds option to MobileAdTargetingInfo for firebase_…
mmmeri Aug 24, 2018
a9dc91d
Updated README with examples (#740)
bkonyi Aug 24, 2018
9f80468
Release all resources allocated for VideoPlayers when the owning Flut…
nichtverstehen Aug 27, 2018
18b3cdd
Remove a wrong assertion. (#665)
Aug 28, 2018
69380a9
Improve image_picker android dependencies (#715)
sir-boformer Aug 28, 2018
e5cb1a5
Port google_maps_flutter to use AndroidView for embedding the map. (#…
amirh Aug 29, 2018
e58ed99
[image_picker] White line after resize - fixed by adding floor() (#686)
nkmrh Aug 29, 2018
8dd8fa6
Remove iOS instructions from the maps plugin readme. (#744)
amirh Aug 29, 2018
09e7832
Fix Java lint warnings in google maps plugin (#745)
amirh Aug 29, 2018
d8f3f50
Plugin template for webview_flutter (#746)
amirh Aug 30, 2018
db3f999
Depend on full support-v4 library for ease of use (#747)
sir-boformer Aug 30, 2018
c2945f3
Use api to allow support-v4 version resolution. (#748)
kroikie Aug 30, 2018
8f911a3
Add support for firebaseopensource.com (#749)
kroikie Aug 30, 2018
574788f
Add support-v4 dep to ml-vision (#750)
kroikie Aug 30, 2018
f531181
Update FOSDC config (#751)
kroikie Aug 30, 2018
2dc4852
Fix cloud functions podspec. (#691)
westoque Aug 31, 2018
15ef622
Initial (Android only) implementation of a WebView widget. (#752)
amirh Aug 31, 2018
6891204
cloud_functions readme: Fix Dart source formatting (#754)
kevmoo Sep 1, 2018
cd60fb0
Add monitoring and management to uploads (#531)
Sep 4, 2018
7f8efac
listener on MobileAd shouldn't be final (#650)
mickykebe Sep 4, 2018
7f9fdbf
Firebase Messaging: fix Android notification body and title not sent …
bkayfitz-cara Sep 4, 2018
4ef2f60
Adding getWifiName to connectivity plugin (#685)
ffeu Sep 4, 2018
2726440
Remove unused navigatorObservers from the Google Maps example. (#763)
amirh Sep 5, 2018
b7ba85a
Firestore FieldValues and persistence (#760)
pulyaevskiy Sep 5, 2018
a2af960
Removed Google Guava dependency from firebase_auth. (#762)
slightfoot Sep 5, 2018
fd4f194
Update ios MLKit Text Recognition to '5.6.0' (#733)
bparrishMines Sep 5, 2018
0be2188
Bump firebase_auth version number (#764)
kroikie Sep 5, 2018
f98d0d0
Update Text Recognition for android to 17.0.0 (#732)
bparrishMines Sep 5, 2018
f100277
Rebuild VideoPlayer once VideoPlayerController finishes initializatio…
nichtverstehen Sep 6, 2018
be3e558
Add an initialUrl and a javaScriptMode parameters to WebView. (#753)
amirh Sep 6, 2018
9d0e880
Add a gestureRecognizers parameter to GoogleMap. (#755)
amirh Sep 6, 2018
21bc07c
Vision cloud label detection (#695)
DennisAlund Sep 7, 2018
8178bf1
Update VideoPlayer widget when the attached controller changes (#769)
nichtverstehen Sep 11, 2018
7d26009
Mark textureId as @visibleForTesting. (#779)
nichtverstehen Sep 12, 2018
1aef7d9
Enable lint unnecessary_new (#701)
a14n Sep 12, 2018
b889b40
Add support for handling UserRecoverableAuthException (#771)
bparrishMines Sep 21, 2018
6341d3a
Switch over to new GoogleSignIn APIs (#792)
mehmetf Sep 25, 2018
46b5486
use WidgetsBindingObserver as a mixin (#797)
yjbanov Sep 26, 2018
0ff11a5
Ban string values which clash with special prefixes (#798)
mehmetf Sep 26, 2018
aa694d4
Added `updatePassword` functionality to firebase_auth plugin. (#678)
slightfoot Sep 27, 2018
a44b105
Add ability to clear auth cache on Android (#799)
mehmetf Sep 27, 2018
e6c8b92
Move SystemChrome update to framework side (#800)
Sep 28, 2018
031310a
Unregister the activity lifecycle callbacks when disposing the camera…
kmorkos Sep 28, 2018
eff94c1
Allow latest version for MLVision on ios (#804)
bparrishMines Sep 29, 2018
212c3e5
add option to enable javascript in android webview (#796)
rydein Oct 1, 2018
26ad3ea
Bump camera version (#802)
bparrishMines Oct 1, 2018
07176dd
Handle user cancel when signing in (#805)
mehmetf Oct 1, 2018
f7d1985
Convert list to object array when using FieldValue (#795)
JamesMcIntosh Oct 2, 2018
4b13e56
Bump version for #795 (#808)
bparrishMines Oct 2, 2018
284822d
Check activity isFinishing before authentication (#807)
eva95678 Oct 2, 2018
557bb90
Add page names for firebaseopensource.com (#811)
samtstern Oct 2, 2018
894f2dd
Set http version to be compatible with flutter_test (#810)
bparrishMines Oct 2, 2018
e6f85ba
Added android device id to android device info (#639)
BWMuller Oct 2, 2018
084828f
Set http version to be compatible with flutter_test (#812)
bparrishMines Oct 3, 2018
df583bc
adding support auth link for Twitter (#697)
ko2ic Oct 3, 2018
e920cf7
[Firebase Auth] added access to User metadata (#718)
LucasParsy Oct 3, 2018
96a3a5a
Bump Android dependencies to latest (#821)
kroikie Oct 5, 2018
2fb7284
Add a getter for Marker ID in maps package (#786)
duncanhoggan Oct 8, 2018
a6a469a
Fix lint issues causing CI to fail (#825)
a14n Oct 8, 2018
b85c294
Bump android dependencies to latest (#830)
kroikie Oct 9, 2018
3bab1c6
bump cloud_firestore android dependencies (#829)
kroikie Oct 9, 2018
ad16b4a
bump firebase_database android dependencies to latest (#833)
kroikie Oct 9, 2018
220c9b2
Bump firebase_storage Android dependencies to latest (#834)
kroikie Oct 9, 2018
6028d51
Bump Android dependencies to latest (#835)
kroikie Oct 9, 2018
21f7bfd
Bump firebase_analytics Android dependencies to latest (#836)
kroikie Oct 9, 2018
546ad6d
Update firebase_ml_vision for latest Firebase MLKit API (#774)
bparrishMines Oct 10, 2018
13a7ebf
Bump firebase_auth Android dependencies (#839)
kroikie Oct 11, 2018
a58d08b
bump firebase_messaging android dependencies to latest (#841)
kroikie Oct 12, 2018
5f373a4
Bump firebase_dynamic_links Android dependencies (#840)
kroikie Oct 12, 2018
645154d
Bump firebase_performance Android dependencies to latest. (#847)
kroikie Oct 12, 2018
ae0923d
Bump firebase_remote_config Android dependencies to latest. (#848)
kroikie Oct 12, 2018
70a4ffc
Bump firebase_ml_vision Android dependencies to latest (#846)
kroikie Oct 12, 2018
ab6d93d
Add clearMarkers() functionality to GoogleMapController (#843)
kenzieschmoll Oct 12, 2018
a211895
Add biometry type detection to local_auth plugin (#845)
pdefuns Oct 15, 2018
e3afc1f
Reformat the marker id getter comment. (#828)
amirh Oct 16, 2018
60eeff0
remove unnecessary new from samples (#818)
a14n Oct 16, 2018
30898fd
Change webview and maps to use gesture factories. (#778)
amirh Oct 16, 2018
41824d8
Change android invites dependency to dynamic links (#853)
bparrishMines Oct 16, 2018
abfb4de
video_player: Fixed null exception when file has no width or height. …
quentinleguennec Oct 17, 2018
f0d714c
Use exoplayer's prefered API for MediaSources (#857)
dnfield Oct 17, 2018
b235438
Correct usage of StreamBuilder (#759)
alvinkonda Oct 17, 2018
50a283b
fix requestNotificationPermissions api (#761)
huangminlinux Oct 18, 2018
6cd8c67
Timestamps firestore (#765)
DennisAlund Oct 18, 2018
fd8ad8a
fixing formatting (#861)
kroikie Oct 18, 2018
8102ea7
Fix a crash in the snapshot callback (#773)
pinkfish Oct 18, 2018
39ba555
enable lint prefer_void_to_null (#858)
a14n Oct 19, 2018
50e2ec8
FirebaseAuth multi app support (#781)
matthewtsmith Oct 22, 2018
a90c328
Don't use resultCode when handling SignIn result
mehmetf Oct 24, 2018
c6d4f1a
Get rid of unneeded Firebase import (#873)
mehmetf Oct 28, 2018
d4e17e4
Rev version (#868)
mehmetf Oct 28, 2018
f28d2d4
[firebase_messaging] changing getToken to rely on platform's getToken…
ffeu Oct 30, 2018
0b8a737
Use METHOD value instead of SIGN_UP_METHOD (#824)
ksheremet Oct 30, 2018
18ab5d8
Update example with interactable link (#785)
bparrishMines Oct 31, 2018
e29b8a8
Fix preview and video size with satisfying conditions of multiple out…
ryuta46 Oct 31, 2018
39af90c
Camera version bump for #689 (#877)
bparrishMines Oct 31, 2018
cc5e4ba
Make FirebaseApp final/private and change way to get auth instance (…
bparrishMines Nov 1, 2018
7049401
Bump firebase_auth version (#865)
bparrishMines Nov 1, 2018
9b15392
Update gradle dependencies. (#881)
dnfield Nov 3, 2018
5b45f58
Pin mockito to 3.0.0 to unbreak CI (#883)
dnfield Nov 3, 2018
1e64b9d
Only update state for the registrar's activity (#882)
Nov 5, 2018
7128f74
Allow quick_actions to register more than once (#783)
Cretezy Nov 6, 2018
4478ab9
local_auth: Use minimal support library (#758)
bashtian Nov 7, 2018
24344bc
Run cleartoken task in background (#889)
mehmetf Nov 7, 2018
e09a27b
Surpress unchecked warnings (#862)
kroikie Nov 8, 2018
d7bd97f
Support sign-in with Github and linking Github accounts to existing u…
filleduchaos Nov 8, 2018
05781b7
Change google-services.json and GoogleService-Info.plist of example (…
bparrishMines Nov 8, 2018
d2d1f56
Resolved compiler warnings in CloudFirestorePlugin.m (#777)
ahmedb Nov 8, 2018
5b91e5e
Set iOS deployment target to 8.0, fixes compilation errors (#780)
pulyaevskiy Nov 9, 2018
b2182f9
guild how to fix crash with admod version 17.0.0 (#893)
songoku1610 Nov 9, 2018
8388ee6
Allow setUserID input to be null (#888)
rockwotj Nov 9, 2018
c070f30
Initial iOS implementation for webview_flutter. (#890)
amirh Nov 10, 2018
4c52636
Migrate google_maps_flutter to use UiKitView. (#892)
amirh Nov 10, 2018
ad1ecfd
Bump firebase_analytics version to 1.0.6 (#894)
kroikie Nov 10, 2018
4819d5b
Update docs/example for AdMob (#880)
dnfield Nov 10, 2018
b623959
Increase play-services-auth dependency (#891)
martflu Nov 10, 2018
d451cac
Fix crash when repeating detection (#872)
bparrishMines Nov 13, 2018
48c04b2
[firebase_messaging] adding support for deleteInstanceId and setAutoI…
ffeu Nov 14, 2018
6e0664a
Fix null language code and no detected text bug (#899)
bparrishMines Nov 16, 2018
535124f
adding return to verifyPhoneNumber (#903)
ffeu Nov 16, 2018
78e23e4
Update location_background (#906)
dnfield Nov 19, 2018
eaa1388
Reconfigure Cirrus to use clang 7 (#905)
amirh Nov 20, 2018
325f238
Add a My Location parameter to the Google Maps plugin (#898)
timtraversy Nov 20, 2018
8a8ccfb
Don't depend on the Android support library in google_maps_flutter. (…
amirh Nov 20, 2018
48793cf
Shuffle text selection TODOs. (#911)
amirh Nov 20, 2018
3f8abcf
[video_player] ExoPlayer 2.9.1, Android 9, Demo fixes (#908)
ened Nov 20, 2018
ccf3cd3
[firebase_auth] Adding support for reauthenticate. (#907)
ko2ic Nov 21, 2018
32d0d42
Update firebase_auth version for release (#912)
collinjackson Nov 21, 2018
ce432ac
reformat FirebaseAuthPlugin.m (#913)
amirh Nov 21, 2018
2f0b7e2
[webview_flutter] Don't static import classes. (#914)
amirh Nov 21, 2018
ced3e99
Set all gradle-wrapper versions to 4.10.2 (#915)
ened Nov 21, 2018
54f9c4e
Upgrade Android Gradle Plugin to 3.2.1 (#916)
ened Nov 21, 2018
9a17c4f
docs: Improves READMEs styles (#919)
lennonjesus Nov 21, 2018
e84d61f
Use context() instead of activity() (#921)
dguralnick Nov 22, 2018
e96fb0c
Improved error handling for Android and iOS. (#775)
slightfoot Nov 22, 2018
952a99e
Update Google Maps Plugin README. (#920)
amirh Nov 22, 2018
f31aa8c
[android_alarm_manager] bump firebase_auth dependencies (#922)
ened Nov 23, 2018
b401d36
Upgrade Google services plugin to 4.2.0 (#917)
ened Nov 23, 2018
2908b42
Delete reference to the pub plugin (#925)
Rahiche Nov 24, 2018
f057a22
Adding closeWebView feature to url_launcher (#924)
timtraversy Nov 25, 2018
136663b
Initial README for the WebView plugin (#930)
amirh Nov 26, 2018
a444ad1
Introduce credentials to firebase_auth (#928)
collinjackson Nov 27, 2018
2f0945a
Bump google_maps_flutter version to 0.0.2 (pre release). (#932)
amirh Nov 27, 2018
052b71a
Update the IAP README (#933)
Nov 27, 2018
fdccbc7
Re-hook the Google Map callbacks on iOS. (#934)
amirh Nov 27, 2018
f210a6f
Remove unused map id fields. (#935)
amirh Nov 28, 2018
60f6075
Don't export dart:async by the Google Maps plugin. (#937)
amirh Nov 28, 2018
bf2f1ed
Bring back the google_maps_flutter pub badge. (#938)
amirh Nov 28, 2018
80452b4
Bump google_maps_flutter's version to 0.0.3. (#939)
amirh Nov 28, 2018
c8ae4a7
Set a minimal flutter version for the webview plugin. (#940)
amirh Nov 28, 2018
805976c
Keep a reference to the plugin registrar in `FLTGoogleMapController`.…
amirh Nov 28, 2018
24761ac
Camera uses the device orientation on Android (#942)
Nov 28, 2018
f54e86c
Don't recommend to add maps as a git dependency any more. (#944)
amirh Nov 29, 2018
d46def3
Bump maps plugin version. (#945)
amirh Nov 29, 2018
e0afdaa
[google_maps_flutter] Relax Flutter version requirement to 0.11.9 (#946)
amirh Nov 29, 2018
821f854
Show https://flutter.io in the webview_flutter example. (#950)
amirh Nov 30, 2018
f6452cf
Fixes: 'webview_flutter/WebviewFlutterPlugin.h' file not found (#949)
Dec 3, 2018
a2cd08a
Make the description for webview_flutter longer. (#956)
amirh Dec 3, 2018
8603d2d
add new plugins references to README.md (#954)
chadidi Dec 3, 2018
d89cae7
Fail call when trying to recover auth with backgrounded app (#960)
alanrussian Dec 5, 2018
5f9affc
Control the GoogleMap options with widget parameters. (#961)
amirh Dec 6, 2018
ab9f213
Fix: url_launcher can't launch for Android (#947)
akindone Dec 7, 2018
aa300af
[WebView] Add back/forward controls (#959)
kikuchy Dec 7, 2018
3652ccd
Fix typo in WebView's "initWithWithFrame". (#972)
amirh Dec 8, 2018
e247091
Fix null crash when initialUrl is unset on iOS (#967)
YukiOya Dec 8, 2018
3897d43
Temporarily add exoplayer repo accidentally deleted from jcenter (#977)
xster Dec 11, 2018
0d077f5
Remove firebase_auth dependency from android_alarm_manager library an…
Dec 19, 2018
94f6577
Add currentUrl accessor to WebView plugin. (#992)
efortuna Dec 19, 2018
d6bd24c
Implemented a reload method in webview_flutter (#974)
wouterhardeman Dec 20, 2018
e8b3316
Bump webview_flutter's version. (#995)
amirh Dec 20, 2018
0410296
Fixed local_auth crash with API < 24 #24339 (#1002)
diegoveloper Dec 25, 2018
860ebfe
Bump android_alarm_manager version to 0.2.3 (#1006)
bkonyi Dec 26, 2018
ed8c4ab
[camera] Fix issue with crash when the physical device's orientation …
wouterhardeman Jan 3, 2019
3f85596
Fix CI analyzer errors. (#1025)
Jan 3, 2019
bcfbd46
Allow user to handle PlatformExceptions caught by FirebaseAnalyticsOb…
bparrishMines Jan 3, 2019
efe4c1b
Add byte streaming capability for the camera (#965)
bparrishMines Jan 3, 2019
98317e3
Add the ability for ML Kit to create image from bytes (#971)
bparrishMines Jan 3, 2019
ab0a960
Workaround the Gradle crash due to non ASCII chars. (#1031)
amirh Jan 4, 2019
c989956
javascript evaluation ios/android (#1021)
Jan 4, 2019
e46ff94
Rev version to publish 0.3.1 to pub (#1040)
mehmetf Jan 6, 2019
fe834b6
Remove comments from license file (#1034)
mit-mit Jan 6, 2019
809ccde
Doc and build script updates to the IAP plugin (#1024)
Jan 7, 2019
ad53210
Remove scary message (#1042)
matanlurey Jan 7, 2019
aa7ea2b
Save photo orientation on iOS (#1037)
Jan 7, 2019
61d6a1f
Fix image picker crash on IOS (#1051)
Jan 9, 2019
74ef787
Update dart doc for forceSafariVC for the usage of universal links on…
Jan 10, 2019
04ada95
Complete the method channel result once if startPreview failed (#1046)
Jan 10, 2019
c27f1f9
Bump camera plugin version and update changelog. (#1060)
amirh Jan 10, 2019
4d702ad
Supress `strong_mode_implicit_dynamic_method` for `invokeMethod` call…
amirh Jan 12, 2019
23852d3
adding nil check (#1072)
Jan 14, 2019
43ee28c
Fix `Manifest versionCode not found` (#1076)
kangwang1988 Jan 14, 2019
fe03e40
[IAP] Check if the payment processor is available (#1057)
Jan 14, 2019
5347e87
[IAP] Clean up Dart unit tests (#1082)
Jan 15, 2019
6bbaa7e
[IAP] Add missing license headers (#1083)
Jan 16, 2019
229b0fc
Url launcher ios universallinksonly (#1062)
Jan 16, 2019
85f75f8
Enable compute credits for commits, and for macOS PRs (#1086)
gspencergoog Jan 16, 2019
82bab67
add deprecated_member_use_from_same_package to pass analyzer (#1088)
Jan 16, 2019
8fb9a07
cirrues update to mojave-xcode-10.1 (#1087)
Jan 17, 2019
f3bbb90
Fix a crash when selecting downloaded images on certain devices (#1089)
Jan 18, 2019
909cf1c
[IAP] Fetch SkuDetails from Google Play (#1084)
Jan 18, 2019
13c87f8
cleanup (#1102)
Jan 23, 2019
f878659
Include Android SDK 27 in the docker image and accept licenses (#1104)
amirh Jan 23, 2019
4a09aaf
[firebase_ml_vision] Set minimum iOS to 8 (#1106)
Jan 23, 2019
6ae526e
update changelog for url launcher (#1105)
Jan 23, 2019
a027ccd
[IAP] Generate boilerplate serializers (#1090)
Jan 23, 2019
7a6dd46
Update all plugins to minimum iOS 8.0 (#1109)
Jan 23, 2019
014e373
[video_player] Fix aspect ratio (#690)
recastrodiaz Jan 24, 2019
59e84d8
Migrate independent plugins to AndroidX (#1103)
Jan 24, 2019
9f87cbe
[IAP] Update README (#1112)
Jan 24, 2019
0dd23fe
[firebase_auth] Update a broken dependency. (#1117)
Jan 25, 2019
2a1593d
[IAP] Update dev deps to match flutter_driver (#1118)
Jan 25, 2019
94f432f
Migrate remaining plugins to AndroidX (#1115)
Jan 25, 2019
877429a
Url launcher refactor (#1085)
Jan 25, 2019
3039a26
Iap productlist ios (#1068)
Jan 26, 2019
98e7634
Updated `launch` to use async and await, fixed the incorrect return v…
Jan 28, 2019
0452186
Remove 'init' static method (#1108)
bparrishMines Jan 28, 2019
ea08bab
Revert AndroidX changes for 1.0.0 plugins (#1127)
Jan 28, 2019
9d8a100
Migrate to AndroidX forward roll (#1128)
Jan 28, 2019
8aa016c
android_alarm_manager background execution bug fixes (#1129)
bkonyi Jan 29, 2019
d02df2f
Use string to save double for shared_preference(Android). (#1132)
kangwang1988 Jan 30, 2019
06fd96e
Updated connectivity to singleton (#1134)
Jan 30, 2019
009cd4a
Fix broken documentation link to AndroidBuildVersionCodes (#1092)
kangwang1988 Jan 30, 2019
0e14196
A few additional Androix dependencies (#1120)
edman Jan 30, 2019
edc8191
Remove base detector class and change detection method name (#842)
bparrishMines Jan 30, 2019
aedcc6f
WebView JavaScript channels - iOS implementation. (#1139)
amirh Jan 31, 2019
0f9fbe4
[image_picker] Fixed a crash that would occur when called in quick su…
wouterhardeman Jan 31, 2019
1c982ef
Using json serializer for skproduct wrapper and related classes (#1147)
Feb 4, 2019
7d494b4
WebView JavasScript channels Android implementation. (#1130)
amirh Feb 4, 2019
ac64477
Add WebView JavaScript channels (Dart side). (#1116)
amirh Feb 4, 2019
2c78fda
Added support for persisting alarms across reboots (#1133)
bkonyi Feb 5, 2019
d9495c9
Update NSNull check with directly checking the expected type. (#1148)
Feb 5, 2019
ac2a88a
Updating the example to match the new API (#1155)
davidair Feb 5, 2019
f34a4e2
Workaround to fix the camera positioning issue on the google map view…
Feb 6, 2019
a100fbf
Expose nslocale and expose currencySymbol instead of currencyCode to …
Feb 6, 2019
09a5a36
IAP add payment translators in objc (#1126)
Feb 7, 2019
d0e615c
Revert "IAP add payment translators in objc (#1126)" (#1171)
Feb 7, 2019
832ab83
Iap add payment objc translators (#1172)
Feb 7, 2019
38f8198
Allow clearing cookies for FlutterWebView (#1149)
iskakaushik Feb 7, 2019
4b037c1
FIx issue with calculating iOS image orientation in certain special c…
idealopamp Feb 7, 2019
79eeec5
Expose exception on the signIn method in Google sign in.(#1180)
Feb 8, 2019
5169655
Add a gradle warning to the AndroidX plugins (#1138)
Feb 8, 2019
96235f9
Fix biometrics check error below ios11. (#1173)
kangwang1988 Feb 8, 2019
0132666
remove extra space (#1185)
Feb 8, 2019
ebb7758
Add Swift example to README.md for google_maps_flutter (#1161)
aoinakanishi Feb 8, 2019
f8923c9
Fix image picker crash when used with android alarm manager (#1125)
Feb 8, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
136 changes: 0 additions & 136 deletions .analysis_options

This file was deleted.

8 changes: 8 additions & 0 deletions .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

FROM cirrusci/flutter:latest

RUN yes | sdkmanager \
"platforms;android-27" \
"build-tools;27.0.3" \
"extras;google;m2repository" \
"extras;android;m2repository"
69 changes: 69 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
container:
dockerfile: .ci/Dockerfile
cpu: 4
memory: 8G
upgrade_script:
- flutter channel master
- flutter upgrade
- git fetch origin master
activate_script: pub global activate flutter_plugin_tools
matrix:
- name: publishable
script: ./script/check_publish.sh
- 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-7 main"
- sudo apt-get update
- sudo apt-get install -y --allow-unauthenticated clang-format-7
format_script: ./script/incremental_build.sh format --travis --clang-format=clang-format-7
test_script: ./script/incremental_build.sh test
- name: analyze
script: ./script/incremental_build.sh analyze
- name: build-apks+java-test
env:
matrix:
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
script:
# Unsetting CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE as they
# might include non-ASCII characters which makes Gradle crash.
# See: https://github.com/flutter/flutter/issues/24935
# This is a temporary workaround until we figure how to properly configure
# a UTF8 locale on Cirrus (or until the Gradle bug is fixed).
# TODO(amirh): Set the locale to UTF8.
- echo "$CIRRUS_CHANGE_MESSAGE" > /tmp/cirrus_change_message.txt
- echo "$CIRRUS_COMMIT_MESSAGE" > /tmp/cirrus_commit_message.txt
- export CIRRUS_CHANGE_MESSAGE=""
- export CIRRUS_COMMIT_MESSAGE=""
- ./script/incremental_build.sh build-examples --apk
- ./script/incremental_build.sh java-test # must come after apk build
- export CIRRUS_CHANGE_MESSAGE=`cat /tmp/cirrus_change_message.txt`
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
name: build-ipas
osx_instance:
image: mojave-xcode-10.1
env:
PATH: $PATH:/usr/local/bin
matrix:
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
setup_script:
- brew update
- brew install libimobiledevice
- brew install ideviceinstaller
- brew install ios-deploy
- pod repo update
- git clone https://github.com/flutter/flutter.git
- git fetch origin master
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
- pub global activate flutter_plugin_tools
build_script:
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- ./script/incremental_build.sh build-examples --ipa
25 changes: 23 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
.DS_Store
.atom/
.idea
.idea/
.vscode/

.packages
.pub/
.dart_tool/
pubspec.lock

Podfile
Podfile.lock
Pods/
.symlinks/
**/Flutter/App.framework/
**/Flutter/Flutter.framework/
**/Flutter/Generated.xcconfig
**/Flutter/flutter_assets/
ServiceDefinitions.json
xcuserdata/

local.properties
keystore.properties
.gradle/
gradlew
gradlew.bat
gradle-wrapper.jar
*.iml

GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m

GeneratedPluginRegistrant.java
build/
.flutter-plugins

23 changes: 23 additions & 0 deletions .opensource/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "FlutterFire",
"platforms": [
"Android",
"iOS"
],
"content": "FlutterFire.md",
"pages": {
"packages/cloud_firestore/README.md": "Cloud Firestore",
"packages/cloud_functions/README.md": "Cloud Functions",
"packages/firebase_admob/README.md": "Admob",
"packages/firebase_analytics/README.md": "Analytics",
"packages/firebase_auth/README.md": "Authentication",
"packages/firebase_core/README.md": "Core",
"packages/firebase_database/README.md": "Realtime Database",
"packages/firebase_dynamic_links/README.md": "Dynamic Links",
"packages/firebase_messaging/README.md": "Cloud Messaging",
"packages/firebase_ml_vision/README.md": "ML Kit: Vision",
"packages/firebase_performance/README.md": "Performance Monitoring",
"packages/firebase_remote_config/README.md": "Remote Config",
"packages/firebase_storage/README.md": "Cloud Storage"
}
}
110 changes: 0 additions & 110 deletions .travis.yml

This file was deleted.

Loading