Feature: Fluttery Framework #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sicherheit & Storage
flutter_secure_storage→ für Tokens, Passwörter, sensitive Daten (Keychain/Keystore).shared_preferences→ einfache Key-Value Configs (nicht sensibel).path_provider→ Filesystem-Zugriff (z. B. Cache-Ordner).Networking & APIs
dio→ flexibler HTTP-Client mit Interceptors, Timeout, Retry.pretty_dio_logger→ API-Logging für Dev.chopperoderretrofit→ API-Client Codegen.connectivity_plus→ Online/Offline-Status.Logging & Error Handling
logger→ zentrale Logging-Lib (konfigurierbar für Prod/Dev).sentry_flutteroderfirebase_crashlytics→ Error Tracking.stack_trace→ schönere Stacktraces.created branch
2-fluttery-frameworkto address this issuesee MR https://gitlab.boomlab.party/rhein-software/finlog/finlog/-/merge_requests/4
changed title from
#2 Fluttery FrameworktoFeature: Fluttery Frameworkchanged the description
marked the checklist item
shared_preferences→ einfache Key-Value Configs (nicht sensibel). as completedmarked the checklist item
flutter_secure_storage→ für Tokens, Passwörter, sensitive Daten (Keychain/Keystore). as completedmarked the checklist item
logger→ zentrale Logging-Lib (konfigurierbar für Prod/Dev). as completed