Update serious_python to 0.9.6 and .gitignore
Bumped serious_python dependency to 0.9.6 and commented out the git override in pubspec.yaml. Added duplicate .DS_Store entry to .gitignore.
This commit is contained in:
parent
ff2e93e926
commit
9118887b76
|
|
@ -1 +1,2 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,13 @@ dependency_overrides:
|
||||||
ref: main
|
ref: main
|
||||||
url: https://github.com/flet-dev/flet.git
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
#serious_python: 0.9.5
|
serious_python: 0.9.6
|
||||||
|
|
||||||
serious_python:
|
# serious_python:
|
||||||
git:
|
# git:
|
||||||
url: https://github.com/flet-dev/serious-python.git
|
# url: https://github.com/flet-dev/serious-python.git
|
||||||
ref: fix-zip-directory
|
# ref: fix-zip-directory
|
||||||
path: src/serious_python
|
# path: src/serious_python
|
||||||
|
|
||||||
wakelock_plus: ^1.4.0
|
wakelock_plus: ^1.4.0
|
||||||
package_info_plus: ^9.0.0
|
package_info_plus: ^9.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue