[android_intent] fix platform package dep (#2948)

diff --git a/packages/android_intent/CHANGELOG.md b/packages/android_intent/CHANGELOG.md
index 4d63b0c..f06652e 100644
--- a/packages/android_intent/CHANGELOG.md
+++ b/packages/android_intent/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.7+3
+
+* Update the `platform` package dependency to resolve the conflict with the latest flutter.
+
 ## 0.3.7+2
 
 * Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
diff --git a/packages/android_intent/pubspec.yaml b/packages/android_intent/pubspec.yaml
index 2e78627..166a73d 100644
--- a/packages/android_intent/pubspec.yaml
+++ b/packages/android_intent/pubspec.yaml
@@ -4,7 +4,7 @@
 # 0.3.y+z is compatible with 1.0.0, if you land a breaking change bump
 # the version to 2.0.0.
 # See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
-version: 0.3.7+2
+version: 0.3.7+3
 
 flutter:
   plugin:
@@ -16,7 +16,7 @@
 dependencies:
   flutter:
     sdk: flutter
-  platform: ^2.0.0
+  platform: ">=2.0.0 <4.0.0"
   meta: ^1.0.5
 dev_dependencies:
   test: ^1.3.0