Skip to content

Commit

Permalink
Merge pull request #20 from nb312/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nb312 committed Feb 17, 2019
2 parents abe1a67 + e8d02de commit 14b4097
Show file tree
Hide file tree
Showing 11 changed files with 390 additions and 0 deletions.
Binary file added assets/images/feed/feed_pic3_01.jpg
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/images/feed/feed_pic3_02.jpg
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/images/feed/feed_pic3_03.jpg
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/images/feed/feed_pic3_header_01.jpg
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/images/feed/feed_pic3_header_02.jpg
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/images/feed/feed_pic3_header_03.jpg
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/images/feed/feed_pic3_left.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/main.dart
Expand Up @@ -44,6 +44,7 @@ class MyApp extends StatelessWidget {
///FEED group page
FEED_PAGES[0]: (context) => FeedPageOne(),
FEED_PAGES[1]: (context) => FeedPageTwo(),
FEED_PAGES[2]: (context) => FeedThreePage(),
FEED_PAGES[3]: (context) => FeedPageFour(),
FEED_PAGES[4]: (context) => FeedFivePage(),
FEED_PAGES[9]: (context) => FeedPageTen(),
Expand Down
9 changes: 9 additions & 0 deletions lib/page/feed/feed_const.dart
Expand Up @@ -48,6 +48,15 @@ class FeedImage {
static const feed2_image2 = "$IMAGE_PATH/feed2_image2.png";
static const heart = "$IMAGE_PATH/heart.png";

//feed 3
static const FEED_3_PIC_01 = "$IMAGE_PATH/feed_pic3_01.jpg";
static const FEED_3_PIC_02 = "$IMAGE_PATH/feed_pic3_02.jpg";
static const FEED_3_PIC_03 = "$IMAGE_PATH/feed_pic3_03.jpg";
static const FEED_3_PIC_HEADER_01 = "$IMAGE_PATH/feed_pic3_header_01.jpg";
static const FEED_3_PIC_HEADER_02 = "$IMAGE_PATH/feed_pic3_header_02.jpg";
static const FEED_3_PIC_HEADER_03 = "$IMAGE_PATH/feed_pic3_header_03.jpg";
static const FEED_3_PIC_LEFT = "$IMAGE_PATH/feed_pic3_left.jpg";

//Image for feed 5;
static const feed5_pic_01 = "$IMAGE_PATH/feed_pic5_01.jpg";

Expand Down

0 comments on commit 14b4097

Please sign in to comment.