Flutter Styles and Themes - Explained | Flutter Widgets Tutorial

Поділитися
Вставка
  • Опубліковано 25 лис 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/UA-cam-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 8 місяців тому

      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!

  • @faheemuddin7182
    @faheemuddin7182 9 місяців тому +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 6 місяців тому

      how to use multiple headline and subtitle?

    • @primekesinfoware9127
      @primekesinfoware9127 Місяць тому

      @@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""", ),

  • @neelmodi2812
    @neelmodi2812 2 роки тому +2

    Very nice keep it up your series

  • @Astronomia.Gaming
    @Astronomia.Gaming Рік тому +1

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

  • @bawagrafix
    @bawagrafix 4 місяці тому

    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

  • @Divinesongswithme
    @Divinesongswithme 2 роки тому +2

    👍nice information

  • @usamaali7825
    @usamaali7825 Рік тому +2

    Make video on payment method please in flutter🙏?

  • @fosterdigitalsolutionssmcp9496

    Level

  • @peeyushsachan2591
    @peeyushsachan2591 6 місяців тому +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 4 місяці тому

      headlinesmall, headlinelarge , headlinemedium are used now

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

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

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

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

  • @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.?

  • @farhanullah1080
    @farhanullah1080 Рік тому +4

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

    • @bawagrafix
      @bawagrafix 4 місяці тому

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

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

    🙏🙏🙏🙏

  • @gauravkumar-bs3pf
    @gauravkumar-bs3pf Рік тому +3

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

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

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

  • @paprighosh6063
    @paprighosh6063 9 місяців тому

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

  • @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 10 місяців тому +1

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

    • @bawagrafix
      @bawagrafix 4 місяці тому

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