Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f4d657f
[quick_actions] Support keeping state when App Shortcut is triggered …
TabooSun Mar 12, 2022
42ca2da
Remove redundant comments in QuickActionsTest
TabooSun Apr 29, 2022
d709a8e
Merge branch 'master' into android-handle-quick-action-without-restart
TabooSun Apr 29, 2022
d00c370
Fix incorrect test method name in QuickActionsTest
TabooSun Apr 29, 2022
b61dc9c
Revert removal of xml metadata
TabooSun Apr 29, 2022
661bc5d
Refactor to use ShortcutInfo and remove custom Shortcut class
TabooSun Apr 30, 2022
28a82b3
Format code
TabooSun Apr 30, 2022
8c754e3
Correct license file formatting
TabooSun May 4, 2022
84372e8
Set version in pubspec.yaml correctly
TabooSun May 4, 2022
4c83cd4
Fix import style that violates Google Java Style Guide
TabooSun May 4, 2022
ad7b4a9
Fix calling Java MethodChannel from Java side
TabooSun May 4, 2022
24bdc10
Bump version to 0.6.1
TabooSun May 4, 2022
4784fae
Update CHANGELOG
TabooSun May 4, 2022
b2cff95
Fix test failure in QuickActionsTest
TabooSun May 4, 2022
a962152
Fix CHANGELOG style
stuartmorgan-g Jun 7, 2022
a623044
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g Jun 7, 2022
f06f961
Use shortcut id to locate actual shortcut
TabooSun Jun 8, 2022
36bc6ea
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g Jun 9, 2022
a3437e1
Wait for all the shortcut creations before running test
TabooSun Jun 12, 2022
ac3dd42
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g Jun 13, 2022
c359441
Change the integration_test to run the app
TabooSun Jun 17, 2022
d03b75c
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g Jun 21, 2022
a1a4546
Await the description in home page before asserting
TabooSun Jun 22, 2022
87db162
Merge remote-tracking branch 'origin/android-handle-quick-action-with…
TabooSun Jun 22, 2022
116386b
Fix flakey test
TabooSun Jul 6, 2022
791fcfb
Merge branch 'main' into android-handle-quick-action-without-restart
TabooSun Jul 6, 2022
de02c2b
Merge branch 'main' into android-handle-quick-action-without-restart
stuartmorgan-g Jul 6, 2022
33bcb24
Fix license comment
TabooSun Jul 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set version in pubspec.yaml correctly
  • Loading branch information
TabooSun committed May 4, 2022
commit 84372e829e431e3bb1b6ff17815c1a7a4bee271c
2 changes: 1 addition & 1 deletion packages/quick_actions/quick_actions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for creating shortcuts on home screen, also known as
Quick Actions on iOS and App Shortcuts on Android.
repository: https://github.com/flutter/plugins/tree/main/packages/quick_actions/quick_actions
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+quick_actions%22
version: 0.7.0
version: 0.6.1+11

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down