Skip to content

Commit

Permalink
Remove print, change word
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Nguyen committed Jul 11, 2020
1 parent 011c114 commit b8a7a11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A fan-made Flutter app dedicated to [IZ*ONE](http://iz-one.co.kr/).
### App and repository size

The app and repository size may be quite large due to the high quality images in the `assets/images` folder.
Somethings to consider may include image compression, fetching images using networking, or allowing the user to download more pictures in local storage while keeping a default gallery in the repository.
Somethings to consider may include image compression, fetching images using networking, or allowing the user to download more pictures into local storage while keeping a default gallery in the repository.

### Database

Expand Down
2 changes: 0 additions & 2 deletions lib/members.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ class MemberCardState extends State<MemberCard> {

@override
Widget build(BuildContext context) {
print("HELLO + ${widget.collectionNumber}");

return Container(
decoration: BoxDecoration(
color: Theme.of(context).cardColor,
Expand Down

0 comments on commit b8a7a11

Please sign in to comment.