fix: opravit chybu s propisováním HTML
This commit is contained in:
parent
1950d850b8
commit
5b06e5708c
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# 1.9.1
|
||||||
|
- Opravit chybu s propisováním HTML do názvu obědů
|
||||||
# 1.9.0
|
# 1.9.0
|
||||||
- Opravit vzhled na iOS
|
- Opravit vzhled na iOS
|
||||||
- Opravit chybu s burzou (update canteenlib)
|
- Opravit chybu s burzou (update canteenlib)
|
||||||
|
|
|
@ -29,10 +29,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: canteenlib
|
name: canteenlib
|
||||||
sha256: f415b4f71f65b85c0766fc095a16c9b7ef1fd6c912a23e66963b5fdb1a7a6467
|
sha256: "28148d5e0bc833233c99b25e555a868b165d414463f40898215f141cbae51b40"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.4"
|
version: "2.0.0"
|
||||||
characters:
|
characters:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,13 +6,13 @@ publish_to: 'none'
|
||||||
# The following defines the version and build number for your application.
|
# The following defines the version and build number for your application.
|
||||||
# A version number is three numbers separated by dots, like 1.2.43
|
# A version number is three numbers separated by dots, like 1.2.43
|
||||||
# followed by an optional build number separated by a +.
|
# followed by an optional build number separated by a +.
|
||||||
version: 1.9.0+30
|
version: 1.9.1+31
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.2 <3.0.0"
|
sdk: ">=2.18.2 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
canteenlib: ^1.1.4
|
canteenlib: ^2.0.0
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_local_notifications: ^12.0.3+1
|
flutter_local_notifications: ^12.0.3+1
|
||||||
|
|
Reference in a new issue