Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix#1214 #1230

Merged
merged 10 commits into from
Mar 17, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class _ProductListPageState extends State<ProductListPage> {
return Scaffold(
appBar: AppBar(
elevation: 0,
backgroundColor: Colors.white, // TODO(monsieurtanuki): night mode
foregroundColor: Colors.black,
backgroundColor: colorScheme.background,
foregroundColor: colorScheme.onBackground,
title: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Expand Down
6 changes: 3 additions & 3 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
google_ml_barcode_scanner:
google_ml_kit:
dependency: "direct main"
description:
name: google_ml_barcode_scanner
name: google_ml_kit
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
version: "0.6.0"
hive:
dependency: "direct main"
description:
Expand Down