isar-community / isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter
https://isar-community.dev
Apache License 2.0
126 stars 14 forks source link

sets to loose js version #61

Closed vicenterusso closed 4 months ago

vicenterusso commented 4 months ago

We can safely set to any as web bindings are not available to v3

Fixes #16

AristideVB commented 4 months ago

Hello @vicenterusso @mrclauss thank you so much for this update

How can I access the version including this update in my project

If I import Isar as suggested in the documentation it does not include your update 😕

isar_version: &isar_version 3.1.3 # define the version to be used

dependencies:
  isar: 
    version: *isar_version
    hosted: https://pub.isar-community.dev/
  isar_flutter_libs: # contains Isar Core
    version: *isar_version
    hosted: https://pub.isar-community.dev/

dev_dependencies:
  isar_generator: 
    version: *isar_version
    hosted: https://pub.isar-community.dev/
  build_runner: any

this brings another question is : would it be possible to publish this community fork on pub.dev to simplify updates ? 🙏

vicenterusso commented 4 months ago

would it be possible to publish this community fork on pub.dev to simplify updates ? 🙏

Yes we have plans to publish fork to pub.dev soon... keeping both isar/isar and isar-community/isar updated and in sync