Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ripesol/plugins

Tags

integration_test-v0.9.2+2

Toggle integration_test-v0.9.2+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
broaden the constraint on package:vm_service (flutter#3208)

wifi_info_flutter-v1.0.0

Toggle wifi_info_flutter-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wifi_info_flutter] make it ready for initial 1.0.0 release (flutter#…

…3191)

url_launcher-v5.7.8

Toggle url_launcher-v5.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[url_launcher] Handling the ActivityNotFoundExeption. (flutter#3125)

Catch ActivityNotFoundException and report an error back to the Dart side.

connectivity-v2.0.0

Toggle connectivity-v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Connectivity] wifi removal (flutter#3173)

wifi_info_flutter_platform_interface-v1.0.0

Toggle wifi_info_flutter_platform_interface-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wifi_info_flutter_platform_interface] Ready to publish (flutter#3190)

url_launcher-v5.7.7

Toggle url_launcher-v5.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement Link for native platforms (flutter#3177)

google_maps_flutter_web-v0.1.0+5

Toggle google_maps_flutter_web-v0.1.0+5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_maps_flutter_web] Fix InfoWindows and getLatLng. (flutter#3163)

* Update package:google_maps to ^3.4.5.
* Fix GoogleMapController.getLatLng(): flutter/flutter#67606
* Make InfoWindow contents clickable so onTap works as advertised: flutter/flutter#67289
* Fix InfoWindow snippets when converting initial markers: flutter/flutter#67854

connectivity-v1.0.0

Toggle connectivity-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[connectivity] announce 1.0, deprecate wifi APIs (flutter#3183)

camera-v0.5.8+11

Toggle camera-v0.5.8+11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement Link for native platforms (flutter#3177)

webview_flutter-v1.0.5

Toggle webview_flutter-v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Add null check before starting preview (flutter#3127)

Adds a null reference check to make sure the pictureImageReader is not null before accessing. Also adds additional documentation to the README.md file explaining about managing App lifecycle changes in relation to the camera plugin (required since release 0.5.0 of the plugin).