This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class WidgetFeed extends StatelessWidget { | |
| final listFeeds = <ItemFeed>[ | |
| ItemFeed('Grissham', 'assets/images/photo_profile_user_11.jpg', 'assets/images/photo_profile_user_11.jpg', 500179, 2013), | |
| ItemFeed('Agatha', 'assets/images/photo_profile_user_2.jpg', 'assets/images/photo_profile_user_2.jpg', 22, 17), | |
| ItemFeed('Emily', 'assets/images/photo_profile_user_10.jpg', 'assets/images/photo_profile_user_10.jpg', 311, 5), | |
| ItemFeed('Amanda', 'assets/images/photo_profile_user_3.jpg', 'assets/images/photo_profile_user_3.jpg', 17, 1), | |
| ItemFeed('Elizabeth', 'assets/images/photo_profile_user_9.jpg', 'assets/images/photo_profile_user_9.jpg', 41, 0), | |
| ItemFeed('Aland', 'assets/images/photo_profile_user_13.jpg', 'assets/images/photo_profile_user_13.jpg', 9, 122), | |
| ItemFeed('Daroll', 'assets/images/photo_profile_user_16.jpg', 'assets/images/photo_profile_user_16.jpg', 98, 15), | |
| ItemFeed('Amelia', 'assets/images/photo_profile_user_4.jpg', 'assets/images/photo_profile_user_4.jpg', 29, 0), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class WidgetStories extends StatelessWidget { | |
| final listStories = <ItemStory>[ | |
| ItemStory('Hello Ditta', 'assets/images/photo_profile.jpg'), | |
| ItemStory('Grissham', 'assets/images/photo_profile_user_11.jpg'), | |
| ItemStory('Agatha', 'assets/images/photo_profile_user_2.jpg'), | |
| ItemStory('Emily', 'assets/images/photo_profile_user_10.jpg'), | |
| ItemStory('Amanda', 'assets/images/photo_profile_user_3.jpg'), | |
| ItemStory('Elizabeth', 'assets/images/photo_profile_user_9.jpg'), | |
| ItemStory('Aland', 'assets/images/photo_profile_user_13.jpg'), | |
| ItemStory('Daroll', 'assets/images/photo_profile_user_16.jpg'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class WidgetContent extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| var mediaQueryData = MediaQuery.of(context); | |
| var widthScreen = mediaQueryData.size.width; | |
| return Expanded( | |
| child: Container( | |
| color: color2, | |
| height: double.infinity, | |
| padding: EdgeInsets.only( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| final color1 = Color(0xFF282A34); | |
| final color2 = Color(0XFF3C3F51); | |
| final color3 = Color(0xFFE2336B); | |
| final color4 = Color(0xFFFCAC46); | |
| final fontFamilyAvenir = 'Avenir'; | |
| final fontFamilyBillabong = 'Billabong'; | |
| void main() => runApp(App()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| final color1 = Color(0xFF282A34); | |
| final color2 = Color(0XFF3C3F51); | |
| final color3 = Color(0xFFE2336B); | |
| final color4 = Color(0xFFFCAC46); | |
| final fontFamilyAvenir = 'Avenir'; | |
| final fontFamilyBillabong = 'Billabong'; | |
| void main() => runApp(App()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| final color1 = Color(0xFF282A34); | |
| final color2 = Color(0XFF3C3F51); | |
| final color3 = Color(0xFFE2336B); | |
| final color4 = Color(0xFFFCAC46); | |
| final fontFamilyAvenir = 'Avenir'; | |
| final fontFamilyBillabong = 'Billabong'; | |
| void main() => runApp(App()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class WidgetNavigationDrawer extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return Container( | |
| color: color1, | |
| width: 300, | |
| height: double.infinity, | |
| child: Column( | |
| crossAxisAlignment: CrossAxisAlignment.start, | |
| children: [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| final color1 = Color(0xFF282A34); | |
| final color2 = Color(0XFF3C3F51); | |
| final color3 = Color(0xFFE2336B); | |
| final color4 = Color(0xFFFCAC46); | |
| final fontFamilyAvenir = 'Avenir'; | |
| final fontFamilyBillabong = 'Billabong'; | |
| void main() => runApp(App()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| final color1 = Color(0xFF282A34); | |
| final color2 = Color(0XFF3C3F51); | |
| final color3 = Color(0xFFE2336B); | |
| final color4 = Color(0xFFFCAC46); | |
| final fontFamilyAvenir = 'Avenir'; | |
| final fontFamilyBillabong = 'Billabong'; | |
| void main() => runApp(App()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:dio/dio.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'timezone_model.dart'; | |
| class SetTimezonePage extends StatelessWidget { | |
| final dio = Dio(); | |
| @override | |
| Widget build(BuildContext context) { |