Feat 2026 Rebrand#244
Draft
NewtonMutugi wants to merge 7 commits into
Draft
Conversation
…button to sign-in screen
…logos for app bar and sign-in screen
…heme dependencies
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a major visual and branding update across the application, shifting the color palette and assets from the previous Droidcon theme to the new Fluttercon branding. It also updates some dependencies and improves navigation and asset handling. Below are the most important changes:
Branding and Visual Redesign:
blueDroidconColor,orangeDroidconColor, etc.) with new Fluttercon colors (flutterconBlue,flutterconMagenta) throughout the codebase, affecting app bars, buttons, icons, backgrounds, and text styles. (lib/core/theme/theme_colors.dart[1]lib/core/theme/theme_data.dart[2] [3]lib/common/widgets/app_bar/app_bar.dart[4] [5] [6]lib/common/widgets/app_bar/feedback_button.dart[7] [8]lib/common/widgets/app_bar/user_profile_icon.dart[9]lib/common/widgets/bottom_nav/bottom_nav_bar.dart[10]lib/common/widgets/personnel_widget.dart[11]lib/features/about/ui/organising_team_details.dart[12]lib/features/home/ui/speaker_details/speaker_details.dart[13]lib/features/home/widgets/search_bar.dart[14] [15]lib/features/home/widgets/sessions_card.dart[16]flutterConKeLogoand replaced with new SVG assetsflutterConLogoLightandflutterConLogoDarkfor light/dark theme support. Updated all logo usages to use these SVGs. (lib/common/utils/constants/app_assets.dart[1]lib/common/widgets/app_bar/app_bar.dart[2]lib/features/auth/ui/sign_in.dart[3]scaffoldBackgroundColorfrom the theme for better consistency. (lib/common/widgets/app_bar/app_bar.dart[1]lib/common/widgets/bottom_nav/bottom_nav_bar.dart[2]lib/features/about/ui/about_screen.dart[3]lib/features/auth/ui/sign_in.dart[4]Navigation Improvements:
pushNamedinstead ofgoNamedfor sign-in routes, ensuring proper navigation stack behavior. (lib/common/widgets/app_bar/feedback_button.dart[1]lib/common/widgets/app_bar/user_profile_icon.dart[2]lib/features/auth/ui/sign_in.dartlib/features/auth/ui/sign_in.dartL48-R60)Dependency and Build System Updates:
android/gradle/wrapper/gradle-wrapper.propertiesandroid/gradle/wrapper/gradle-wrapper.propertiesL6-R6)android.builtInKotlin=false,android.newDsl=false) to the Gradle properties. (android/gradle.propertiesandroid/gradle.propertiesR6-R9)Code and Dependency Injection Maintenance:
generateForDir: ['lib']argument from the@InjectableInitannotation in the dependency injection setup. (lib/core/di/injectable.dartlib/core/di/injectable.dartL9-R9)These changes collectively modernize the app’s appearance and branding, improve navigation, and keep dependencies up to date.<!--
Thanks for contributing!
Provide a description of your changes below and a general summary in the title
Please look at the following checklist to ensure that your PR can be accepted quickly:
-->
Description
Type of Change
Issues
Test Changes on Device
You can download your APK from Firebase App Distribution once this PR builds successfully via the following link: https://appdistribution.firebase.dev/i/c796669942f8a811