Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Miscellanous Color Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Mar 6, 2022
1 parent 938fd00 commit 925764b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "package:flutter_localizations/flutter_localizations.dart";

// 🌎 Project imports:
import "package:food_busters/models/state/app_state.dart";
import 'package:food_busters/styles/styles.dart';
import "package:food_busters/views/login.dart";

void main() => _main();
Expand Down Expand Up @@ -59,6 +60,7 @@ class _MyAppState extends State<MyApp> {
title: "Food Busters",
theme: ThemeData(
primarySwatch: Colors.orange,
appBarTheme: const AppBarTheme(color: lightOrange),
scaffoldBackgroundColor: const Color(0xFFF4E3D8),
fontFamily: "Kanit",
),
Expand Down
1 change: 1 addition & 0 deletions lib/views/scan/scanafter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class _ScanAfterPageState extends State<ScanAfterPage> {
]),
floatingActionButton: FloatingActionButton(
child: const Icon(Icons.share),
backgroundColor: lightOrange,
onPressed: () async {
await Share.share(
"Check my fabulous feasting out!\n"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.318
version: 1.0.320

environment:
sdk: ">=2.16.0 <3.0.0"
Expand Down

0 comments on commit 925764b

Please sign in to comment.