Skip to content

Commit ce14cdd

Browse files
committed
Replace logo with the home made one
1 parent cc00f0e commit ce14cdd

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

art/flutboard_logo.xcf

26.6 KB
Binary file not shown.

assets/images/flutboard_logo.png

9.05 KB
Loading

assets/images/flutter_logo.png

-12.3 KB
Binary file not shown.

lib/ui/article_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ArticlePage extends StatelessWidget {
5353
: Padding(
5454
padding: const EdgeInsets.all(10.0),
5555
child: Image.asset(
56-
'assets/images/flutter_logo.png',
56+
'assets/images/flutboard_logo.png',
5757
),
5858
),
5959
title: Text(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ flutter:
1818

1919
assets:
2020
- assets/images/1x1_transparent.png
21-
- assets/images/flutter_logo.png
21+
- assets/images/flutboard_logo.png

0 commit comments

Comments
 (0)