os_intents_platform_interface 0.2.1
os_intents_platform_interface: ^0.2.1 copied to clipboard
The contract between os_intents and its platform implementations. You want os_intents — this resolves with it.
0.2.1 #
Lower SDK floor #
The runtime packages now accept Dart 3.8 / Flutter 3.32. Nothing in them
needed the old ^3.12.2 floor — it only stopped the package from resolving
in projects that are not on the newest stable. 3.8 rather than lower because
that is where the dev toolchain still resolves (flutter_lints 6 wants 3.8)
and where the current dart format style holds; the analyzer confirms the
code at language 3.8, and the test suites pass.
0.2.0 #
Dynamic shortcuts #
Four methods for launcher shortcuts an app publishes at runtime:
pushDynamicShortcut, dynamicShortcuts, removeDynamicShortcuts and
maxDynamicShortcuts. The unimplemented default answers "nothing published"
for all of them, so a platform without a launcher needs no code.
0.1.0 #
First released version. The contract between os_intents and its platform implementations — you depend on that package, and this one resolves with it.
Defines how an invocation, an entity query, published static values and a donation cross between Dart and each platform.