Skip to content

Commit

Permalink
update page3
Browse files Browse the repository at this point in the history
  • Loading branch information
DingMouRen committed Mar 23, 2021
1 parent 7e68fb2 commit b154e3e
Show file tree
Hide file tree
Showing 12 changed files with 711 additions and 251 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| | | |
| :----: | :---:| :---:|
|![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/page1.gif)|
|![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/page3.gif)|


### UI
Expand Down
Binary file added assets/image/mp3_3_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/mp3_3_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/mp3_3_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenShot/page3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 0 additions & 57 deletions lib/pages/page3/button.dart

This file was deleted.

94 changes: 0 additions & 94 deletions lib/pages/page3/buttontapped.dart

This file was deleted.

5 changes: 5 additions & 0 deletions lib/pages/page3/event/mp3_index_event.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Mp3IndexEvent{
final int index;

Mp3IndexEvent(this.index);
}
Loading

0 comments on commit b154e3e

Please sign in to comment.