Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

feature: launch arguments test screen added#5

Open
Sanskargautam wants to merge 1 commit intomobile-dev-inc:masterfrom
Sanskargautam:launchArgumentsTest
Open

feature: launch arguments test screen added#5
Sanskargautam wants to merge 1 commit intomobile-dev-inc:masterfrom
Sanskargautam:launchArgumentsTest

Conversation

@Sanskargautam
Copy link
Copy Markdown

No description provided.


Future<void> _fetchArguments() async {
const platform = MethodChannel('launch_arguments');
final args = await platform.invokeMethod<List<dynamic>>('getLaunchArguments');
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the logic here in the way we expect in docs:

https://docs.maestro.dev/api-reference/commands/launchapp#receiving-arguments-in-flutter

I dont think we consume in same way here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants