mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Migrate deprecated dependency: android_intent
This commit is contained in:
parent
c8f803526c
commit
a0bbddfe3b
3 changed files with 5 additions and 5 deletions
|
@ -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:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
|
|
@ -15,13 +15,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.5.0"
|
||||
android_intent:
|
||||
android_intent_plus:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: android_intent
|
||||
name: android_intent_plus
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
version: "1.0.2"
|
||||
archive:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
sdk: flutter
|
||||
|
||||
# android only
|
||||
android_intent: ^2.0.0
|
||||
android_intent_plus: ^1.0.2
|
||||
bloc: ^7.0.0
|
||||
cached_network_image: ^3.0.0
|
||||
connectivity: ^3.0.2
|
||||
|
|
Loading…
Reference in a new issue