Flutter Styles and Themes - Explained | Flutter Widgets Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 41

  • @wscubetech
    @wscubetech  2 года назад +7

    😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.
    👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course
    👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/RUclips-WsCubeTech

  • @kgfrider-io2lu
    @kgfrider-io2lu Год назад +3

    salute sir
    Best explanation on youtube
    best app development teacher in jodhpur

  • @Astronomia.Gaming
    @Astronomia.Gaming Год назад +10

    Sir , Bhot maza aa rhi hi aapse flutter seekhne me !!!!

    • @coding1818
      @coding1818 Год назад +1

      Sikh gaye kya bhai 😅

    • @talktotaste
      @talktotaste 7 месяцев назад

      MAIN❤ BHI FLUTTER JANTA HON

  • @vishalmakam7291
    @vishalmakam7291 Год назад +3

    Nice explanation bro, thank you for creating such videos to help learners....

  • @technicalbrothermanish8275
    @technicalbrothermanish8275 Год назад +2

    bahot badiya sir thanks for this tutorial i realy need this type of course

  • @bobhero7
    @bobhero7 2 года назад +4

    Thank you sir!

  • @bawagrafix
    @bawagrafix 3 месяца назад

    I think one should define everything in util.dart, practically an app has almost same thing, specifically it is just confusion not required at all, means to overide what is defined earlier is better choice

  • @Astronomia.Gaming
    @Astronomia.Gaming Год назад +1

    It's look like unique id !!! Concepts!!!!!

  • @neelmodi2812
    @neelmodi2812 2 года назад +2

    Very nice keep it up your series

  • @Divinesongswithme
    @Divinesongswithme 2 года назад +2

    👍nice information

  • @flutterdevfarm
    @flutterdevfarm 2 года назад

    Sir, what if we want to keep some extra attributes which is not inside our function? Can we extend it using the same .copywith() func.?

  • @usamaali7825
    @usamaali7825 Год назад +2

    Make video on payment method please in flutter🙏?

  • @gamesden8021
    @gamesden8021 Год назад

    sir subtitle text or heading dono alag alag hain kiya? yeah same chiz hai bs fontsize small hai
    plzz reply

  • @fosterdigitalsolutionssmcp9496
    @fosterdigitalsolutionssmcp9496 Год назад +1

    Level

  • @Nofankar
    @Nofankar 2 года назад +1

    Sir koi online earning k laya video bano plz full details ma or ya Web Real ho

  • @farhanullah1080
    @farhanullah1080 Год назад +4

    The argument type 'TextStyle' can't be assigned to the parameter type 'TextStyle?'. why this problem occurs plz anyone

    • @bawagrafix
      @bawagrafix 3 месяца назад

      same here, have you got any solution, I have thoroughly checked everything, but stuck here

  • @gauravkumar-bs3pf
    @gauravkumar-bs3pf Год назад +3

    Sir, this textTheme: TextTheme(headline1, subtitle1) is deprecated and not working. what can I use instead? please help me.

  • @faheemuddin7182
    @faheemuddin7182 7 месяцев назад +2

    UPDATE: TextTheme write this code as old one is depricated
    textTheme: TextTheme(
    displayLarge: TextStyle(fontSize: 21, fontWeight: FontWeight.bold),
    titleMedium: TextStyle(fontSize: 11, fontWeight: FontWeight.w500)
    )

    • @ayushsrivastava1095
      @ayushsrivastava1095 5 месяцев назад

      how to use multiple headline and subtitle?

    • @primekesinfoware9127
      @primekesinfoware9127 24 дня назад

      @@ayushsrivastava1095 simple dart hack...! enclose the text with three inverted comas.. Example : const Text("""1.Yaado Nahin Keya Keya Dekha Tha
      2.Parakh Na Moth..
      3.Koi Dur Jaab Din""", ),

  • @peeyushsachan2591
    @peeyushsachan2591 5 месяцев назад +1

    headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre.

    • @bawagrafix
      @bawagrafix 3 месяца назад

      headlinesmall, headlinelarge , headlinemedium are used now

  • @mdnajrul8739
    @mdnajrul8739 2 года назад +1

    🙏🙏🙏🙏

  • @paprighosh6063
    @paprighosh6063 8 месяцев назад

    Sir in my case themedata is not working?
    Please sir help

  • @kbcreati0n222
    @kbcreati0n222 2 года назад

    Bhai termux Mai metasploit se kisi ka gallery kaise dekh sakte hai

  • @pranayjha473
    @pranayjha473 Год назад

    The argument type 'TextStyle' can't be assigned to the parameter type 'TextStyle?'. why this problem occurs plz anyone

    • @himanshukushwaha5064
      @himanshukushwaha5064 Год назад

      same here

    • @pranayjha473
      @pranayjha473 Год назад

      @@himanshukushwaha5064 i know the ans now

    • @wajahatzafar22
      @wajahatzafar22 9 месяцев назад +1

      In ui_helper the dart file which we created import that one library
      import 'package:flutter/material.dart';

    • @bawagrafix
      @bawagrafix 3 месяца назад

      @@wajahatzafar22 thanks a lot for your solution here, great and worked for me