Flutter Dynamic Theme Change | Local Push Notification | Get Storage | Beginners App iOS | Android

preview_player
Показать описание
You will learn how to use flutter local push notifications with dynamic theme change with flutter get storage for iOS and Android for beginners with step by step, this tutorial is made for beginners. We will use local push notifications with flutter dark theme and light theme mode changes. These theme mode change would be saved in Get Storage Package with scheduled notification.

Visit the link to get code snippet for iOS and Android settings

Check out second part
Check out third part

Get the complete code from here flutter 3.4 version

Pay me $0.99 on youtube if you liked my contribution

Follow me on

Since it's beginners iOS and Android tutorial, we will cover how to use
1. flutter get storage package
2. flutter local notification package
3. flutter scheduled notification with zoned notification
4. flutter getx package
5. flutter dynamic theme change
6. flutter light theme mode
7. flutter dark theme mode change
8. save the theme mode in flutter storage
9. changing between light and dark mode dynamically
10. flutter scheduled notifications for ios and android

Follow me on twitter
Follow me on facebook
Рекомендации по теме
Комментарии
Автор

The depth your explanations is stunning.

kahanx
Автор

Woah I love this already! It is so beautiful! You are the best at Flutter

JerrysTechCorner
Автор

Please make more full app videos, you are best teacher i have ever seen!

mracipayam
Автор

I am really fall in love this channel.
Thanks for explanation

thihathantsin
Автор

Extremely useful
Thanks for being here
Thanks for being on YouTube
I honestly don't know how to thank you

sahartalaa
Автор

Thanks buddy u are the best. Just u can past more quickly when u telling something really basic things like theme you know. When ı was see your video duration ı thoguht this is more complicated then ı thoguht but u just spoke about theme around 30+ minutes. :D

omermustekiin
Автор

if someone has a problem in solving the issue of converting the theme from light mode to the dark mode
this is the solution :
class Themes {
static final light = ThemeData.light().copyWith(
appBarTheme:const AppBarTheme(
backgroundColor: primaryClr,
),
brightness: Brightness.light,
);

static final dark = ThemeData.dark().copyWith(
appBarTheme:const AppBarTheme(
backgroundColor: darkGreyClr,
),
brightness: Brightness.dark,
);

ahmedibrahemaboelnasr
Автор

Oh my gosh What I exactly looking for I love you dbestech

Liv_Life
Автор

I liked logic behind Theme mode ❤️ very very informative videos. Thanks for this excellent tutorial.😇

cleanbold
Автор

Too good. Loved all your tutorials and very helpful. Thanks!!!

krishu
Автор

wow i will do this app right now ! thanks bro looking really goood

MrCamdere
Автор

Loving This Channel Detailed Videos <3

dekoderz
Автор

Thank u very much 💚
i just have a small question..can i make multiple theme using getx not only (Dark/Light) i want to add more themes is that posipole with GetX

emadeldin
Автор

hello
I encountered this error when I tried to run the program, and when I delete the flutter_native_timeZone plugin, it does not give an error.
A problem occurred configuring project ':flutter_native_timezone'.
> Could not resolve all files for configuration

sinasaffar
Автор

Really good video, can I use it for my own app with a few changes?

jakobzick
Автор

Wow I hope I found this channel earlier ❤

yeonjin
Автор

the dark theme using primarycolor or primaryswitch is not working plz tell me how can i do it

ahmedibrahemaboelnasr
Автор

sir, in your blog Android InitializationSettings there is a space between this and should be like: AndroidInitializationSettings i would love to learn more from you in some advance topics

mukhut
Автор

What flutter version did you use in this video?

유현식-ky
Автор

error: Too many positional arguments: 2 expected, but 3 found.
Try removing the extra positional arguments, or specifying the name for named arguments.
solve it like everyone can point me to no

hoanganhle