If you find this video useful, consider Following me on: 👉 Twitter: twitter.com/theretroportal 👉 Medium: retroportalstudio.medium.com 👉 GitHub: github.com/retroportalstudio 👉 Instagram: instagram.com/retroportalstudio 👉 Patreon: www.buymeacoffee.com/theretroportal
@mruduladdipalli54173 жыл бұрын
Great, you have covered most important topic which is neccessary for everyone, I used to do inline theming for first flutter app which has lite and dark theme, and 20% code was for themeing, :)
@RetroPortalStudio3 жыл бұрын
Glad it was helpful! 😀
@MrVipulLal Жыл бұрын
Clearly explained. Great tutorial. Many thanks
@ZeljkoRacki-wy7tc Жыл бұрын
Hvala!
@yohannbelhassen4139 Жыл бұрын
Thanks for the tuto Another thing for everyone to know, there is a transition in the textTheme, when you go an error, it may be because of the mix in the set of attribute. Some are frome 2018 and some from 2021 (headline1 from 2018 headlineLarge from 2021) don't mix them up else you got an error
@ejasackey Жыл бұрын
I like the exactitude! straight to the point, Thank you.
@TheJaniable2 жыл бұрын
Hey, could you make a video on the new updated theming system in Material 3? Things like using color scheme, seed color, etc.
@lindermannla3 жыл бұрын
Excellent tutorial. Congratulations!
@ferrynatanwibisono5362 жыл бұрын
Thank you for the tutorial, Awesome!
@TechBuddy_3 жыл бұрын
hey just a side note we can use animated builder around the material app to listen to the change notifier which is much more simple and easy (edit) video was awesome btw
@RetroPortalStudio3 жыл бұрын
Thank you, and yes Sure you can 😁 It is even described somewhere in the documentation i remember 😅
@TechBuddy_3 жыл бұрын
@@RetroPortalStudio wait is it really in the docs cuz ive never seen that before also we can combine it with a service locator to get a wonderful state management solution
@RetroPortalStudio3 жыл бұрын
@@TechBuddy_ i am looking for it 😅 i read it somewhere
@TechBuddy_3 жыл бұрын
@@RetroPortalStudio or just make a video on it so others can benefit from it too instead of it being somewhere deep in the docs where no-one can find it
@TechBuddy_3 жыл бұрын
@@RetroPortalStudio hey I found it it's in the new app sample thingy
@coding-gg9fu3 ай бұрын
Amazing video. Useful info all the way.
@kahanx102 жыл бұрын
Made life clear, thanks a lot!
@markh17912 жыл бұрын
This is great - very informative and clear. Thanks!
@marlon40082 жыл бұрын
Thank you bro for making these videos.
@gopinathp49532 жыл бұрын
Question : What if we are creating a custom button using { Material, inkwell,container, Text and icon widgets...} We have to give the background and button color and that color should be depend on the theme data. When we change the theme globally the cusbutton color also should change like elevated button????
@henkiespenkie44143 жыл бұрын
exactly what i needed
@wayandanyaeleco49692 жыл бұрын
thank you . please upload more video
@deepikarao25932 жыл бұрын
If I move the MyHomeScreen widget to another page, the theme does not toggle, but if it is in the same page as the main function and the MaterialApp it works.
@MoisesConejo2 жыл бұрын
6:16 what kind of magic you use to transform a Stateles Widget in to a Stateful widget in an snap of a finger?
@andreisas16212 жыл бұрын
right click on stateless, click refactor, click convert to stateful widget, done
@adeemmmm Жыл бұрын
You had me laughing by saying magic
@MoisesConejo Жыл бұрын
@@andreisas1621 thanks!
@md.ruhulamin79633 жыл бұрын
Thank you sir. Very helpful video.
@RiccardoGabellone3 жыл бұрын
best ever!!! 💪
@bulsond Жыл бұрын
Thanks🥰
@anonymousghost5384 Жыл бұрын
That's nice but i have trouble moving setting bar o another folder when I'm instanciating a new instance theme doesn't change
@davidtantz Жыл бұрын
Cool!
@sat_talk3 жыл бұрын
Awesome video bro. can you give details of the style of your mouse cursor ?. How can I use such a nice mouse cursor?
@RetroPortalStudio3 жыл бұрын
This is post production magic 😅
@RafaelCapati3 жыл бұрын
primaryColor din't changed appbar color for me. Flutter 2.5.3.
@idlevandal693 жыл бұрын
Same for me. Also running 2.5.3
@RafaelCapati3 жыл бұрын
@@idlevandal69 The new way is using color scheme.
@APhatPanda Жыл бұрын
for anyone running into this problem when trying to use primaryColor at 7:56, try using colorSchemeSeed instead: colorSchemeSeed: COLOR_PRIMARY also, its not good practice to use all caps and underscores for constant names e.g. const COLOR_PRIMARY. It is better practice to use LowerCamelCase e.g. const colorPrimary =
@MohammedNaji-l2k2 жыл бұрын
Awesome
@TomTomDam2 жыл бұрын
Hi, I want to use DropdownButton instead of a Switch to change the theme. What parameter do I use for the onChanged function in DropdownButton?
@TheAbhidugar4 ай бұрын
What if there is a container and I need to set custom color for dark/light theme in it, how to do that?
@samo92mx Жыл бұрын
with vs extends "changeNotifier" which is better?
@ibrahimabushouk29702 жыл бұрын
U BEST!!!
@hassanamjadyousafzai66103 жыл бұрын
I've done the whole code correctly, everything is fine, I've checked it several times, but theme of the app is not changing, kindly guide me a little.
@tomschfr18512 жыл бұрын
Did you find a solution, today a got the same problem. Thanks!
@jyothishkoladath1907 Жыл бұрын
Me too
@ccu28 Жыл бұрын
@@jyothishkoladath1907 i think i solved it, check my answer.
@slowDev.1 Жыл бұрын
please make a video that explains Text Theme plz plz
@fadlydestrianarusmana10762 жыл бұрын
Great video
@masishta3 жыл бұрын
Didn't accentColor deprecated?
@acornerofherheart-jr9pl4 ай бұрын
sir when the default white screen loads the status abr is black and font there is white how to change that status bar? in my app i hve set desired color status bar but when it loads the default splash white screen has the status bar which is not of my desired color? how to change? on app pages it is okay but not on default splash i m able to apply
@muhammadtalhaakbar826 Жыл бұрын
My HomePage is not in the same file, and I have used ThemeManager instance there as well, and it is not working.
@michealgabriel14372 жыл бұрын
Hi can this process work for flutter v2.2 and above
@pipaliyaashish48323 жыл бұрын
Any theme generator in mind ? Color combination ka idea nhi aata. Sare apps black & white theme ka banata hu. Sed lyf
@RetroPortalStudio3 жыл бұрын
coolors.co/ Check this out!
@afriquemodel23753 ай бұрын
I want.to fecht image profil in the rest page of API
@kamranprograming674 Жыл бұрын
Bro what if the the _themeManager is not in same file how I can use in another file create new instance ?
@john__0 Жыл бұрын
use any state management of your choice
@diyorxalloqov Жыл бұрын
thanks
@skvc4683 жыл бұрын
System theme is missing
@puriwatw.13232 жыл бұрын
Do I have to write TextTheme _textTheme = Theme.of(context).textTheme; in every files?
@putrabahriantararamadhan69702 жыл бұрын
@@jan-ericsanker9411 how?
@anupambd949 ай бұрын
Not working. Can you help?
@ManojKumar-iu3zh3 жыл бұрын
Yo bro can i get job learning flutter
@RetroPortalStudio3 жыл бұрын
Yes you can, twitter community is quite active.
@faheemahmadofficial77013 жыл бұрын
Please install windows 11
@somdey76042 жыл бұрын
nah...i'm not giving any theme in here
@mohammadsalah716 Жыл бұрын
Why you are in a hurry?! You are not trying to deliver a solution you are teaching