1
1
Fork
You've already forked codeberg_app
0
A simple flutter native client UI for codeberg.
  • Dart 96.8%
  • CMake 1.6%
  • C++ 1%
  • Swift 0.3%
  • Kotlin 0.2%
  • Other 0.1%
Find a file
jer 7305f5951e misc ( #46 )
Been dailying this for a few months now.
- monospace font work
- misc ui tweaks to improve readability
- fix bugs in themes
- better 'file' viewing
- hideable markdown render when exploring code
- better trending/explore pagination
- less eager search (longer debounce)
Reviewed-on: #46 
2026年06月12日 23:55:19 +02:00
android use privacy screen 2026年04月10日 16:04:14 +10:00
assets misc ( #46 ) 2026年06月12日 23:55:19 +02:00
lib misc ( #46 ) 2026年06月12日 23:55:19 +02:00
linux macos 2026年03月28日 09:25:43 +11:00
macos use privacy screen 2026年04月10日 16:04:14 +10:00
readme_assets fix readme not rendering on android; update readme; readme assets; 2026年04月02日 10:44:16 +11:00
test hopefully we can follow users now... 2026年04月13日 21:49:32 +10:00
.env.local show example .env 2026年03月25日 15:14:45 +11:00
.gitignore don't leak my TS ips... 2026年04月02日 10:58:51 +11:00
.metadata macos 2026年03月28日 09:25:43 +11:00
analysis_options.yaml macos 2026年03月28日 09:25:43 +11:00
devtools_options.yaml qol improvements -- I think that's a wrap for now... 2026年03月25日 19:08:29 +11:00
LICENSE.md license && readme twerks 2026年03月29日 21:41:57 +11:00
pubspec.yaml misc ( #46 ) 2026年06月12日 23:55:19 +02:00
README.md add a fucktonne of tests, and implement PR creation from gui -- it's not perfect but it'll do to start with... 2026年04月02日 14:11:16 +11:00
TODO.md add a fucktonne of tests, and implement PR creation from gui -- it's not perfect but it'll do to start with... 2026年04月02日 14:11:16 +11:00
typos.toml hopefully we can follow users now... 2026年04月13日 21:49:32 +10:00

codeberg_app (a flutter native app)

A mediocre Codeberg mobile client.

Supports signin via a key (see your settings to generate one).

Home Settings Issues
Home Settings Issues

Quick start

git clone ssh://git@codeberg.org/jer-gremlin/codeberg_app.git
cd codeberg_app
flutter pub get
flutter run -d $your-phone --release

Generating your token

  1. Go to codeberg.org → Settings → Applications → Access Tokens
  2. Click Generate Token, name it (e.g. "Codeberg App")
  3. Select these scopes:
Scope Purpose
read:repository Private repo contents
write:repository (future: create repos)
read:user Profile, SSH keys, starred
write:user Star/unstar, manage SSH keys
read:issue Read issues and comments
write:issue Create issues and comments
read:notification Inbox notifications
  1. Copy the token — paste it in the app (Settings → Sign in)

License

MIT. Not affiliated with Codeberg e.V.

Glorious mentions:

GitNex, you should probably go ahead and use that it's great.