commit
0eac4d4c5b
|
|
@ -1,5 +1,5 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.7.10'
|
ext.kotlin_version = '1.7.22'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
||||||
|
|
@ -12,23 +12,16 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: ^0.7.0
|
serious_python: ^0.7.0
|
||||||
# serious_python:
|
|
||||||
# git:
|
|
||||||
# url: https://github.com/flet-dev/serious-python
|
|
||||||
# path: src/serious_python
|
|
||||||
# ref: 'd059aef'
|
|
||||||
|
|
||||||
flet: ^0.23.0
|
flet: ^0.23.0
|
||||||
# flet:
|
|
||||||
# git:
|
|
||||||
# url: https://github.com/flet-dev/flet.git
|
|
||||||
# path: package
|
|
||||||
# ref: '37b9581'
|
|
||||||
|
|
||||||
path: ^1.8.3
|
path: ^1.8.3
|
||||||
url_strategy: ^0.2.0
|
url_strategy: ^0.2.0
|
||||||
cupertino_icons: ^1.0.6
|
cupertino_icons: ^1.0.6
|
||||||
|
|
||||||
|
dependency_overrides:
|
||||||
|
wakelock_plus: ^1.2.5
|
||||||
|
package_info_plus: ^8.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue