Skip to content

Tags: alvani/plugins

Tags

video_player-v0.10.3+3

Toggle video_player-v0.10.3+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Improve DartDocs and test coverage (flutter#2286)

Also adds a lint to prevent undocumented APIs going forward.

shared_preferences-v0.5.4+6

Toggle shared_preferences-v0.5.4+6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] Add missing DartDoc (flutter#2296)

Also adds a lint to prevent further undocumented methods.

share-v0.6.3+3

Toggle share-v0.6.3+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[share] README update (flutter#2297)

Adds a little more info on how to use the plugin. Also adds linter
options to prevent any undocumented APIs from being added in the future.

path_provider-v1.4.5

Toggle path_provider-v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[path_provider] Add v2 embedding support for (flutter#2284)

image_picker-v0.6.2+1

Toggle image_picker-v0.6.2+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[image_picker]fix a crash when a non-image file is picked. (flutter#2293

)

google_sign_in-v4.0.14

Toggle google_sign_in-v4.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate plugins to use e2e tests. (flutter#2282)

google_maps_flutter-v0.5.21+12

Toggle google_maps_flutter-v0.5.21+12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate plugins to use e2e tests. (flutter#2282)

connectivity-v0.4.5+6

Toggle connectivity-v0.4.5+6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[connectivity] Fix reachability stream for iOS (flutter#2281)

webview_flutter-v0.3.16

Toggle webview_flutter-v0.3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Add async NavigationDelegates (flutter#2257)

Previously all navigation decisions needed to be made synchronously in
Dart. The platform layers are already waiting for the MethodChannel
callback, so just changed the return type to be
`FutureOr<NavigationDecision>'. This is a change to the method signature
of `WebViewPlatformCallbacksHandler#onNavigationRequest`, but that
interface appears to only be meant to be implemented internally to the
plugin.

url_launcher-v5.2.7

Toggle url_launcher-v5.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[url_launcher] DartDoc and test improvements (flutter#2274)

- Add a lint to url_launcher and url_launcher_platform_interface to
prevent undocumented public members.
- Add some unit tests.