rohitsangwan01 / pocketbase_server_flutter

Start Pocketbase Server directly from Android/IOS with Flutter
MIT License
26 stars 2 forks source link

Package Version and Feedback #3

Open erolisdev opened 2 weeks ago

erolisdev commented 2 weeks ago

I have been exploring the "pocketbase_server_flutter" package and am really impressed with its functionality and ease of use. Before I proceed to integrate it into a real-world project, I would like to confirm whether the package is up-to-date with the latest stable release. For example, is the current version "v0.22.22" or do you plan on releasing any updates soon?

Your work is greatly appreciated!

rohitsangwan01 commented 2 weeks ago

Thank you, pocketbase version is not updated yet, but will try to update

erolisdev commented 2 weeks ago

Thanks. If you publish a guide document for upgrades, I would like to help you with future updates.

rohitsangwan01 commented 2 weeks ago

@erolisdev right now its little complex to update, because it depends on multiple repos

First we have to build pocketbase_mobile for both Native Android and IOS

descriptions mentioned there already Then we have to use those Native generated libs in this flutter library

but am planning to implement GoLang ffi to directly use Pocketbase in flutter