pocketbase_flutter_app

Stars
13
Committers
4

pocketbase_flutter_app

A quick app written with PocketBase and Flutter live on Twitch.

Displays user submissions of their Android home screen and lock screen.

Secrets

Copy pb_app/lib/secrets.ci.dart to pb_app/lib/secrets.dart and add your own secrets.

Setup

To get started, you can follow the Pocketbase setup instructions here

After creating an admin account at http://127.0.0.1:8090/_/, create a user account that matches the login information found in pb_app/lib/secrets.dart

Contributing

Contributions are encouraged, but I expect a high standard of quality. I promise to give a thoughtful review and guide you towards success, even if you're new to coding.

Since your time is valuable, keep these points in mind:

  1. Commit the minimum diffs to make your change
  2. New UI should be Material Plus (Material with a little extra sparkle )
  3. New UX should be simple and thoughtful
  4. New code should follow existing patterns