Migrate deprecated dependency: android_intent

This commit is contained in:
Ming Ming 2021-07-12 19:39:55 +08:00
parent c8f803526c
commit a0bbddfe3b
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
import 'package:android_intent/android_intent.dart'; import 'package:android_intent_plus/android_intent.dart';
import 'package:exifdart/exifdart.dart'; import 'package:exifdart/exifdart.dart';
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';

View file

@ -15,13 +15,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.5.0" version: "1.5.0"
android_intent: android_intent_plus:
dependency: "direct main" dependency: "direct main"
description: description:
name: android_intent name: android_intent_plus
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "1.0.2"
archive: archive:
dependency: transitive dependency: transitive
description: description:

View file

@ -27,7 +27,7 @@ dependencies:
sdk: flutter sdk: flutter
# android only # android only
android_intent: ^2.0.0 android_intent_plus: ^1.0.2
bloc: ^7.0.0 bloc: ^7.0.0
cached_network_image: ^3.0.0 cached_network_image: ^3.0.0
connectivity: ^3.0.2 connectivity: ^3.0.2