Fix build issue due to broken library

This commit is contained in:
Vishnu Mohandas 2020-11-25 20:41:00 +05:30
parent 221db567d7
commit 3361bf05b6
3 changed files with 1 additions and 12 deletions

View file

@ -8,7 +8,6 @@ import 'package:flutter/widgets.dart';
import 'package:flutter_email_sender/flutter_email_sender.dart';
import 'package:flutter_sodium/flutter_sodium.dart';
import 'package:logging/logging.dart';
import 'package:package_info/package_info.dart';
import 'package:path_provider/path_provider.dart';
import 'package:photos/core/configuration.dart';
import 'package:photos/core/network.dart';
@ -328,11 +327,9 @@ class InfoSectionWidget extends StatelessWidget {
GestureDetector(
behavior: HitTestBehavior.translucent,
onTap: () async {
final packageInfo = await PackageInfo.fromPlatform();
showAboutDialog(
context: context,
applicationName: packageInfo.appName,
applicationVersion: packageInfo.version,
applicationName: "ente",
applicationIcon: Image.asset(
"assets/icon.png",
height: 32,

View file

@ -373,13 +373,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
package_info:
dependency: "direct main"
description:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3+2"
package_info_plus:
dependency: transitive
description:

View file

@ -64,7 +64,6 @@ dependencies:
connectivity: ^2.0.1
pretty_dio_logger: ^1.1.1
url_launcher: ^5.7.10
package_info: ^0.4.3+2
dev_dependencies:
flutter_test: