Flutter Themes Crash Course
ฝัง
- เผยแพร่เมื่อ 5 ธ.ค. 2024
- This tutorial goes through how to setup and use custom themes in Flutter. We cover how to set default styling, call on the custom app theme color pallet, and more.
If you have any questions or are needing help with your Flutter project, join the Bleyl Dev discord and connect with other Flutter developers to help answer your questions!
Source Code: github.com/Bob...
✅ Discord: / discord
✅ Twitter: / bleyldev
✅ Facebook: / bleyldev
✅ Medium: / bleyldev
✅ The Flutter Shop: teespring.com/...
I’m also big on investing, claim an extra free stock with WeBull using my referral link: act.webull.com...
#flutter #flutterdev #theming - วิทยาศาสตร์และเทคโนโลยี
Toggling light/dark theme without any third-party state management. That's pretty cool. I keep coming back to this tutorial for this reason.
It is really good! This helped me to get a concept of themes. Thank you!
Thanks. Enjoyed this tutorial.
Thanku for the great job Bleyl, worked successfully.
Pretty good explanation. Thanks. Would love to see more tutorials from you. ✌🏻
I appreciate that! Thanks Samet!
Helped me alot. Thanks!
Very helpful thanks
Perfectly delivered. Thanks
thanks a lot ! Can I change the color of the container's box decoration border by theme?
Thanks!
No problem!
Awesome. Thanks.
Very well explained ... how can you save the last theme setting so that the app doesn't go back to the dark theme after a restart?
Store a value either locally or attached to the user and place some logic to check that value and set theme on app startup
Thanks ❤
Simple and awesome
How can I save the state if it's dark or lught Mode so that it doesnt reset to default if i restart the app? For expample using Shared Preferences. Can sombod tell me how to implement it?
But all my states are remade when the theme is updated, how do I avoid that?
Thanks for the clear video! What editor are you using? Thanks!
VSCode
What's more efficient, doing it with (valuelistenablebuilder and stateless widget) or with (setState and stateful widget)?
thank you
How can I use it if I'm using stateless ?
u can use future builder maybe.
You could use any state management solution, e.g Provider, GetX, etc.
i like it code size bro realy my laptop is 1000 pixel but i can see your code thank you.
I love you..lol
provider version is more important to be honest