Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 2.89 KB

Readme.md

File metadata and controls

50 lines (28 loc) · 2.89 KB

Pocketbase Mobile

Pocketbase mobile is used to generate android and ios packages for using pocketbase in mobiles

To build

Make sure gomobile is installed

run : gomobile bind -androidapi 19 for Android, this will generate pocketbaseMobile.aar, import this in android and use

run : gomobile bind --target ios for IOS or try : gomobile bind -ldflags='-extldflags=-libresolv.tbd' -target=ios

Usage

pocketbase_server_flutter to use in Flutter

pocketbase_android to use in native Android

pocketbase_ios to use in native IOS

Examples

checkout Pocketbase Server Flutter for android and ios implementation in flutter

checkout Pocketbase Server Android for native android implementation

Usecase

  • To create a secure localChat server or maybe a file storage system or anything which provided by pocketBase
  • To use an old android device as local server to host PocketBase
  • To use a mobile app which is based on PocketBase, so we can simply run PocketBase server within mobile and show demo of our application, useful for someone who don't want to host pocketBase yet
  • To use Pocketbase as a College project,and for students team who want to show demo of a mobile app but can't afford hosting or something , so all they have to do is , run pocketBase server from there mobile and their main app which is based on pocketBase is ready to use

Extras

Checkout a Flutter chatApp built using pocketbase: flutter_pocketbase_chat