├── .gitignore
├── .metadata
├── .vscode
└── settings.json
├── LICENSE
├── README.md
├── analysis_options.yaml
├── android
├── .gitignore
├── app
│ ├── build.gradle
│ └── src
│ │ ├── debug
│ │ └── AndroidManifest.xml
│ │ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── kotlin
│ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── flutterchallenges
│ │ │ │ └── MainActivity.kt
│ │ └── res
│ │ │ ├── drawable
│ │ │ └── launch_background.xml
│ │ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ │ └── values
│ │ │ └── styles.xml
│ │ └── profile
│ │ └── AndroidManifest.xml
├── build.gradle
├── gradle.properties
├── gradle
│ └── wrapper
│ │ └── gradle-wrapper.properties
└── settings.gradle
├── assets
├── facebook_redesign
│ ├── add_story.svg
│ ├── banner.png
│ ├── bookmark.svg
│ ├── camera.svg
│ ├── clock.svg
│ ├── comment.svg
│ ├── covid_campaign.png
│ ├── dark_mode.svg
│ ├── facebook_logo.svg
│ ├── friend_1.png
│ ├── games.svg
│ ├── globe.svg
│ ├── heart.svg
│ ├── help.svg
│ ├── history.svg
│ ├── history_saved.png
│ ├── home.svg
│ ├── information.svg
│ ├── ios_arrow_back.svg
│ ├── like.svg
│ ├── like_circle.svg
│ ├── loved_circle.svg
│ ├── market.svg
│ ├── messenger.svg
│ ├── more_options.svg
│ ├── more_options_bottom_bar.svg
│ ├── notifications.svg
│ ├── play.svg
│ ├── post_1.png
│ ├── profile.svg
│ ├── search.svg
│ ├── search_circle.svg
│ ├── settings.svg
│ ├── share.svg
│ ├── shopping-bag.svg
│ ├── shopping_cart.svg
│ ├── smile.svg
│ ├── star.svg
│ ├── stories_1.png
│ ├── stories_2.png
│ ├── stories_3.png
│ ├── stories_4.png
│ ├── stories_5.png
│ ├── stories_6.png
│ ├── video.svg
│ ├── view.svg
│ └── youtube.svg
├── space_concept
│ ├── arrow_back.svg
│ ├── close.svg
│ ├── earth_planet_with_shadow.png
│ ├── earth_planet_with_shadow_clip.png
│ ├── explore_icon.svg
│ ├── explore_screen_background.png
│ ├── left_arrow.svg
│ ├── menu.svg
│ ├── onboarding.svg
│ ├── planet_icon.svg
│ ├── planet_screen_background.png
│ ├── planet_with_shadow.png
│ ├── profile_icon.svg
│ ├── right_arrow.svg
│ ├── search.svg
│ └── space_exploration_planet.png
└── travel_app
│ ├── arrow_left.svg
│ ├── avatar.jpg
│ ├── card_central.png
│ ├── card_left.png
│ ├── card_right.png
│ ├── crown_5.png
│ ├── explore.svg
│ ├── filter.svg
│ ├── heart.svg
│ ├── italy.png
│ ├── location.svg
│ ├── motel.png
│ ├── profile.svg
│ ├── search.svg
│ ├── show_eye.svg
│ ├── show_eye_shadow.svg
│ ├── star.svg
│ └── west_asia.png
├── fonts
├── hybi11_amigo
│ ├── Hybi11-Amigo-Bold.ttf
│ ├── Hybi11-Amigo-Light.ttf
│ ├── Hybi11-Amigo-Regular.ttf
│ └── Hybi11-Amigo-SemiBold.ttf
├── mark
│ ├── Mark-Bold.otf
│ ├── Mark-Light.otf
│ ├── Mark-Medium.otf
│ ├── Mark-Regular.otf
│ └── Mark-Thin.otf
├── sf_pro_display
│ ├── SF-Pro-Display-Bold.otf
│ ├── SF-Pro-Display-Light.otf
│ ├── SF-Pro-Display-Medium.otf
│ ├── SF-Pro-Display-Regular.otf
│ └── SF-Pro-Display-Semibold.otf
└── sf_pro_text
│ ├── SF-Pro-Text-Bold.otf
│ ├── SF-Pro-Text-Light.otf
│ ├── SF-Pro-Text-Medium.otf
│ ├── SF-Pro-Text-Regular.otf
│ └── SF-Pro-Text-Semibold.otf
├── ios
├── .gitignore
├── Flutter
│ ├── AppFrameworkInfo.plist
│ ├── Debug.xcconfig
│ └── Release.xcconfig
├── Runner.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── WorkspaceSettings.xcsettings
│ └── xcshareddata
│ │ └── xcschemes
│ │ └── Runner.xcscheme
├── Runner.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcshareddata
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── WorkspaceSettings.xcsettings
└── Runner
│ ├── AppDelegate.swift
│ ├── Assets.xcassets
│ ├── AppIcon.appiconset
│ │ ├── Contents.json
│ │ ├── Icon-App-1024x1024@1x.png
│ │ ├── Icon-App-20x20@1x.png
│ │ ├── Icon-App-20x20@2x.png
│ │ ├── Icon-App-20x20@3x.png
│ │ ├── Icon-App-29x29@1x.png
│ │ ├── Icon-App-29x29@2x.png
│ │ ├── Icon-App-29x29@3x.png
│ │ ├── Icon-App-40x40@1x.png
│ │ ├── Icon-App-40x40@2x.png
│ │ ├── Icon-App-40x40@3x.png
│ │ ├── Icon-App-60x60@2x.png
│ │ ├── Icon-App-60x60@3x.png
│ │ ├── Icon-App-76x76@1x.png
│ │ ├── Icon-App-76x76@2x.png
│ │ └── Icon-App-83.5x83.5@2x.png
│ └── LaunchImage.imageset
│ │ ├── Contents.json
│ │ ├── LaunchImage.png
│ │ ├── LaunchImage@2x.png
│ │ ├── LaunchImage@3x.png
│ │ └── README.md
│ ├── Base.lproj
│ ├── LaunchScreen.storyboard
│ └── Main.storyboard
│ ├── Info.plist
│ └── Runner-Bridging-Header.h
├── lib
├── global_widgets
│ └── action_button.dart
├── main.dart
├── modules
│ ├── facebook_redesign
│ │ ├── blocs
│ │ │ ├── bottom_navigation_bloc.dart
│ │ │ └── theme_bloc.dart
│ │ ├── facebook_principal_screen.dart
│ │ ├── friends_page.dart
│ │ ├── home_page.dart
│ │ ├── options_page.dart
│ │ ├── profile_page.dart
│ │ └── widgets
│ │ │ ├── avatar_profile.dart
│ │ │ ├── bottom_bar_app.dart
│ │ │ └── top_bar_app.dart
│ ├── hidden_drawer_bottom_bar_fab
│ │ ├── hidden_drawer_bottom_bar_fab_screen.dart
│ │ └── widgets
│ │ │ ├── bottom_app_bar.dart
│ │ │ └── multiple_fab.dart
│ ├── home_screen.dart
│ ├── space_concept
│ │ ├── space_concept_explore_planet_screen.dart
│ │ ├── space_concept_intro_screen.dart
│ │ ├── space_concept_onboarding_screen.dart
│ │ ├── space_concept_principal_screen.dart
│ │ └── widgets
│ │ │ ├── bottom_bar.dart
│ │ │ ├── pick_to_option.dart
│ │ │ └── top_bar.dart
│ └── travel_app
│ │ ├── country.dart
│ │ ├── travel_app_bloc.dart
│ │ ├── travel_country_details_screen.dart
│ │ └── travel_home_screen.dart
├── navigation
│ └── routes.dart
└── theme
│ ├── app_theme.dart
│ └── pallete_color.dart
├── pubspec.lock
├── pubspec.yaml
└── test
└── widget_test.dart
/.gitignore:
--------------------------------------------------------------------------------
1 | # Miscellaneous
2 | *.class
3 | *.log
4 | *.pyc
5 | *.swp
6 | .DS_Store
7 | .atom/
8 | .buildlog/
9 | .history
10 | .svn/
11 |
12 | # IntelliJ related
13 | *.iml
14 | *.ipr
15 | *.iws
16 | .idea/
17 |
18 | # The .vscode folder contains launch configuration and tasks you configure in
19 | # VS Code which you may wish to be included in version control, so this line
20 | # is commented out by default.
21 | #.vscode/
22 |
23 | # Flutter/Dart/Pub related
24 | **/doc/api/
25 | **/ios/Flutter/.last_build_id
26 | .dart_tool/
27 | .flutter-plugins
28 | .flutter-plugins-dependencies
29 | .packages
30 | .pub-cache/
31 | .pub/
32 | /build/
33 |
34 | # Web related
35 | lib/generated_plugin_registrant.dart
36 |
37 | # Symbolication related
38 | app.*.symbols
39 |
40 | # Obfuscation related
41 | app.*.map.json
42 |
43 | # Exceptions to above rules.
44 | !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
45 |
--------------------------------------------------------------------------------
/.metadata:
--------------------------------------------------------------------------------
1 | # This file tracks properties of this Flutter project.
2 | # Used by Flutter tool to assess capabilities and perform upgrades etc.
3 | #
4 | # This file should be version controlled and should not be manually edited.
5 |
6 | version:
7 | revision: bbfbf1770cca2da7c82e887e4e4af910034800b6
8 | channel: stable
9 |
10 | project_type: app
11 |
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "editor.codeActionsOnSave": {
3 | "source.fixAll": true,
4 | "source.organizeImports": true
5 | },
6 | "files.defaultLanguage": "dart",
7 | "editor.formatOnSave": true
8 | }
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2020 Guillermo Jeremy De La Cruz Onton
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Flutter Challenges
2 |
3 | | Hidden menu/Bottom bar/Multi FAB | **Space Concept** - [***Design***](https://dribbble.com/shots/14287361-SPACE-APP-CONCEPT) |
4 | |:------------:|:-------------:|
5 | |
|
|
6 | | Facebook Redesign Light - [***Design***](https://dribbble.com/shots/15479224-Facebook-Redesign-Concept) | Facebook Redesign Dark - [**Design**](https://dribbble.com/shots/15479224-Facebook-Redesign-Concept)|
7 | |
|
|
8 | | Travel App - [**Design**](https://www.figma.com/community/file/941774708392456817) |
9 | |
|
10 |
--------------------------------------------------------------------------------
/analysis_options.yaml:
--------------------------------------------------------------------------------
1 | include: package:very_good_analysis/analysis_options.yaml
2 |
3 | linter:
4 | rules:
5 | public_member_api_docs: false
--------------------------------------------------------------------------------
/android/.gitignore:
--------------------------------------------------------------------------------
1 | gradle-wrapper.jar
2 | /.gradle
3 | /captures/
4 | /gradlew
5 | /gradlew.bat
6 | /local.properties
7 | GeneratedPluginRegistrant.java
8 |
9 | # Remember to never publicly share your keystore.
10 | # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11 | key.properties
12 |
--------------------------------------------------------------------------------
/android/app/build.gradle:
--------------------------------------------------------------------------------
1 | def localProperties = new Properties()
2 | def localPropertiesFile = rootProject.file('local.properties')
3 | if (localPropertiesFile.exists()) {
4 | localPropertiesFile.withReader('UTF-8') { reader ->
5 | localProperties.load(reader)
6 | }
7 | }
8 |
9 | def flutterRoot = localProperties.getProperty('flutter.sdk')
10 | if (flutterRoot == null) {
11 | throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
12 | }
13 |
14 | def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
15 | if (flutterVersionCode == null) {
16 | flutterVersionCode = '1'
17 | }
18 |
19 | def flutterVersionName = localProperties.getProperty('flutter.versionName')
20 | if (flutterVersionName == null) {
21 | flutterVersionName = '1.0'
22 | }
23 |
24 | apply plugin: 'com.android.application'
25 | apply plugin: 'kotlin-android'
26 | apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27 |
28 | android {
29 | compileSdkVersion 32
30 |
31 | sourceSets {
32 | main.java.srcDirs += 'src/main/kotlin'
33 | }
34 |
35 | lintOptions {
36 | disable 'InvalidPackage'
37 | }
38 |
39 | defaultConfig {
40 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41 | applicationId "com.example.flutterchallenges"
42 | minSdkVersion 20
43 | targetSdkVersion 32
44 | versionCode flutterVersionCode.toInteger()
45 | versionName flutterVersionName
46 | }
47 |
48 | buildTypes {
49 | release {
50 | // TODO: Add your own signing config for the release build.
51 | // Signing with the debug keys for now, so `flutter run --release` works.
52 | signingConfig signingConfigs.debug
53 | }
54 | }
55 | }
56 |
57 | flutter {
58 | source '../..'
59 | }
60 |
61 | dependencies {
62 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
63 | }
64 |
--------------------------------------------------------------------------------
/android/app/src/debug/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/android/app/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
8 |
12 |
20 |
24 |
28 |
33 |
37 |
38 |
39 |
40 |
41 |
42 |
44 |
47 |
48 |
--------------------------------------------------------------------------------
/android/app/src/main/kotlin/com/example/flutterchallenges/MainActivity.kt:
--------------------------------------------------------------------------------
1 | package com.example.flutterchallenges
2 |
3 | import io.flutter.embedding.android.FlutterActivity
4 |
5 | class MainActivity: FlutterActivity() {
6 | }
7 |
--------------------------------------------------------------------------------
/android/app/src/main/res/drawable/launch_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
12 |
13 |
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
15 |
18 |
19 |
--------------------------------------------------------------------------------
/android/app/src/profile/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/android/build.gradle:
--------------------------------------------------------------------------------
1 | buildscript {
2 | ext.kotlin_version = '1.6.10'
3 | repositories {
4 | google()
5 | mavenCentral()
6 | }
7 |
8 | dependencies {
9 | classpath 'com.android.tools.build:gradle:7.1.2'
10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11 | }
12 | }
13 |
14 | allprojects {
15 | repositories {
16 | google()
17 | mavenCentral()
18 | }
19 | }
20 |
21 | rootProject.buildDir = '../build'
22 | subprojects {
23 | project.buildDir = "${rootProject.buildDir}/${project.name}"
24 | }
25 | subprojects {
26 | project.evaluationDependsOn(':app')
27 | }
28 |
29 | task clean(type: Delete) {
30 | delete rootProject.buildDir
31 | }
32 |
--------------------------------------------------------------------------------
/android/gradle.properties:
--------------------------------------------------------------------------------
1 | org.gradle.jvmargs=-Xmx1536M
2 | android.enableR8=true
3 | android.useAndroidX=true
4 | android.enableJetifier=true
5 |
--------------------------------------------------------------------------------
/android/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Fri Jun 23 08:50:38 CEST 2017
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
7 |
--------------------------------------------------------------------------------
/android/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
3 | def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
4 | def properties = new Properties()
5 |
6 | assert localPropertiesFile.exists()
7 | localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
8 |
9 | def flutterSdkPath = properties.getProperty("flutter.sdk")
10 | assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
11 | apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
12 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/banner.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/bookmark.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/camera.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/clock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/comment.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/covid_campaign.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/covid_campaign.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/dark_mode.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/facebook_logo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/friend_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/friend_1.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/games.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/globe.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/heart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/help.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/history.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/history_saved.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/history_saved.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/home.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/information.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/ios_arrow_back.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/like.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/like_circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/loved_circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/market.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/messenger.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/more_options.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/more_options_bottom_bar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/notifications.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/play.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/post_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/post_1.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/profile.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/search.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/search_circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/settings.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/share.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/shopping-bag.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/shopping_cart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/smile.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/star.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/stories_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/stories_1.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/stories_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/stories_2.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/stories_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/stories_3.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/stories_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/stories_4.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/stories_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/stories_5.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/stories_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/facebook_redesign/stories_6.png
--------------------------------------------------------------------------------
/assets/facebook_redesign/video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/view.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/facebook_redesign/youtube.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/space_concept/arrow_back.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/assets/space_concept/close.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/assets/space_concept/earth_planet_with_shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/space_concept/earth_planet_with_shadow.png
--------------------------------------------------------------------------------
/assets/space_concept/earth_planet_with_shadow_clip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/space_concept/earth_planet_with_shadow_clip.png
--------------------------------------------------------------------------------
/assets/space_concept/explore_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/space_concept/explore_screen_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/space_concept/explore_screen_background.png
--------------------------------------------------------------------------------
/assets/space_concept/left_arrow.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/space_concept/menu.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/space_concept/planet_icon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/space_concept/planet_screen_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/space_concept/planet_screen_background.png
--------------------------------------------------------------------------------
/assets/space_concept/planet_with_shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/space_concept/planet_with_shadow.png
--------------------------------------------------------------------------------
/assets/space_concept/profile_icon.svg:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/assets/space_concept/right_arrow.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/space_concept/search.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/space_concept/space_exploration_planet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/space_concept/space_exploration_planet.png
--------------------------------------------------------------------------------
/assets/travel_app/arrow_left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/avatar.jpg
--------------------------------------------------------------------------------
/assets/travel_app/card_central.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/card_central.png
--------------------------------------------------------------------------------
/assets/travel_app/card_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/card_left.png
--------------------------------------------------------------------------------
/assets/travel_app/card_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/card_right.png
--------------------------------------------------------------------------------
/assets/travel_app/crown_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/crown_5.png
--------------------------------------------------------------------------------
/assets/travel_app/explore.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/filter.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/heart.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/italy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/italy.png
--------------------------------------------------------------------------------
/assets/travel_app/location.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/motel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/motel.png
--------------------------------------------------------------------------------
/assets/travel_app/profile.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/travel_app/search.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/show_eye.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/travel_app/show_eye_shadow.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/assets/travel_app/star.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/assets/travel_app/west_asia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/assets/travel_app/west_asia.png
--------------------------------------------------------------------------------
/fonts/hybi11_amigo/Hybi11-Amigo-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/hybi11_amigo/Hybi11-Amigo-Bold.ttf
--------------------------------------------------------------------------------
/fonts/hybi11_amigo/Hybi11-Amigo-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/hybi11_amigo/Hybi11-Amigo-Light.ttf
--------------------------------------------------------------------------------
/fonts/hybi11_amigo/Hybi11-Amigo-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/hybi11_amigo/Hybi11-Amigo-Regular.ttf
--------------------------------------------------------------------------------
/fonts/hybi11_amigo/Hybi11-Amigo-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/hybi11_amigo/Hybi11-Amigo-SemiBold.ttf
--------------------------------------------------------------------------------
/fonts/mark/Mark-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/mark/Mark-Bold.otf
--------------------------------------------------------------------------------
/fonts/mark/Mark-Light.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/mark/Mark-Light.otf
--------------------------------------------------------------------------------
/fonts/mark/Mark-Medium.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/mark/Mark-Medium.otf
--------------------------------------------------------------------------------
/fonts/mark/Mark-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/mark/Mark-Regular.otf
--------------------------------------------------------------------------------
/fonts/mark/Mark-Thin.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/mark/Mark-Thin.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_display/SF-Pro-Display-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_display/SF-Pro-Display-Bold.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_display/SF-Pro-Display-Light.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_display/SF-Pro-Display-Light.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_display/SF-Pro-Display-Medium.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_display/SF-Pro-Display-Medium.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_display/SF-Pro-Display-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_display/SF-Pro-Display-Regular.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_display/SF-Pro-Display-Semibold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_display/SF-Pro-Display-Semibold.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_text/SF-Pro-Text-Bold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_text/SF-Pro-Text-Bold.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_text/SF-Pro-Text-Light.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_text/SF-Pro-Text-Light.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_text/SF-Pro-Text-Medium.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_text/SF-Pro-Text-Medium.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_text/SF-Pro-Text-Regular.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_text/SF-Pro-Text-Regular.otf
--------------------------------------------------------------------------------
/fonts/sf_pro_text/SF-Pro-Text-Semibold.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/fonts/sf_pro_text/SF-Pro-Text-Semibold.otf
--------------------------------------------------------------------------------
/ios/.gitignore:
--------------------------------------------------------------------------------
1 | *.mode1v3
2 | *.mode2v3
3 | *.moved-aside
4 | *.pbxuser
5 | *.perspectivev3
6 | **/*sync/
7 | .sconsign.dblite
8 | .tags*
9 | **/.vagrant/
10 | **/DerivedData/
11 | Icon?
12 | **/Pods/
13 | **/.symlinks/
14 | profile
15 | xcuserdata
16 | **/.generated/
17 | Flutter/App.framework
18 | Flutter/Flutter.framework
19 | Flutter/Flutter.podspec
20 | Flutter/Generated.xcconfig
21 | Flutter/app.flx
22 | Flutter/app.zip
23 | Flutter/flutter_assets/
24 | Flutter/flutter_export_environment.sh
25 | ServiceDefinitions.json
26 | Runner/GeneratedPluginRegistrant.*
27 |
28 | # Exceptions to above rules.
29 | !default.mode1v3
30 | !default.mode2v3
31 | !default.pbxuser
32 | !default.perspectivev3
33 |
--------------------------------------------------------------------------------
/ios/Flutter/AppFrameworkInfo.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | $(DEVELOPMENT_LANGUAGE)
7 | CFBundleExecutable
8 | App
9 | CFBundleIdentifier
10 | io.flutter.flutter.app
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | App
15 | CFBundlePackageType
16 | FMWK
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1.0
23 | MinimumOSVersion
24 | 8.0
25 |
26 |
27 |
--------------------------------------------------------------------------------
/ios/Flutter/Debug.xcconfig:
--------------------------------------------------------------------------------
1 | #include "Generated.xcconfig"
2 |
--------------------------------------------------------------------------------
/ios/Flutter/Release.xcconfig:
--------------------------------------------------------------------------------
1 | #include "Generated.xcconfig"
2 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreviewsEnabled
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
15 |
21 |
22 |
23 |
24 |
25 |
30 |
31 |
32 |
33 |
39 |
40 |
41 |
42 |
43 |
44 |
54 |
56 |
62 |
63 |
64 |
65 |
66 |
67 |
73 |
75 |
81 |
82 |
83 |
84 |
86 |
87 |
90 |
91 |
92 |
--------------------------------------------------------------------------------
/ios/Runner.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreviewsEnabled
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/Runner/AppDelegate.swift:
--------------------------------------------------------------------------------
1 | import UIKit
2 | import Flutter
3 |
4 | @UIApplicationMain
5 | @objc class AppDelegate: FlutterAppDelegate {
6 | override func application(
7 | _ application: UIApplication,
8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
9 | ) -> Bool {
10 | GeneratedPluginRegistrant.register(with: self)
11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions)
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "size" : "20x20",
5 | "idiom" : "iphone",
6 | "filename" : "Icon-App-20x20@2x.png",
7 | "scale" : "2x"
8 | },
9 | {
10 | "size" : "20x20",
11 | "idiom" : "iphone",
12 | "filename" : "Icon-App-20x20@3x.png",
13 | "scale" : "3x"
14 | },
15 | {
16 | "size" : "29x29",
17 | "idiom" : "iphone",
18 | "filename" : "Icon-App-29x29@1x.png",
19 | "scale" : "1x"
20 | },
21 | {
22 | "size" : "29x29",
23 | "idiom" : "iphone",
24 | "filename" : "Icon-App-29x29@2x.png",
25 | "scale" : "2x"
26 | },
27 | {
28 | "size" : "29x29",
29 | "idiom" : "iphone",
30 | "filename" : "Icon-App-29x29@3x.png",
31 | "scale" : "3x"
32 | },
33 | {
34 | "size" : "40x40",
35 | "idiom" : "iphone",
36 | "filename" : "Icon-App-40x40@2x.png",
37 | "scale" : "2x"
38 | },
39 | {
40 | "size" : "40x40",
41 | "idiom" : "iphone",
42 | "filename" : "Icon-App-40x40@3x.png",
43 | "scale" : "3x"
44 | },
45 | {
46 | "size" : "60x60",
47 | "idiom" : "iphone",
48 | "filename" : "Icon-App-60x60@2x.png",
49 | "scale" : "2x"
50 | },
51 | {
52 | "size" : "60x60",
53 | "idiom" : "iphone",
54 | "filename" : "Icon-App-60x60@3x.png",
55 | "scale" : "3x"
56 | },
57 | {
58 | "size" : "20x20",
59 | "idiom" : "ipad",
60 | "filename" : "Icon-App-20x20@1x.png",
61 | "scale" : "1x"
62 | },
63 | {
64 | "size" : "20x20",
65 | "idiom" : "ipad",
66 | "filename" : "Icon-App-20x20@2x.png",
67 | "scale" : "2x"
68 | },
69 | {
70 | "size" : "29x29",
71 | "idiom" : "ipad",
72 | "filename" : "Icon-App-29x29@1x.png",
73 | "scale" : "1x"
74 | },
75 | {
76 | "size" : "29x29",
77 | "idiom" : "ipad",
78 | "filename" : "Icon-App-29x29@2x.png",
79 | "scale" : "2x"
80 | },
81 | {
82 | "size" : "40x40",
83 | "idiom" : "ipad",
84 | "filename" : "Icon-App-40x40@1x.png",
85 | "scale" : "1x"
86 | },
87 | {
88 | "size" : "40x40",
89 | "idiom" : "ipad",
90 | "filename" : "Icon-App-40x40@2x.png",
91 | "scale" : "2x"
92 | },
93 | {
94 | "size" : "76x76",
95 | "idiom" : "ipad",
96 | "filename" : "Icon-App-76x76@1x.png",
97 | "scale" : "1x"
98 | },
99 | {
100 | "size" : "76x76",
101 | "idiom" : "ipad",
102 | "filename" : "Icon-App-76x76@2x.png",
103 | "scale" : "2x"
104 | },
105 | {
106 | "size" : "83.5x83.5",
107 | "idiom" : "ipad",
108 | "filename" : "Icon-App-83.5x83.5@2x.png",
109 | "scale" : "2x"
110 | },
111 | {
112 | "size" : "1024x1024",
113 | "idiom" : "ios-marketing",
114 | "filename" : "Icon-App-1024x1024@1x.png",
115 | "scale" : "1x"
116 | }
117 | ],
118 | "info" : {
119 | "version" : 1,
120 | "author" : "xcode"
121 | }
122 | }
123 |
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "LaunchImage.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "LaunchImage@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "LaunchImage@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/GuillermoDLCO/FlutterChallenges/8761a04f355fb2a6080c806d36e4ed63b661522a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
--------------------------------------------------------------------------------
/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md:
--------------------------------------------------------------------------------
1 | # Launch Screen Assets
2 |
3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory.
4 |
5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
--------------------------------------------------------------------------------
/ios/Runner/Base.lproj/LaunchScreen.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/ios/Runner/Base.lproj/Main.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/ios/Runner/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | $(DEVELOPMENT_LANGUAGE)
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | flutterchallenges
15 | CFBundlePackageType
16 | APPL
17 | CFBundleShortVersionString
18 | $(FLUTTER_BUILD_NAME)
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | $(FLUTTER_BUILD_NUMBER)
23 | LSRequiresIPhoneOS
24 |
25 | UILaunchStoryboardName
26 | LaunchScreen
27 | UIMainStoryboardFile
28 | Main
29 | UISupportedInterfaceOrientations
30 |
31 | UIInterfaceOrientationPortrait
32 | UIInterfaceOrientationLandscapeLeft
33 | UIInterfaceOrientationLandscapeRight
34 |
35 | UISupportedInterfaceOrientations~ipad
36 |
37 | UIInterfaceOrientationPortrait
38 | UIInterfaceOrientationPortraitUpsideDown
39 | UIInterfaceOrientationLandscapeLeft
40 | UIInterfaceOrientationLandscapeRight
41 |
42 | UIViewControllerBasedStatusBarAppearance
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/ios/Runner/Runner-Bridging-Header.h:
--------------------------------------------------------------------------------
1 | #import "GeneratedPluginRegistrant.h"
2 |
--------------------------------------------------------------------------------
/lib/global_widgets/action_button.dart:
--------------------------------------------------------------------------------
1 | import 'package:flutter/material.dart';
2 | import 'package:flutterchallenges/theme/pallete_color.dart';
3 |
4 | class ActionButton extends StatelessWidget {
5 | const ActionButton({
6 | super.key,
7 | required this.action,
8 | required this.label,
9 | });
10 |
11 | final VoidCallback action;
12 | final String label;
13 |
14 | @override
15 | Widget build(BuildContext context) {
16 | return Padding(
17 | padding: const EdgeInsets.all(20),
18 | child: SizedBox(
19 | width: MediaQuery.of(context).size.width,
20 | height: 50,
21 | child: ElevatedButton(
22 | onPressed: action,
23 | style: ElevatedButton.styleFrom(
24 | backgroundColor: PalleteColor.actionButtonColor,
25 | shape:
26 | RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)),
27 | ),
28 | child: Text(
29 | label,
30 | style: const TextStyle(
31 | color: Colors.white,
32 | fontWeight: FontWeight.bold,
33 | ),
34 | ),
35 | ),
36 | ),
37 | );
38 | }
39 | }
40 |
--------------------------------------------------------------------------------
/lib/main.dart:
--------------------------------------------------------------------------------
1 | import 'package:flutter/material.dart';
2 | import 'package:flutter_bloc/flutter_bloc.dart';
3 | import 'package:flutterchallenges/modules/facebook_redesign/blocs/theme_bloc.dart';
4 | import 'package:flutterchallenges/navigation/routes.dart';
5 |
6 | void main() => runApp(
7 | BlocProvider(
8 | create: (context) => ThemeBloc(),
9 | child: const MyApp(),
10 | ),
11 | );
12 |
13 | class MyApp extends StatelessWidget {
14 | const MyApp({super.key});
15 |
16 | @override
17 | Widget build(BuildContext context) {
18 | return BlocBuilder(
19 | builder: (context, state) {
20 | return MaterialApp(
21 | title: 'Flutter Demo',
22 | theme: state.theme,
23 | debugShowCheckedModeBanner: false,
24 | onGenerateRoute: Routes.routes,
25 | );
26 | },
27 | );
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/lib/modules/facebook_redesign/blocs/bottom_navigation_bloc.dart:
--------------------------------------------------------------------------------
1 | import 'package:equatable/equatable.dart';
2 | import 'package:flutter_bloc/flutter_bloc.dart';
3 |
4 | enum IndexPage {
5 | home,
6 | video,
7 | market,
8 | profile,
9 | options,
10 | }
11 |
12 | class BottomNavigationBloc extends Cubit {
13 | BottomNavigationBloc() : super(const BottomNavigationState(IndexPage.home));
14 |
15 | void changePage(IndexPage page) {
16 | emit(BottomNavigationState(page));
17 | }
18 | }
19 |
20 | class BottomNavigationState extends Equatable {
21 | const BottomNavigationState(this.page);
22 | final IndexPage page;
23 |
24 | @override
25 | List