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

Skip to content

Tags: CAMOBAP/plugins

Tags

video_player_platform_interface-v1.0.1

Toggle video_player_platform_interface-v1.0.1's commit message
Emit correct VideoEventType (flutter#2305)

quick_actions-v0.4.0

Toggle quick_actions-v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[quick_actions] Add DartDoc and test coverage (flutter#2298)

Also adds a lint to prevent undocumented DartDocs from being added in
the future.

Some of the APIs were public when they really should have been
`@visibleForTesting` or even private. Added some `@visibleForTesting`
annotations as well.

camera-v0.5.7

Toggle camera-v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Fix unawaited future errors (flutter#2312)

There's a over a dozen API surfaces that are undocumented still. This
just fixes one of the new pedantic lints.

android_intent-v0.3.4+7

Toggle android_intent-v0.3.4+7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[android_intent] Fix pedantic linter errors (flutter#2310)

android_alarm_manager-v0.4.4+3

Toggle android_alarm_manager-v0.4.4+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[android_alarm_manager] Testing and documentation (flutter#2283)

* [android_alarm_manager] Testing and documentation

Unit tests the plugin, and adds a lint for missing DartDocs.

* Review feedback

- Wrap InstanceWrappers into a single `setTestOverride` method.
- Replace potentially garbage collected lambdas with top level
functions.

* Review feedback

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

)