Parkour-Labs / dust

State management all-in-one: reactivity, persistence and synchronisation.
Apache License 2.0
2 stars 0 forks source link

Migrate to pre-built binaries for publishing on `pub.dev` #8

Open wxxedu opened 5 months ago

wxxedu commented 5 months ago

In the beginning, we were using pre-built binaries. However, that was too manual for development purposes. So we switched to using a template based on cargokit of flutter.

However, it is obscure to me how to deploy the package at its current state to pub.dev. What's clear is that Isar also uses rust for the core layer of its database. We could migrate to a similar approach to theirs once we are ready to publish on pub.dev.