Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion lib/view/accelerometer_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ class _AccelerometerConfigScreenState extends State<AccelerometerConfigScreen> {
backgroundColor: Theme.of(context).colorScheme.surface,
resizeToAvoidBottomInset: true,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
leading: Builder(builder: (context) {
return IconButton(
onPressed: () {
Expand Down
6 changes: 5 additions & 1 deletion lib/view/barometer_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ class _BarometerConfigScreenState extends State<BarometerConfigScreen> {
backgroundColor: Theme.of(context).colorScheme.surface,
resizeToAvoidBottomInset: true,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.barometerConfig,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/gyroscope_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ class _GyroscopeConfigScreenState extends State<GyroscopeConfigScreen> {
backgroundColor: Theme.of(context).colorScheme.surface,
resizeToAvoidBottomInset: true,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
leading: Builder(builder: (context) {
return IconButton(
onPressed: () {
Expand Down
6 changes: 5 additions & 1 deletion lib/view/logic_analyzer_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ class _LogicAnalyzerConfigScreenState extends State<LogicAnalyzerConfigScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.logicAnalyzerConfigs,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/luxmeter_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ class _LuxMeterConfigScreenState extends State<LuxMeterConfigScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.luxmeterConfigurations,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/multimeter_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ class _MultimeterConfigScreenState extends State<MultimeterConfigScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.multimeterConfigs,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/oscilloscope_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ class _OscilloscopeConfigScreenState extends State<OscilloscopeConfigScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.oscilloscopeConfigs,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/power_source_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ class _PowerSourceConfigScreenState extends State<PowerSourceConfigScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.powerSourceConfigs,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.settings,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/soundmeter_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ class _SoundMeterConfigScreenState extends State<SoundMeterConfigScreen> {
backgroundColor: Theme.of(context).colorScheme.surface,
resizeToAvoidBottomInset: true,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
leading: Builder(builder: (context) {
return IconButton(
onPressed: () {
Expand Down
6 changes: 5 additions & 1 deletion lib/view/wave_generator_config_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ class _WaveGeneratorConfigScreenState extends State<WaveGeneratorConfigScreen> {
resizeToAvoidBottomInset: true,
appBar: AppBar(
iconTheme: IconThemeData(color: appBarContentColor),
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
backgroundColor: primaryRed,
title: Text(
appLocalizations.waveGeneratorConfigs,
Expand Down
6 changes: 5 additions & 1 deletion lib/view/widgets/common_scaffold_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ class _CommonScaffoldState extends State<CommonScaffold> {
backgroundColor: scaffoldBackgroundColor,
resizeToAvoidBottomInset: false,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
leading: Builder(builder: (context) {
return IconButton(
onPressed: () {
Expand Down
6 changes: 5 additions & 1 deletion lib/view/widgets/main_scaffold_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ class _MainScaffoldState extends State<MainScaffold>
backgroundColor: Theme.of(context).colorScheme.surface,
resizeToAvoidBottomInset: true,
appBar: AppBar(
systemOverlayStyle: SystemUiOverlayStyle(statusBarColor: appBarColor),
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: appBarColor,
statusBarIconBrightness: Brightness.light,
statusBarBrightness: Brightness.dark,
),
leading: Builder(builder: (context) {
return IconButton(
onPressed: () {
Expand Down
Loading