Merge remote-tracking branch 'origin/master'

This commit is contained in:
Harsh Bhikadia 2022-02-04 16:53:22 +05:30
commit a553c1ee53
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ class Intent {
final bool isNull;
final String? fromPackageName;
final List<String>? fromSignatures;
final String action;
final String? action;
final String? data;
final List<String>? categories;
final Map<String, dynamic>? extra;
@ -21,7 +21,7 @@ class Intent {
this.isNull = true,
this.fromPackageName,
this.fromSignatures,
required this.action,
this.action,
this.data,
this.categories,
this.extra,

View file

@ -1,6 +1,6 @@
name: receive_intent
description: Flutter plugin for passing Android Intents to the Flutter environment.
version: 0.1.6
version: 0.2.0
homepage: https://github.com/daadu/receive_intent
environment: