Flutter Themes Crash Course

Поділитися
Вставка
  • Опубліковано 15 кві 2021
  • 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/Bobleyl/flutter_th...
    ✅ Discord: / discord
    ✅ Twitter: / bleyldev
    ✅ Facebook: / bleyldev
    ✅ Medium: / bleyldev
    ✅ The Flutter Shop: teespring.com/stores/the-flut...
    I’m also big on investing, claim an extra free stock with WeBull using my referral link: act.webull.com/it/mOtwzHKUYf2...
    #flutter #flutterdev #theming
  • Наука та технологія

КОМЕНТАРІ • 30

  • @itsahmed-dev
    @itsahmed-dev Рік тому +1

    Toggling light/dark theme without any third-party state management. That's pretty cool. I keep coming back to this tutorial for this reason.

  • @user-pz6tc5mo5l
    @user-pz6tc5mo5l 2 роки тому +2

    It is really good! This helped me to get a concept of themes. Thank you!

  • @sametsahin10
    @sametsahin10 3 роки тому +3

    Pretty good explanation. Thanks. Would love to see more tutorials from you. ✌🏻

    • @BleylDev
      @BleylDev  3 роки тому

      I appreciate that! Thanks Samet!

  • @increasedw
    @increasedw Рік тому +1

    Thanks. Enjoyed this tutorial.

  • @collinsbrobbey2132
    @collinsbrobbey2132 2 роки тому

    Perfectly delivered. Thanks

  • @barziyassin1
    @barziyassin1 Рік тому

    Thanku for the great job Bleyl, worked successfully.

  • @nikhilvashisht2810222
    @nikhilvashisht2810222 2 роки тому +1

    Helped me alot. Thanks!

  • @skeptical7188
    @skeptical7188 3 роки тому +3

    Very helpful thanks

  • @creativityLabs
    @creativityLabs 3 роки тому +1

    Awesome. Thanks.

  • @sroDrakso
    @sroDrakso 2 роки тому +1

    Thanks!

  • @moazelsawaf2000
    @moazelsawaf2000 3 роки тому +1

    Thanks ❤

  • @aaronsoto5711
    @aaronsoto5711 3 роки тому +1

    Simple and awesome

  • @user-zs9wl5ie5f
    @user-zs9wl5ie5f 3 роки тому +1

    thanks a lot ! Can I change the color of the container's box decoration border by theme?

  • @taosif7
    @taosif7 2 роки тому

    What's more efficient, doing it with (valuelistenablebuilder and stateless widget) or with (setState and stateful widget)?

  • @anthonyviniciusdossantosmu3062
    @anthonyviniciusdossantosmu3062 2 роки тому

    But all my states are remade when the theme is updated, how do I avoid that?

  • @codeopold8241
    @codeopold8241 2 роки тому

    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?

  • @giannifed
    @giannifed 2 роки тому

    thank you

  •  3 роки тому +1

    Thanks for the clear video! What editor are you using? Thanks!

  • @marco_di
    @marco_di 2 роки тому +1

    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?

    • @BleylDev
      @BleylDev  2 роки тому +3

      Store a value either locally or attached to the user and place some logic to check that value and set theme on app startup

  • @fluttersteps
    @fluttersteps 2 роки тому

    i like it code size bro realy my laptop is 1000 pixel but i can see your code thank you.

  • @reenoindo
    @reenoindo 3 роки тому

    How can I use it if I'm using stateless ?

    • @onyarianto1823
      @onyarianto1823 3 роки тому

      u can use future builder maybe.

    • @marflage
      @marflage 3 роки тому +1

      You could use any state management solution, e.g Provider, GetX, etc.

  • @blessingajala4670
    @blessingajala4670 2 роки тому

    I love you..lol

  • @armagangok5257
    @armagangok5257 2 роки тому

    provider version is more important to be honest