Тёмный

🥷🏽📱 DARK MODE • Flutter Theme Tutorial 

Mitch Koko
Подписаться 131 тыс.
Просмотров 35 тыс.
50% 1

💰 I'll develop your MVP app: mitchkoko.app/mvp
📱 Code: mitchkoko.app/
🎓 Flutte Beginner Course: • 📱 FULL Flutter Beginne...
💌 Email: business@mitchkoko.app
~;
/ createdbykoko
/ createdbykoko
/ createdbykoko
/ mitchkoko
~;
🔒Watch the FLUTTER AUTH PLAYLIST first:
1📱 Modern Login UI • • 🔒📱 Modern Login UI • F...
2📱 Email Login & Logout • • 🔒📱 Email Login & Logou...
3📱 Email Sign Up • • 🔒📱 Email Sign Up • Flu...
4📱 Google Sign In • • 🔒📱 Google Sign In • Fl...
FULL PLAYLIST • SOCIAL MEDIA APP
📱 1 • The Wall • • 📱 The Wall / Coding a ...
❤️ 2 • Like Button • • ❤️📱 Like Button / Codi...
🤷🏽‍♂️ 3 • User Profile • • 🥷🏽📱 User Profile / Cod...
💬 4 • Comments • • 💬📱 Comments / Coding a...
🥷🏽 5 • Dark Mode • • 🥷🏽📱 DARK MODE • Flutte...
🗑 6 • Delete Posts • • 🗑📱 Delete Posts / Codi...
🐞 7 • Bug Fixes

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@createdbykoko
@createdbykoko Год назад
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko 🍀 What feature should I add next? Previous video 👉🏽Comments 💬 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-r6AkdYf_bkE.html 🔒Watch the FLUTTER AUTH PLAYLIST first: 1📱 Modern Login UI • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Dh-cTQJgM-Q.html 2📱 Email Login & Logout • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-_3W-JuIVFlg.html 3📱 Email Sign Up • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qlVj-0vpaW0.html 4📱 Google Sign In • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-1U8_Mq1QdX4.html FULL PLAYLIST • SOCIAL MEDIA APP 📱 1 • The Wall • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-yJ7qQxzkh9E.html ❤ 2 • Like Button • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-yeE5PHHBDnQ.html 🤷🏽‍♂ 3 • User Profile • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TpW7nLL57uQ.html 💬 4 • Comments • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-r6AkdYf_bkE.html 🥷🏽 5 • Dark Mode • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-66dj7wqXfeA.html 🗑 6 • Delete Posts • ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3owMkQP6SHc.html 🐞 7 • Bug Fixes Let's talk on Twitter 🐦 twitter.com/createdbykoko/ ✌🏾 Instagram 📷 instagram.com/createdbykoko/
@royalwolves7010
@royalwolves7010 Год назад
Brother also videos, the next feature can possibly be that users are allowed to delete their own post
@royalwolves7010
@royalwolves7010 Год назад
Brother when are we starting the messaging app journey🥺💜
@karimMonir_
@karimMonir_ Год назад
Hey, Mitch! I'd like to suggest few things: 1- a functioning toggle button to toggle between dark and light themes separate from the system. 2- something for flutter web. 3- something for flutter desktop applications. Thank you, and keep the great work up ❤️
@jessesantos7679
@jessesantos7679 Год назад
Up
@jessesantos7679
@jessesantos7679 Год назад
Up
@jessesantos7679
@jessesantos7679 Год назад
Up
@oumaimasouid5229
@oumaimasouid5229 Год назад
Up
@createdbykoko
@createdbykoko Год назад
I should've included that in the tutorial. But here's quickly how to do it: The setup in the video will automatically switch themes based on the system's theme. To allow users to manually switch between light and dark themes from within the app, you'll need to do a bit more work. 1. You might want to create a ThemeProvider which extends ChangeNotifier: class ThemeProvider with ChangeNotifier { bool _isDarkMode = false; bool get isDarkMode => _isDarkMode; void toggleTheme() { _isDarkMode = !_isDarkMode; notifyListeners(); } }
@dunce4629
@dunce4629 Год назад
Your videos are amazing for new learners, genuinely some of the clearest and most concise tutorials I have ever followed; Thank you very much!
@KaiMeister-p4s
@KaiMeister-p4s Год назад
Hey, some ideas for the next videos: - Follow other users - Push-Notifications - Delete user (with the option delete all posts and comments or set the creator to "deleted" or "unknown" - Delete postings with a swipe-function from the "own wall" - possibility to post photos or audio with mic (firebase storage) - other sign up methods (Facebook, Instagram etc) - settings Page (choose darktheme or use system-settings) - monetization with ads or "Ingame"-transactions
@JohnRayGlitse
@JohnRayGlitse Год назад
I've been waiting to seeing this video for so long😍😃... Thank you so much
@createdbykoko
@createdbykoko Год назад
💜 haha enjoy
@shahidwani6445
@shahidwani6445 Год назад
Please implement in-app purchase in flutter next
@ranjanadissanayaka5390
@ranjanadissanayaka5390 15 дней назад
This tutorial is awesome dude.. Thanks so much
@createdbykoko
@createdbykoko 15 дней назад
@@ranjanadissanayaka5390 ❤️
@jointheflock
@jointheflock Год назад
Nice, thanks for the simple breakdown. Definitely something I want to do a better job at keeping in mind when designing apps
@createdbykoko
@createdbykoko Год назад
No problem! Haha how’s flutter going for you so far?
@jointheflock
@jointheflock Год назад
@@createdbykoko Definitely a fan! It feels faster and more fun to prototype and blend code/design than my previous experiences with web and mobile dev.
@Malikmehtabali1
@Malikmehtabali1 7 месяцев назад
Mitch koku your designs are so precious 💞💕
@christianmuntean
@christianmuntean Год назад
You could add a functioning Settings Page and cover topics like how to store userpreferences for the specific app (Maybe font size, or giving the user more than 2 themes to choose from, or maybe Date-format preferences)
@christianmuntean
@christianmuntean Год назад
Oh and maybe Notifications, those are also important. You could add those Notifications where you can directly answer on the notification itself (Android)
@nikunjchamaria7825
@nikunjchamaria7825 Год назад
I wanted to add some ways to post photo as well...can you add that in the nest section....btw loved the playlist so far
@mugiwaranocoder
@mugiwaranocoder Год назад
That's great !!!
@createdbykoko
@createdbykoko Год назад
💜 thanks!
@godwinsampson6081
@godwinsampson6081 Год назад
Can you do a video about getX state management??
@createdbykoko
@createdbykoko Год назад
i could but I don't think I will. There are tonnes of videos on that already
@godwinsampson6081
@godwinsampson6081 Год назад
@@createdbykoko Oh okay, thanks champ!
@guffyk
@guffyk Год назад
Great tutorial! Question… is it possible to have something similar with color themes? So instead of light/dark mode, I want to choose green, blue, dark, etc.
@createdbykoko
@createdbykoko Год назад
yes of course you can! If you want just 2 different ones then u can use light and dark mode but use your own colors. If you want more than 2 themes then you will need to use something like provider and use themeNotifier!
@guffyk
@guffyk Год назад
Thanks man. Keep up the great work, really appreciate your tutorials
@lilshaunpicanto
@lilshaunpicanto Год назад
Adding groups/lobbies and individual chats and possibly have the comment section show only the two most popular comments and asks the user to view all to see all the comments added by users. Also a toggle dark mode light mode button 😊
@ShakeelShirzad
@ShakeelShirzad 17 дней назад
please create a video that when we click on the button the whole app color should change but not to the dark or light the color should be deffirent like blue or purple
@PthCreations
@PthCreations Год назад
Was Waiting For This..
@createdbykoko
@createdbykoko Год назад
enjoy!
@calpal101
@calpal101 Год назад
Great video as always ! Question ; what state management do you prefer to use for "big" projects ? I am currently planning to switch to riverpod and want to know what others are using
@createdbykoko
@createdbykoko Год назад
riverpod bloc, depends on your needs :D what are you roughly trying to make
@mobcom4348
@mobcom4348 Год назад
Could you please make a multi selectable listview. And a button for select all
@Malikmehtabali1
@Malikmehtabali1 7 месяцев назад
Wow amazing bro❤
@d_o_o_m_g_u_y
@d_o_o_m_g_u_y Год назад
Loving this series. Thanks alot
@createdbykoko
@createdbykoko Год назад
Glad someone likes it!! Hope it helps!
@codereels
@codereels Год назад
nice ❣
@createdbykoko
@createdbykoko Год назад
💜
@candraherk1751
@candraherk1751 Год назад
Hello Mitch I'am teacher from Indonesia Please make tutorial to make simple timetable with flutter Respect and much love ❤
@lilshaunpicanto
@lilshaunpicanto Год назад
What about if I wanna change it manually without changing the system settings. Like if I wanted a toggle light or dark mode
@createdbykoko
@createdbykoko Год назад
I should've included that in the tutorial. But here's quickly how to do it: The setup in the video will automatically switch themes based on the system's theme. To allow users to manually switch between light and dark themes from within the app, you'll need to do a bit more work. 1. You might want to create a ThemeProvider which extends ChangeNotifier: class ThemeProvider with ChangeNotifier { bool _isDarkMode = false; bool get isDarkMode => _isDarkMode; void toggleTheme() { _isDarkMode = !_isDarkMode; notifyListeners(); } } 2. And then provide this ThemeProvider above your MaterialApp: return ChangeNotifierProvider( create: (_) => ThemeProvider(), child: Consumer( builder: (context, themeProvider, child) => MaterialApp( theme: lightTheme, darkTheme: darkTheme, themeMode: themeProvider.isDarkMode ? ThemeMode.dark : ThemeMode.light, home: MyApp(), ), ), ); 3. Now, anywhere in your app, you can toggle between dark and light theme: context.read().toggleTheme(); ✌🏾hope this helps
@lilshaunpicanto
@lilshaunpicanto Год назад
@@createdbykoko Thank you 🙏 appreciate it
@lumiplex404
@lumiplex404 Год назад
@@createdbykoko is there a way to do that using riverpod's state management ? I am currently using provider scope over the materialapp that's why asking
@SharyDev
@SharyDev Год назад
Sir please make a full chat app using firebase as backend and your tutorial is awesomes
@TheAbhidugar
@TheAbhidugar 2 месяца назад
Hey, if I want different colors in dark/light theme for the 'like' button, how can I do that?
@Ziemecki
@Ziemecki Год назад
Do you have any video about how to add adds in the app and get paid?
@AhmedMezu
@AhmedMezu Год назад
sweet so far so good ;D
@JasperPauwels
@JasperPauwels Год назад
Do you think you could do a video about Firestore and just go over all kinds of different things you can do with databases? One of the things I think about is disappearing messages, that's something that could be implemented in this app.
@JasperPauwels
@JasperPauwels Год назад
Oh, and while you would be going over a feature like that, showing the possibilities of disappearing messages/images/posts after 24 hours or at like 12am every day would be interesting too. I'd love to see how to incorporate that in this app.
@Icanox
@Icanox Год назад
bro will it save when you close app and enter again
@createdbykoko
@createdbykoko Год назад
yes it will change according to the system setting on the device
@Hajisarwarr
@Hajisarwarr Год назад
You are the best😊
@icoweb500
@icoweb500 Год назад
nice
@connectSanjayMali
@connectSanjayMali Год назад
Hey Mitch!, Hey something like mobile and web dev portfolio.
@sharjeel_mazhar
@sharjeel_mazhar Год назад
how to add theme for text? so that the entire app text color changes to whatever we set in light/dark mode, i am talking about Text() widget
@doulaeiiminc7430
@doulaeiiminc7430 Год назад
Under thr theme data, there is a textTheme variable that takes a TextTheme Class
@mohamedgamal-m6m
@mohamedgamal-m6m Год назад
how can i presist the theme with provider to get the dark mode on restarting the application ?
@BrYarDJ
@BrYarDJ Год назад
work for navigation new screen, new screen ?
@herverenard8805
@herverenard8805 Год назад
how do you do your illustrations?
@m7md_2009-i
@m7md_2009-i Год назад
I hope you start working on android studio, because most of those working on flutter are working on android studio, not visual studio.🥰❤
@lukassimon8324
@lukassimon8324 Год назад
Incorrect sir, vast majority of flutter developers use VS Code as it is generally better for development and is also being s lot more light weight.
@herverenard8805
@herverenard8805 Год назад
how do you do your illustrations?
@lumiplex404
@lumiplex404 Год назад
he already said , he uses rotato
Далее
LIGHT ☀️🌘 DARK mode • Flutter Tutorial📱
8:09
Мои РОДИТЕЛИ - БОТАНЫ !
31:36
Просмотров 428 тыс.
Mcdonalds cups and ball trick 🤯🥤 #shorts
00:25
Просмотров 403 тыс.
💬📱 Chat App • Flutter Masterclass
1:34:30
Просмотров 27 тыс.
10x Your Speed With Flutter
8:04
Просмотров 52 тыс.
ThemeExtensions | Decoding Flutter
6:13
Просмотров 57 тыс.
📱DOPE Introduction Screens • Flutter Tutorial ♡
12:08
No Code App Development is a Trap
9:31
Просмотров 262 тыс.
#Google Flutter - Theme Extensions
13:36
Просмотров 3,2 тыс.
Мои РОДИТЕЛИ - БОТАНЫ !
31:36
Просмотров 428 тыс.