Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DingMouRen committed Mar 21, 2021
1 parent 36cbfc6 commit 4ebe612
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

| | | |
| :----: | :---:| :---:|
|![img1](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.gif) | ![img2](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.gif)| ![img3](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.gif)|
|![img1](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.webp) | ![img2](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.webp)| ![img3](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.webp)|
|![img1](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page1.gif) | ![img2](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.webp)| ![img3](https://github.com/DingMouRen/flutter_ui/blob/master/assets/screenShot/page2.gif)|
Binary file modified assets/screenShot/page1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenShot/page2.gif
Binary file not shown.
5 changes: 3 additions & 2 deletions lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HomePage extends StatelessWidget{

final List<String> listGif = [
'assets/screenShot/page1.gif',
'assets/screenShot/page1.gif',
'assets/screenShot/page2.webp',
'assets/screenShot/page1.gif',
'assets/screenShot/page1.gif',
'assets/screenShot/page1.gif',
Expand All @@ -30,6 +30,7 @@ class HomePage extends StatelessWidget{
appBar: AppBar(
title: Text("flutter ui"),
centerTitle: true,
elevation: 0,
),
body: _getGridView(context),
);
Expand Down Expand Up @@ -64,7 +65,7 @@ class HomePage extends StatelessWidget{
},
child: Card(
child: Image.asset(listGif[index]),
elevation: 6,
elevation: 0,
// shadowColor: Colors.primaries[index % Colors.primaries.length],
color: Colors.white,
),
Expand Down

0 comments on commit 4ebe612

Please sign in to comment.