Add all_about_debug
as dependency to your pubspec.yaml
dependencies:
all_about_debug:
git:
url: ssh://git@git-svc.allaboutapps.at:2222/flutter/all-about-debug.git
- View UI components and text depending on the apps theme.
- Modify the strings in the app and list all used keys and values
- View and share logs
- Display device info
DebugScreen(
lightTheme: lightTheme,
darkTheme: darkTheme,
localeJsonFiles: const $AssetsLocalesGen().values,
);
Fimber.plantTree(A3LogTree(
storage: hiveStorage,
));
import 'package:all_about_debug/all_about_debug.dart';
// use .tr() or .plural() to modify strings from debug screen
LocaleKeys.app_name.tr()