aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.metadata29
-rw-r--r--README.adoc67
-rw-r--r--analysis_options.yaml2
-rw-r--r--pubspec.lock797
-rw-r--r--pubspec.yaml73
6 files changed, 651 insertions, 321 deletions
diff --git a/.gitignore b/.gitignore
index c1dc708..0ad4215 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,5 +46,5 @@ app.*.map.json
/android/app/profile
/android/app/release
-.todo
-*.xcf \ No newline at end of file
+notes.adoc
+*.xcf
diff --git a/.metadata b/.metadata
index dc63d7b..9974b15 100644
--- a/.metadata
+++ b/.metadata
@@ -4,8 +4,8 @@
# This file should be version controlled.
version:
- revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- channel: stable
+ revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ channel: master
project_type: app
@@ -13,23 +13,20 @@ project_type: app
migration:
platforms:
- platform: root
- create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
+ create_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ base_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
- platform: android
- create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- - platform: ios
- create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
+ create_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ base_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
- platform: linux
- create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- - platform: macos
- create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
+ create_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ base_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ - platform: web
+ create_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ base_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
- platform: windows
- create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
+ create_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
+ base_revision: 5d99748c7a34f494ae80724f0cac13db752324c5
# User provided section
diff --git a/README.adoc b/README.adoc
index 1f406e3..1067d3f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,16 +1,20 @@
= Kulinar
-image::assets/icons/icon.png[Icon,46,46,float=left]
+image::assets/icons/icon.png[Icon,46,46,float=left]
This simple and efficient cooking app for Android is designed to improve your time with recipes.
Organize, share and read recipes easily and comfortably.
+image:https://img.shields.io/badge/Available_on-Play_Store-8bc34a?style=flat-square[link="https://play.google.com/store/apps/details?id=com.davidpenkowoj.kulinar_app"]
+image:https://img.shields.io/badge/License-EUPL_v1.2-8bc34a?style=flat-square[link="https://eupl.eu/1.2/en"]
+image:https://img.shields.io/badge/Using-Flutter_3-8bc34a?style=flat-square[]
+
== Usage
NOTE: This app does not contain any recipes by itself.
Rather, the user is invited to write and compile their own recipes as well as rate, share and organize them.
-Manual backups or shares can be created through the settings menu.
+Manual backups or shares can be created through the settings menu.
The resulting file contains all recipes.
Also, the recipe notepad is able to parse https://en.wikipedia.org/wiki/Markdown[Markdown].
@@ -25,7 +29,7 @@ This would be regular text
## This will be a sub-headline
- Unordered lists are interpreted as ingredients
-- Many ingredients
+- Many ingredients
1. Ordered lists may be used as method steps
2. Or not, they are not interpreted
@@ -35,48 +39,31 @@ For more information read the https://www.markdownguide.org/basic-syntax/[Markdo
== Features
-This is a table of all currently implemented and planned features:
-
-[cols="1,1"]
-|===
-| *Implemented*
-| *Planned*
-
-| Favorite recipes
-| Server Synchronization for families or backups
-
-| Recipe ratings
-| Fine control over exports / imports
-
-| Image preview controls
-| Automatic recipe scanning
-
-| Show on lock screen
-| Smart search via ingredients
-
-| Search function
-| Ingredient filter
-
-| Recipe sharing
-|
-
-| Markdown formatting
-|
-
-| Integrated shopping list
-|
-
-| Manual export & imort functionality
-|
-
-| As private & non-invasive as possible
-|===
+This is a list of all currently implemented and planned features:
+
+- [x] Favorite Recipes
+- [x] Recipe Ratings
+- [x] Image preview control
+- [x] Show on lock screen
+- [x] Search function
+- [x] Recipe Sharing
+- [x] Markdown formatting
+- [x] Integrated shopping list
+- [x] Manual export & import functionality
+- [x] As privacy-friendly & non-invasive as possible
+- [x] Secure local database
+- [ ] Server synchronization
+- [ ] Fine control over exports & imports
+- [ ] Automatic recipe scanning
+- [ ] Smart search via ingredients
+- [ ] Ingredient & Diet filter
+- [ ] Imports from websites
== Installation
This app is available on the https://play.google.com/store/apps/details?id=com.davidpenkowoj.kulinar_app[Google Play Store].
-It can also be compiled and installed from source using flutter.
+It can also be compiled and installed from source using flutter.
First make sure your device is connected, has enough storage and you have permission to install the app.
Next, in the root directory of this repo run:
diff --git a/analysis_options.yaml b/analysis_options.yaml
index 1411db2..61b6c4d 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -7,7 +7,7 @@
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
-# include: package:flutter_lints/flutter.yaml
+include: package:flutter_lints/flutter.yaml
linter:
# The lint rules applied to this project can be customized in the
diff --git a/pubspec.lock b/pubspec.lock
index 886daca..66d1f4f 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -1,118 +1,262 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
+ _fe_analyzer_shared:
+ dependency: transitive
+ description:
+ name: _fe_analyzer_shared
+ sha256: "98d1d33ed129b372846e862de23a0fc365745f4d7b5e786ce667fcbbb7ac5c07"
+ url: "https://pub.dev"
+ source: hosted
+ version: "55.0.0"
+ analyzer:
+ dependency: transitive
+ description:
+ name: analyzer
+ sha256: "881348aed9b0b425882c97732629a6a31093c8ff20fc4b3b03fb9d3d50a3a126"
+ url: "https://pub.dev"
+ source: hosted
+ version: "5.7.1"
archive:
dependency: transitive
description:
name: archive
- url: "https://pub.dartlang.org"
+ sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d
+ url: "https://pub.dev"
source: hosted
- version: "3.3.0"
+ version: "3.3.6"
args:
dependency: transitive
description:
name: args
- url: "https://pub.dartlang.org"
+ sha256: "4cab82a83ffef80b262ddedf47a0a8e56ee6fbf7fe21e6e768b02792034dd440"
+ url: "https://pub.dev"
source: hosted
- version: "2.3.1"
+ version: "2.4.0"
async:
dependency: transitive
description:
name: async
- url: "https://pub.dartlang.org"
+ sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
+ url: "https://pub.dev"
source: hosted
- version: "2.8.2"
+ version: "2.10.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
- url: "https://pub.dartlang.org"
+ sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.0"
+ version: "2.1.1"
+ build:
+ dependency: transitive
+ description:
+ name: build
+ sha256: "3fbda25365741f8251b39f3917fb3c8e286a96fd068a5a242e11c2012d495777"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.3.1"
+ build_config:
+ dependency: transitive
+ description:
+ name: build_config
+ sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.1.1"
+ build_daemon:
+ dependency: transitive
+ description:
+ name: build_daemon
+ sha256: "757153e5d9cd88253cb13f28c2fb55a537dc31fefd98137549895b5beb7c6169"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.1.1"
+ build_resolvers:
+ dependency: transitive
+ description:
+ name: build_resolvers
+ sha256: db49b8609ef8c81cca2b310618c3017c00f03a92af44c04d310b907b2d692d95
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.2.0"
+ build_runner:
+ dependency: "direct dev"
+ description:
+ name: build_runner
+ sha256: a3335cae313ea41f193e5637f98185e5cb37b3fde2c5c4654ac546b8164e59ac
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.4.0"
+ build_runner_core:
+ dependency: transitive
+ description:
+ name: build_runner_core
+ sha256: "14febe0f5bac5ae474117a36099b4de6f1dbc52df6c5e55534b3da9591bf4292"
+ url: "https://pub.dev"
+ source: hosted
+ version: "7.2.7"
+ built_collection:
+ dependency: transitive
+ description:
+ name: built_collection
+ sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100"
+ url: "https://pub.dev"
+ source: hosted
+ version: "5.1.1"
+ built_value:
+ dependency: transitive
+ description:
+ name: built_value
+ sha256: "31b7c748fd4b9adf8d25d72a4c4a59ef119f12876cf414f94f8af5131d5fa2b0"
+ url: "https://pub.dev"
+ source: hosted
+ version: "8.4.4"
characters:
dependency: transitive
description:
name: characters
- url: "https://pub.dartlang.org"
+ sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
+ url: "https://pub.dev"
source: hosted
- version: "1.2.0"
- charcode:
+ version: "1.3.0"
+ checked_yaml:
dependency: transitive
description:
- name: charcode
- url: "https://pub.dartlang.org"
+ name: checked_yaml
+ sha256: "3d1505d91afa809d177efd4eed5bb0eb65805097a1463abdd2add076effae311"
+ url: "https://pub.dev"
source: hosted
- version: "1.3.1"
+ version: "2.0.2"
+ cli_util:
+ dependency: transitive
+ description:
+ name: cli_util
+ sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c"
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.3.5"
clock:
dependency: transitive
description:
name: clock
- url: "https://pub.dartlang.org"
+ sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
+ url: "https://pub.dev"
source: hosted
- version: "1.1.0"
+ version: "1.1.1"
+ code_builder:
+ dependency: transitive
+ description:
+ name: code_builder
+ sha256: "0d43dd1288fd145de1ecc9a3948ad4a6d5a82f0a14c4fdd0892260787d975cbe"
+ url: "https://pub.dev"
+ source: hosted
+ version: "4.4.0"
collection:
dependency: transitive
description:
name: collection
- url: "https://pub.dartlang.org"
+ sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.17.1"
+ convert:
+ dependency: transitive
+ description:
+ name: convert
+ sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
+ url: "https://pub.dev"
source: hosted
- version: "1.16.0"
+ version: "3.1.1"
cross_file:
dependency: transitive
description:
name: cross_file
- url: "https://pub.dartlang.org"
+ sha256: "0b0036e8cccbfbe0555fd83c1d31a6f30b77a96b598b35a5d36dd41f718695e9"
+ url: "https://pub.dev"
source: hosted
- version: "0.3.3+1"
+ version: "0.3.3+4"
crypto:
dependency: transitive
description:
name: crypto
- url: "https://pub.dartlang.org"
+ sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67
+ url: "https://pub.dev"
source: hosted
version: "3.0.2"
+ dart_style:
+ dependency: transitive
+ description:
+ name: dart_style
+ sha256: "5be16bf1707658e4c03078d4a9b90208ded217fb02c163e207d334082412f2fb"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.2.5"
+ dartx:
+ dependency: transitive
+ description:
+ name: dartx
+ sha256: "45d7176701f16c5a5e00a4798791c1964bc231491b879369c818dd9a9c764871"
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.1.0"
dbus:
dependency: transitive
description:
name: dbus
- url: "https://pub.dartlang.org"
+ sha256: "6f07cba3f7b3448d42d015bfd3d53fe12e5b36da2423f23838efc1d5fb31a263"
+ url: "https://pub.dev"
source: hosted
- version: "0.7.7"
+ version: "0.7.8"
external_path:
dependency: "direct main"
description:
name: external_path
- url: "https://pub.dartlang.org"
+ sha256: "2095c626fbbefe70d5a4afc9b1137172a68ee2c276e51c3c1283394485bea8f4"
+ url: "https://pub.dev"
source: hosted
- version: "1.0.1"
+ version: "1.0.3"
fake_async:
dependency: transitive
description:
name: fake_async
- url: "https://pub.dartlang.org"
+ sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
+ url: "https://pub.dev"
source: hosted
- version: "1.3.0"
+ version: "1.3.1"
ffi:
dependency: transitive
description:
name: ffi
- url: "https://pub.dartlang.org"
+ sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978
+ url: "https://pub.dev"
source: hosted
version: "2.0.1"
file:
dependency: transitive
description:
name: file
- url: "https://pub.dartlang.org"
+ sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
+ url: "https://pub.dev"
source: hosted
- version: "6.1.2"
+ version: "6.1.4"
file_picker:
dependency: "direct main"
description:
name: file_picker
- url: "https://pub.dartlang.org"
+ sha256: d090ae03df98b0247b82e5928f44d1b959867049d18d73635e2e0bc3f49542b9
+ url: "https://pub.dev"
+ source: hosted
+ version: "5.2.5"
+ fixnum:
+ dependency: transitive
+ description:
+ name: fixnum
+ sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1"
+ url: "https://pub.dev"
source: hosted
- version: "5.0.0"
+ version: "1.1.0"
flutter:
dependency: "direct main"
description: flutter
@@ -122,30 +266,42 @@ packages:
dependency: "direct dev"
description:
name: flutter_launcher_icons
- url: "https://pub.dartlang.org"
+ sha256: "02dcaf49d405f652b7160e882bacfc02cb497041bb2eab2a49b1c393cf9aac12"
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.12.0"
+ flutter_lints:
+ dependency: "direct dev"
+ description:
+ name: flutter_lints
+ sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
+ url: "https://pub.dev"
source: hosted
- version: "0.9.3"
+ version: "2.0.1"
flutter_local_notifications:
dependency: "direct main"
description:
name: flutter_local_notifications
- url: "https://pub.dartlang.org"
+ sha256: "293995f94e120c8afce768981bd1fa9c5d6de67c547568e3b42ae2defdcbb4a0"
+ url: "https://pub.dev"
source: hosted
- version: "9.7.0"
+ version: "13.0.0"
flutter_local_notifications_linux:
dependency: transitive
description:
name: flutter_local_notifications_linux
- url: "https://pub.dartlang.org"
+ sha256: ccb08b93703aeedb58856e5637450bf3ffec899adb66dc325630b68994734b89
+ url: "https://pub.dev"
source: hosted
- version: "0.5.0+1"
+ version: "3.0.0+1"
flutter_local_notifications_platform_interface:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "5ec1feac5f7f7d9266759488bc5f76416152baba9aa1b26fe572246caa00d1ab"
+ url: "https://pub.dev"
source: hosted
- version: "5.0.0"
+ version: "6.0.0"
flutter_localizations:
dependency: "direct main"
description: flutter
@@ -155,16 +311,18 @@ packages:
dependency: "direct main"
description:
name: flutter_markdown
- url: "https://pub.dartlang.org"
+ sha256: "7b25c10de1fea883f3c4f9b8389506b54053cd00807beab69fd65c8653a2711f"
+ url: "https://pub.dev"
source: hosted
- version: "0.6.10+2"
+ version: "0.6.14"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
- url: "https://pub.dartlang.org"
+ sha256: c224ac897bed083dabf11f238dd11a239809b446740be0c2044608c50029ffdf
+ url: "https://pub.dev"
source: hosted
- version: "2.0.7"
+ version: "2.0.9"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -175,480 +333,707 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
+ frontend_server_client:
+ dependency: transitive
+ description:
+ name: frontend_server_client
+ sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.2.0"
+ glob:
+ dependency: transitive
+ description:
+ name: glob
+ sha256: "4515b5b6ddb505ebdd242a5f2cc5d22d3d6a80013789debfbda7777f47ea308c"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.1.1"
+ graphs:
+ dependency: transitive
+ description:
+ name: graphs
+ sha256: f9e130f3259f52d26f0cfc0e964513796dafed572fa52e45d2f8d6ca14db39b2
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.2.0"
http:
dependency: "direct main"
description:
name: http
- url: "https://pub.dartlang.org"
+ sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482"
+ url: "https://pub.dev"
source: hosted
- version: "0.13.4"
+ version: "0.13.5"
+ http_multi_server:
+ dependency: transitive
+ description:
+ name: http_multi_server
+ sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.2.1"
http_parser:
dependency: transitive
description:
name: http_parser
- url: "https://pub.dartlang.org"
+ sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
+ url: "https://pub.dev"
source: hosted
- version: "4.0.1"
+ version: "4.0.2"
image:
dependency: transitive
description:
name: image
- url: "https://pub.dartlang.org"
+ sha256: "483a389d6ccb292b570c31b3a193779b1b0178e7eb571986d9a49904b6861227"
+ url: "https://pub.dev"
source: hosted
- version: "3.2.0"
+ version: "4.0.15"
image_picker:
dependency: "direct main"
description:
name: image_picker
- url: "https://pub.dartlang.org"
+ sha256: "715d68a53d6bcc2eae26005097dc74c375a04c0d7c0e657da84deebbbbbf51ed"
+ url: "https://pub.dev"
source: hosted
- version: "0.8.5+3"
+ version: "0.8.6+4"
image_picker_android:
dependency: transitive
description:
name: image_picker_android
- url: "https://pub.dartlang.org"
+ sha256: ca14b663fecbe7f5ddda83782abfb2e1dd2a23d6da49b6ed344bf8cf3871225a
+ url: "https://pub.dev"
source: hosted
- version: "0.8.5+1"
+ version: "0.8.5+9"
image_picker_for_web:
dependency: transitive
description:
name: image_picker_for_web
- url: "https://pub.dartlang.org"
+ sha256: "66fc6e3877bbde82c33d122f3588777c3784ac5bd7d1cdd79213ef7aecb85b34"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.8"
+ version: "2.1.11"
image_picker_ios:
dependency: transitive
description:
name: image_picker_ios
- url: "https://pub.dartlang.org"
+ sha256: "93b4403350b54f45a5061632721ee29a563c8b45b1e22feda9049b8329bd1337"
+ url: "https://pub.dev"
source: hosted
- version: "0.8.5+6"
+ version: "0.8.7"
image_picker_platform_interface:
dependency: transitive
description:
name: image_picker_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "1991219d9dbc42a99aff77e663af8ca51ced592cd6685c9485e3458302d3d4f8"
+ url: "https://pub.dev"
source: hosted
- version: "2.5.0"
+ version: "2.6.3"
intl:
dependency: "direct main"
description:
name: intl
- url: "https://pub.dartlang.org"
+ sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
+ url: "https://pub.dev"
source: hosted
- version: "0.17.0"
+ version: "0.18.0"
+ io:
+ dependency: transitive
+ description:
+ name: io
+ sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e"
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.0.4"
+ isar:
+ dependency: "direct main"
+ description:
+ name: isar
+ sha256: "5be35dbc489880fccc535da3d1c4b3f5fdeee6ebfcacd4b149e39e803c4029cd"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.0.5"
+ isar_flutter_libs:
+ dependency: "direct main"
+ description:
+ name: isar_flutter_libs
+ sha256: "9794524734856a8a3629652f9f359b66e3fea3cebeec4dbdeb3e3a8fb253073e"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.0.5"
+ isar_generator:
+ dependency: "direct dev"
+ description:
+ name: isar_generator
+ sha256: ee4ab5d5b251bc7e86e1257793b57af100065831f00f3a12404b177ae53c2d69
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.0.5"
js:
dependency: transitive
description:
name: js
- url: "https://pub.dartlang.org"
+ sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.6.7"
+ json_annotation:
+ dependency: transitive
+ description:
+ name: json_annotation
+ sha256: c33da08e136c3df0190bd5bbe51ae1df4a7d96e7954d1d7249fea2968a72d317
+ url: "https://pub.dev"
+ source: hosted
+ version: "4.8.0"
+ lints:
+ dependency: transitive
+ description:
+ name: lints
+ sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.0.1"
+ logging:
+ dependency: transitive
+ description:
+ name: logging
+ sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
+ url: "https://pub.dev"
source: hosted
- version: "0.6.4"
+ version: "1.1.1"
markdown:
dependency: transitive
description:
name: markdown
- url: "https://pub.dartlang.org"
+ sha256: b3c60dee8c2af50ad0e6e90cceba98e47718a6ee0a7a6772c77846a0cc21f78b
+ url: "https://pub.dev"
source: hosted
- version: "5.0.0"
+ version: "7.0.1"
matcher:
dependency: transitive
description:
name: matcher
- url: "https://pub.dartlang.org"
+ sha256: c94db23593b89766cda57aab9ac311e3616cf87c6fa4e9749df032f66f30dcb8
+ url: "https://pub.dev"
source: hosted
- version: "0.12.11"
+ version: "0.12.14"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
- url: "https://pub.dartlang.org"
+ sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
+ url: "https://pub.dev"
source: hosted
- version: "0.1.4"
+ version: "0.2.0"
meta:
dependency: transitive
description:
name: meta
- url: "https://pub.dartlang.org"
+ sha256: "12307e7f0605ce3da64cf0db90e5fcab0869f3ca03f76be6bb2991ce0a55e82b"
+ url: "https://pub.dev"
source: hosted
- version: "1.7.0"
+ version: "1.9.0"
mime:
dependency: transitive
description:
name: mime
- url: "https://pub.dartlang.org"
+ sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
+ url: "https://pub.dev"
source: hosted
- version: "1.0.2"
+ version: "1.0.4"
+ package_config:
+ dependency: transitive
+ description:
+ name: package_config
+ sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.1.0"
path:
dependency: transitive
description:
name: path
- url: "https://pub.dartlang.org"
+ sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
+ url: "https://pub.dev"
source: hosted
- version: "1.8.1"
+ version: "1.8.3"
path_provider:
dependency: "direct main"
description:
name: path_provider
- url: "https://pub.dartlang.org"
+ sha256: "04890b994ee89bfa80bf3080bfec40d5a92c5c7a785ebb02c13084a099d2b6f9"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.11"
+ version: "2.0.13"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
- url: "https://pub.dartlang.org"
+ sha256: "7623b7d4be0f0f7d9a8b5ee6879fc13e4522d4c875ab86801dee4af32b54b83e"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.16"
- path_provider_ios:
+ version: "2.0.23"
+ path_provider_foundation:
dependency: transitive
description:
- name: path_provider_ios
- url: "https://pub.dartlang.org"
+ name: path_provider_foundation
+ sha256: eec003594f19fe2456ea965ae36b3fc967bc5005f508890aafe31fa75e41d972
+ url: "https://pub.dev"
source: hosted
- version: "2.0.10"
+ version: "2.1.2"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
- url: "https://pub.dartlang.org"
- source: hosted
- version: "2.1.7"
- path_provider_macos:
- dependency: transitive
- description:
- name: path_provider_macos
- url: "https://pub.dartlang.org"
+ sha256: "525ad5e07622d19447ad740b1ed5070031f7a5437f44355ae915ff56e986429a"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.6"
+ version: "2.1.9"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.4"
+ version: "2.0.6"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
- url: "https://pub.dartlang.org"
+ sha256: "642ddf65fde5404f83267e8459ddb4556316d3ee6d511ed193357e25caa3632d"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.0"
+ version: "2.1.4"
permission_handler:
dependency: "direct main"
description:
name: permission_handler
- url: "https://pub.dartlang.org"
+ sha256: "33c6a1253d1f95fd06fa74b65b7ba907ae9811f9d5c1d3150e51417d04b8d6a8"
+ url: "https://pub.dev"
source: hosted
- version: "10.0.0"
+ version: "10.2.0"
permission_handler_android:
dependency: transitive
description:
name: permission_handler_android
- url: "https://pub.dartlang.org"
+ sha256: "8028362b40c4a45298f1cbfccd227c8dd6caf0e27088a69f2ba2ab15464159e2"
+ url: "https://pub.dev"
source: hosted
- version: "10.0.0"
+ version: "10.2.0"
permission_handler_apple:
dependency: transitive
description:
name: permission_handler_apple
- url: "https://pub.dartlang.org"
+ sha256: "9c370ef6a18b1c4b2f7f35944d644a56aa23576f23abee654cf73968de93f163"
+ url: "https://pub.dev"
source: hosted
- version: "9.0.4"
+ version: "9.0.7"
permission_handler_platform_interface:
dependency: transitive
description:
name: permission_handler_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "68abbc472002b5e6dfce47fe9898c6b7d8328d58b5d2524f75e277c07a97eb84"
+ url: "https://pub.dev"
source: hosted
- version: "3.7.0"
+ version: "3.9.0"
permission_handler_windows:
dependency: transitive
description:
name: permission_handler_windows
- url: "https://pub.dartlang.org"
+ sha256: f67cab14b4328574938ecea2db3475dad7af7ead6afab6338772c5f88963e38b
+ url: "https://pub.dev"
source: hosted
- version: "0.1.0"
+ version: "0.1.2"
petitparser:
dependency: transitive
description:
name: petitparser
- url: "https://pub.dartlang.org"
+ sha256: "32e46db8021f6d027d9221b937653f5c8aa043e0dc093998e18331912f22936b"
+ url: "https://pub.dev"
source: hosted
- version: "5.0.0"
+ version: "5.2.0"
platform:
dependency: transitive
description:
name: platform
- url: "https://pub.dartlang.org"
+ sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
+ url: "https://pub.dev"
source: hosted
version: "3.1.0"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.2"
- process:
+ version: "2.1.4"
+ pointycastle:
dependency: transitive
description:
- name: process
- url: "https://pub.dartlang.org"
+ name: pointycastle
+ sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346
+ url: "https://pub.dev"
source: hosted
- version: "4.2.4"
- share_plus:
- dependency: "direct main"
+ version: "3.6.2"
+ pool:
+ dependency: transitive
description:
- name: share_plus
- url: "https://pub.dartlang.org"
+ name: pool
+ sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
+ url: "https://pub.dev"
source: hosted
- version: "4.0.10"
- share_plus_linux:
+ version: "1.5.1"
+ process:
dependency: transitive
description:
- name: share_plus_linux
- url: "https://pub.dartlang.org"
+ name: process
+ sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
+ url: "https://pub.dev"
source: hosted
- version: "3.0.0"
- share_plus_macos:
+ version: "4.2.4"
+ pub_semver:
dependency: transitive
description:
- name: share_plus_macos
- url: "https://pub.dartlang.org"
+ name: pub_semver
+ sha256: "307de764d305289ff24ad257ad5c5793ce56d04947599ad68b3baa124105fc17"
+ url: "https://pub.dev"
source: hosted
- version: "3.0.1"
- share_plus_platform_interface:
+ version: "2.1.3"
+ pubspec_parse:
dependency: transitive
description:
- name: share_plus_platform_interface
- url: "https://pub.dartlang.org"
+ name: pubspec_parse
+ sha256: ec85d7d55339d85f44ec2b682a82fea340071e8978257e5a43e69f79e98ef50c
+ url: "https://pub.dev"
source: hosted
- version: "3.0.3"
- share_plus_web:
- dependency: transitive
+ version: "1.2.2"
+ share_plus:
+ dependency: "direct main"
description:
- name: share_plus_web
- url: "https://pub.dartlang.org"
+ name: share_plus
+ sha256: "8c6892037b1824e2d7e8f59d54b3105932899008642e6372e5079c6939b4b625"
+ url: "https://pub.dev"
source: hosted
- version: "3.0.1"
- share_plus_windows:
+ version: "6.3.1"
+ share_plus_platform_interface:
dependency: transitive
description:
- name: share_plus_windows
- url: "https://pub.dartlang.org"
+ name: share_plus_platform_interface
+ sha256: "82ddd4ab9260c295e6e39612d4ff00390b9a7a21f1bb1da771e2f232d80ab8a1"
+ url: "https://pub.dev"
source: hosted
- version: "3.0.1"
+ version: "3.2.0"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
- url: "https://pub.dartlang.org"
+ sha256: ee6257848f822b8481691f20c3e6d2bfee2e9eccb2a3d249907fcfb198c55b41
+ url: "https://pub.dev"
source: hosted
- version: "2.0.15"
+ version: "2.0.18"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
- url: "https://pub.dartlang.org"
+ sha256: a51a4f9375097f94df1c6e0a49c0374440d31ab026b59d58a7e7660675879db4
+ url: "https://pub.dev"
source: hosted
- version: "2.0.12"
- shared_preferences_ios:
+ version: "2.0.16"
+ shared_preferences_foundation:
dependency: transitive
description:
- name: shared_preferences_ios
- url: "https://pub.dartlang.org"
+ name: shared_preferences_foundation
+ sha256: "6b84fdf06b32bb336f972d373cd38b63734f3461ba56ac2ba01b56d052796259"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.1"
+ version: "2.1.4"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
- url: "https://pub.dartlang.org"
+ sha256: d7fb71e6e20cd3dfffcc823a28da3539b392e53ed5fc5c2b90b55fdaa8a7e8fa
+ url: "https://pub.dev"
source: hosted
- version: "2.1.1"
- shared_preferences_macos:
- dependency: transitive
- description:
- name: shared_preferences_macos
- url: "https://pub.dartlang.org"
- source: hosted
- version: "2.0.4"
+ version: "2.1.4"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "824bfd02713e37603b2bdade0842e47d56e7db32b1dcdd1cae533fb88e2913fc"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.0"
+ version: "2.1.1"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
- url: "https://pub.dartlang.org"
+ sha256: "6737b757e49ba93de2a233df229d0b6a87728cea1684da828cbc718b65dcf9d7"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.4"
+ version: "2.0.5"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
- url: "https://pub.dartlang.org"
+ sha256: bd014168e8484837c39ef21065b78f305810ceabc1d4f90be6e3b392ce81b46d
+ url: "https://pub.dev"
source: hosted
- version: "2.1.1"
+ version: "2.1.4"
+ shelf:
+ dependency: transitive
+ description:
+ name: shelf
+ sha256: c24a96135a2ccd62c64b69315a14adc5c3419df63b4d7c05832a346fdb73682c
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.4.0"
+ shelf_web_socket:
+ dependency: transitive
+ description:
+ name: shelf_web_socket
+ sha256: a988c0e8d8ffbdb8a28aa7ec8e449c260f3deb808781fe1284d22c5bba7156e8
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.0.3"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
+ source_gen:
+ dependency: transitive
+ description:
+ name: source_gen
+ sha256: c2bea18c95cfa0276a366270afaa2850b09b4a76db95d546f3d003dcc7011298
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.2.7"
source_span:
dependency: transitive
description:
name: source_span
- url: "https://pub.dartlang.org"
+ sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
+ url: "https://pub.dev"
source: hosted
- version: "1.8.2"
+ version: "1.9.1"
stack_trace:
dependency: transitive
description:
name: stack_trace
- url: "https://pub.dartlang.org"
+ sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
+ url: "https://pub.dev"
source: hosted
- version: "1.10.0"
+ version: "1.11.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
- url: "https://pub.dartlang.org"
+ sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.1.1"
+ stream_transform:
+ dependency: transitive
+ description:
+ name: stream_transform
+ sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f"
+ url: "https://pub.dev"
source: hosted
version: "2.1.0"
string_scanner:
dependency: transitive
description:
name: string_scanner
- url: "https://pub.dartlang.org"
+ sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
+ url: "https://pub.dev"
source: hosted
- version: "1.1.0"
+ version: "1.2.0"
term_glyph:
dependency: transitive
description:
name: term_glyph
- url: "https://pub.dartlang.org"
+ sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
+ url: "https://pub.dev"
source: hosted
- version: "1.2.0"
+ version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
- url: "https://pub.dartlang.org"
+ sha256: "6182294da5abf431177fccc1ee02401f6df30f766bc6130a0852c6b6d7ee6b2d"
+ url: "https://pub.dev"
+ source: hosted
+ version: "0.4.18"
+ time:
+ dependency: transitive
+ description:
+ name: time
+ sha256: "83427e11d9072e038364a5e4da559e85869b227cf699a541be0da74f14140124"
+ url: "https://pub.dev"
source: hosted
- version: "0.4.9"
+ version: "2.1.3"
timezone:
dependency: transitive
description:
name: timezone
- url: "https://pub.dartlang.org"
+ sha256: "24c8fcdd49a805d95777a39064862133ff816ebfffe0ceff110fb5960e557964"
+ url: "https://pub.dev"
source: hosted
- version: "0.8.0"
+ version: "0.9.1"
+ timing:
+ dependency: transitive
+ description:
+ name: timing
+ sha256: "70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32"
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.0.1"
typed_data:
dependency: transitive
description:
name: typed_data
- url: "https://pub.dartlang.org"
+ sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
+ url: "https://pub.dev"
source: hosted
version: "1.3.1"
url_launcher:
dependency: "direct main"
description:
name: url_launcher
- url: "https://pub.dartlang.org"
+ sha256: "75f2846facd11168d007529d6cd8fcb2b750186bea046af9711f10b907e1587e"
+ url: "https://pub.dev"
source: hosted
- version: "6.1.5"
+ version: "6.1.10"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
- url: "https://pub.dartlang.org"
+ sha256: "1f4d9ebe86f333c15d318f81dcdc08b01d45da44af74552608455ebdc08d9732"
+ url: "https://pub.dev"
source: hosted
- version: "6.0.17"
+ version: "6.0.24"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
- url: "https://pub.dartlang.org"
+ sha256: c9cd648d2f7ab56968e049d4e9116f96a85517f1dd806b96a86ea1018a3a82e5
+ url: "https://pub.dev"
source: hosted
- version: "6.0.17"
+ version: "6.1.1"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
- url: "https://pub.dartlang.org"
+ sha256: e29039160ab3730e42f3d811dc2a6d5f2864b90a70fb765ea60144b03307f682
+ url: "https://pub.dev"
source: hosted
- version: "3.0.1"
+ version: "3.0.3"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
- url: "https://pub.dartlang.org"
+ sha256: "2dddb3291a57b074dade66b5e07e64401dd2487caefd4e9e2f467138d8c7eb06"
+ url: "https://pub.dev"
source: hosted
- version: "3.0.1"
+ version: "3.0.3"
url_launcher_platform_interface:
dependency: transitive
description:
name: url_launcher_platform_interface
- url: "https://pub.dartlang.org"
+ sha256: "6c9ca697a5ae218ce56cece69d46128169a58aa8653c1b01d26fcd4aad8c4370"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.0"
+ version: "2.1.2"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
- url: "https://pub.dartlang.org"
+ sha256: "574cfbe2390666003c3a1d129bdc4574aaa6728f0c00a4829a81c316de69dd9b"
+ url: "https://pub.dev"
source: hosted
- version: "2.0.12"
+ version: "2.0.15"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
- url: "https://pub.dartlang.org"
+ sha256: "97c9067950a0d09cbd93e2e3f0383d1403989362b97102fbf446473a48079a4b"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.0.4"
+ uuid:
+ dependency: transitive
+ description:
+ name: uuid
+ sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
+ url: "https://pub.dev"
source: hosted
- version: "3.0.1"
+ version: "3.0.7"
vector_math:
dependency: transitive
description:
name: vector_math
- url: "https://pub.dartlang.org"
+ sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
+ url: "https://pub.dev"
source: hosted
- version: "2.1.2"
+ version: "2.1.4"
+ watcher:
+ dependency: transitive
+ description:
+ name: watcher
+ sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0"
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.0.2"
+ web_socket_channel:
+ dependency: transitive
+ description:
+ name: web_socket_channel
+ sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.3.0"
win32:
dependency: transitive
description:
name: win32
- url: "https://pub.dartlang.org"
+ sha256: c9ebe7ee4ab0c2194e65d3a07d8c54c5d00bb001b76081c4a04cdb8448b59e46
+ url: "https://pub.dev"
source: hosted
- version: "2.7.0"
+ version: "3.1.3"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
- url: "https://pub.dartlang.org"
+ sha256: bd512f03919aac5f1313eb8249f223bacf4927031bf60b02601f81f687689e86
+ url: "https://pub.dev"
source: hosted
- version: "0.2.0+1"
+ version: "0.2.0+3"
xml:
dependency: transitive
description:
name: xml
- url: "https://pub.dartlang.org"
+ sha256: "979ee37d622dec6365e2efa4d906c37470995871fe9ae080d967e192d88286b5"
+ url: "https://pub.dev"
source: hosted
- version: "6.1.0"
+ version: "6.2.2"
+ xxh3:
+ dependency: transitive
+ description:
+ name: xxh3
+ sha256: a92b30944a9aeb4e3d4f3c3d4ddb3c7816ca73475cd603682c4f8149690f56d7
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.0.1"
yaml:
dependency: transitive
description:
name: yaml
- url: "https://pub.dartlang.org"
+ sha256: "23812a9b125b48d4007117254bca50abb6c712352927eece9e155207b1db2370"
+ url: "https://pub.dev"
source: hosted
version: "3.1.1"
sdks:
- dart: ">=2.17.0 <3.0.0"
- flutter: ">=3.0.0"
+ dart: ">=3.0.0-266.0.dev <4.0.0"
+ flutter: ">=3.3.0"
diff --git a/pubspec.yaml b/pubspec.yaml
index 3aadc7f..ccb0ecd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,34 +1,21 @@
name: kulinar_app
description: A cooking app.
-
-# The following line prevents the package from being accidentally published to
-# pub.dev using `pub publish`. This is preferred for private packages.
-publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-
-# The following defines the version and build number for your application.
-# A version number is three numbers separated by dots, like 1.2.43
-# followed by an optional build number separated by a +.
-# Both the version and the builder number may be overridden in flutter
-# build by specifying --build-name and --build-number, respectively.
-# In Android, build-name is used as versionName while build-number used as versionCode.
-# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
-# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
-# Read more about iOS versioning at
-# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 1.4.0
+publish_to: 'none'
+version: 1.6.1
environment:
- sdk: ">=2.12.0 <3.0.0"
+ sdk: '>=3.0.0-266.0.dev <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
- intl: ^0.17.0
+ intl: ^0.18.0
+
http: ^0.13.4
# open_file: ^3.2.1
- share_plus: ^4.0.10
+ share_plus: ^6.3.1
file_picker: ^5.0.0
url_launcher: ^6.1.5
image_picker: ^0.8.5
@@ -36,58 +23,35 @@ dependencies:
path_provider: ^2.0.11
flutter_markdown: ^0.6.10
permission_handler: ^10.0.0
+ flutter_local_notifications: ^13.0.0
+
+ isar: ^3.0.5
+ isar_flutter_libs: ^3.0.5
shared_preferences: ^2.0.15
- flutter_local_notifications: ^9.7.0
dev_dependencies:
flutter_test:
sdk: flutter
- flutter_launcher_icons: ^0.9.3
+
+ flutter_launcher_icons: ^0.12.0
+
+ isar_generator: ^3.0.5
+ build_runner: ^2.4.0
+
+ flutter_lints: ^2.0.0
flutter_icons:
ios: false
android: "launcher_icon"
image_path: "assets/icons/icon.png"
-# For information on the generic Dart part of this file, see the
-# following page: https://dart.dev/tools/pub/pubspec
-
-# The following section is specific to Flutter.
flutter:
generate: true
-
- # The following line ensures that the Material Icons font is
- # included with your application, so that you can use the icons in
- # the material Icons class.
uses-material-design: true
- # To add assets to your application, add an assets section, like this:
assets:
- assets/icons/icon.png
- # - images/a_dot_ham.jpeg
-
- # An image asset can refer to one or more resolution-specific "variants", see
- # https://flutter.dev/assets-and-images/#resolution-aware.
-
- # For details regarding adding assets from package dependencies, see
- # https://flutter.dev/assets-and-images/#from-packages
- # To add custom fonts to your application, add a fonts section here,
- # in this "flutter" section. Each entry in this list should have a
- # "family" key with the font family name, and a "fonts" key with a
- # list giving the asset and other descriptors for the font. For
- # example:
- # fonts:
- # - family: Schyler
- # fonts:
- # - asset: fonts/Schyler-Regular.ttf
- # - asset: fonts/Schyler-Italic.ttf
- # style: italic
- # - family: Trajan Pro
- # fonts:
- # - asset: fonts/TrajanPro.ttf
- # - asset: fonts/TrajanPro_Bold.ttf
- # weight: 700
fonts:
- family: Montserrat
fonts:
@@ -99,6 +63,3 @@ flutter:
- asset: assets/fonts/RobotoSlab-Regular.ttf
- asset: assets/fonts/RobotoSlab-Light.ttf
weight: 300
- #
- # For details regarding fonts from package dependencies,
- # see https://flutter.dev/custom-fonts/#from-packages