This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Template type invokemethod #1365
Closed
Closed
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
14d5921
alarm manager
78b7318
android intent
3ff1735
battery
cc16c9d
camera
5c7ef16
cloud firestore
b54a29f
cloud functions
efe5b55
connectivity
30d8e2f
git st
02c484d
device_info
4c056d6
addmob
530d561
firebase_anal
77b4fc2
firebase_auth
3497720
firebase_core
97a295a
firebase_database
a75ab4a
dynamic link
bc10d37
firebase_messaging
a423948
ml_vision
04b3b31
firebase_performance
88eb149
remote config
0ed5fc0
firebase storage
33ca3a4
google_maps_flutter
2947d44
google sign_in
ecf894f
image_picker
a586fe5
in app purchase
cf8ac32
local auth
ebcbdee
location background
4e060f6
ml vision version update
7310313
package info
ca36d28
path provider
b52957b
quick actions
3132df5
share
77b2aee
shared_preference
514fdc5
url launcher
8861d1c
video player
a062bc5
webview flutter
4d4ab2b
bump flutter version for all plugins
e29597f
analyzer fix
dab879f
rever min flutter version for sensor plugin
f3231e8
fix
c810604
Update packages/android_alarm_manager/lib/android_alarm_manager.dart
9b29dee
Update packages/android_alarm_manager/lib/android_alarm_manager.dart
19ec463
Update packages/android_alarm_manager/lib/android_alarm_manager.dart
f2d907c
invokeMapMethod
2e77a28
invokeListMethod
ce58adf
Merge branch 'template_type_invokemethod' of github.com:cyanglaz/plug…
dd4995d
remove explict casting
e92855a
clean up
92779eb
more refactors from <dynamic>
aa471f1
formatting
fab684a
error fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: android_alarm_manager | ||
description: Flutter plugin for accessing the Android AlarmManager service, and | ||
running Dart code in the background when alarms fire. | ||
version: 0.4.1+3 | ||
version: 0.4.1+4 | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager | ||
|
||
|
@@ -20,4 +20,4 @@ flutter: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=0.1.4 <2.0.0" | ||
flutter: ">=1.2.0 <2.0.0" |
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: android_intent | |
description: Flutter plugin for launching Android Intents. Not supported on iOS. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent | ||
version: 0.3.0+1 | ||
version: 0.3.0+2 | ||
|
||
flutter: | ||
plugin: | ||
|
@@ -18,4 +18,4 @@ dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=0.1.4 <2.0.0" | ||
flutter: ">=1.2.0 <2.0.0" |
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ description: Flutter plugin for accessing information about the battery state | |
(full, charging, discharging) on Android and iOS. | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/battery | ||
version: 0.3.0+1 | ||
version: 0.3.0+2 | ||
|
||
flutter: | ||
plugin: | ||
|
@@ -25,4 +25,4 @@ dev_dependencies: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=0.1.4 <2.0.0" | ||
flutter: ">=1.2.0 <2.0.0" |
This file contains hidden or 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 hidden or 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## 0.4.3+1 | ||
|
||
* Bump the minimum flutter version to 1.2.0. | ||
* Add Template type parameter to `invokeMethod` calls. | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: extra empty line here |
||
## 0.4.3 | ||
|
||
* Add capability to prepare the capture session for video recording on iOS. | ||
|
This file contains hidden or 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 hidden or 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: camera | |
description: A Flutter plugin for getting information about and controlling the | ||
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video, | ||
and streaming image buffers to dart. | ||
version: 0.4.3 | ||
version: 0.4.3+1 | ||
authors: | ||
- Flutter Team <[email protected]> | ||
- Luigi Agosti <[email protected]> | ||
|
@@ -27,4 +27,4 @@ flutter: | |
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
flutter: ">=0.1.4 <2.0.0" | ||
flutter: ">=1.2.0 <2.0.0" |
This file contains hidden or 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## 0.9.7 | ||
## 0.9.6+1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should be 7+1 |
||
|
||
* Fixes a NoSuchMethodError when using getDocuments on iOS (introduced in 0.9.6). | ||
* Adds a driver test for getDocuments. | ||
* Bump the minimum flutter version to 1.2.0. | ||
* Add Template type parameter to `invokeMethod` calls. | ||
|
||
## 0.9.6 | ||
|
||
|
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be bool following the fix in #1384