mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Improved sync capability
This commit is contained in:
parent
f3e920ac79
commit
c5c7f71b84
31 changed files with 500 additions and 344 deletions
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -98,7 +98,7 @@ dependencies:
|
|||
|
||||
# Utility
|
||||
path: ^1.9.1
|
||||
file_picker: ^10.1.9
|
||||
file_picker: ^10.2.0
|
||||
transparent_image: ^2.0.1
|
||||
universal_html: ^2.2.4
|
||||
collection: ^1.19.1
|
||||
|
|
@ -114,8 +114,12 @@ dependencies:
|
|||
screen_retriever: ^0.2.0
|
||||
|
||||
# Data
|
||||
isar: ^4.0.0-dev.14
|
||||
isar_flutter_libs: ^4.0.0-dev.14 # contains Isar Core
|
||||
isar:
|
||||
version: ^4.0.3
|
||||
hosted: https://pub.isar-community.dev/
|
||||
isar_flutter_libs: # contains Isar Core
|
||||
version: ^4.0.3
|
||||
hosted: https://pub.isar-community.dev/
|
||||
|
||||
# Other
|
||||
async: ^2.13.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue