Skip to content

Commit

Permalink
Example project theme fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham16g committed Dec 17, 2023
1 parent 5a333ee commit 8cb4029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void main() {
runApp(MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Multi Image Picker View Example',
darkTheme: ThemeData(
theme: ThemeData(
useMaterial3: true,
appBarTheme: AppBarTheme(color: Colors.blue.shade100),
colorScheme: ColorScheme.fromSeed(
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.13"
version: "1.0.0"
path:
dependency: transitive
description:
Expand Down

0 comments on commit 8cb4029

Please sign in to comment.