Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #20

Merged
merged 2 commits into from Feb 17, 2019
Merged

Dev #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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