Skip to content

Commit

Permalink
Fix web build
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDEA775 committed Feb 27, 2024
1 parent db1e54f commit 60fa3c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission
android:name="android.permission.REQUEST_INSTALL_PACKAGES"
tools:node="remove" />

<!-- Alguna dependencia agrega este permiso -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />
Expand Down
2 changes: 1 addition & 1 deletion lib/home/button_csv.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:cosecheros/utils/helpers.dart'
import 'package:csv/csv.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'package:open_file_safe/open_file_safe.dart';
import 'package:open_file/open_file.dart';

class ButtonCsv extends StatelessWidget {
const ButtonCsv({Key key, this.lastMarkers}) : super(key: key);
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,13 +609,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
open_file_safe:
open_file:
dependency: "direct main"
description:
name: open_file_safe
name: open_file
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.3"
version: "3.2.1"
package_info_plus:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
csv: ^5.0.1
permission_handler: ^10.0.0
path_provider: ^2.0.11
open_file_safe: ^3.2.1
open_file: ^3.2.1

# caches
cached_network_image: ^3.2.0
Expand Down

0 comments on commit 60fa3c6

Please sign in to comment.