aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/app/src/main/AndroidManifest.xml7
-rw-r--r--assets/icons/icon.pngbin19152 -> 18452 bytes
-rw-r--r--pubspec.yaml5
3 files changed, 10 insertions, 2 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 6572c66..1ff467b 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -7,6 +7,13 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
+ <queries>
+ <intent>
+ <action android:name="android.intent.action.VIEW" />
+ <data android:scheme="https" />
+ </intent>
+ </queries>
+
<application
android:label="Kulinar"
android:theme="@style/LaunchTheme"
diff --git a/assets/icons/icon.png b/assets/icons/icon.png
index d6f4792..b564082 100644
--- a/assets/icons/icon.png
+++ b/assets/icons/icon.png
Binary files differ
diff --git a/pubspec.yaml b/pubspec.yaml
index 6b40405..e3c486f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -27,9 +27,9 @@ dependencies:
sdk: flutter
intl: ^0.17.0
http: ^0.13.4
- open_file: ^3.2.1
+ # open_file: ^3.2.1
share_plus: ^4.0.10
- file_picker: ^4.6.1
+ file_picker: ^5.0.0
url_launcher: ^6.1.5
image_picker: ^0.8.5
external_path: ^1.0.1
@@ -64,6 +64,7 @@ flutter:
# To add assets to your application, add an assets section, like this:
assets:
- assets/icons/icon.png
+ - assets/articles/
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see