flutter_shortcut_plus 1.1.2
flutter_shortcut_plus: ^1.1.2 copied to clipboard
Flutter plugin for creating static & dynamic app/conversation shortcuts on home screen. Supports iOS android.
1.1.2 #
- Android: tapping a shortcut no longer restarts the app. The shortcut intent uses
SINGLE_TOPinstead ofCLEAR_TASK, and a warm launch delivers the action throughonNewIntentto the existinglistenActioncallback.
1.1.1 #
- Android: drop the legacy
packageattribute from the manifest and always setnamespace(required by AGP 8+).
1.1.0 #
- iOS: Swift Package Manager support (CocoaPods still works).
1.0.1 #
- iOS support.
0.0.1 #
- TODO: Describe initial release.