😎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
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 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""", ),
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
😎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
salute sir
Best explanation on youtube
best app development teacher in jodhpur
Sir , Bhot maza aa rhi hi aapse flutter seekhne me !!!!
Sikh gaye kya bhai 😅
MAIN❤ BHI FLUTTER JANTA HON
Nice explanation bro, thank you for creating such videos to help learners....
bahot badiya sir thanks for this tutorial i realy need this type of course
Thank you sir!
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)
)
how to use multiple headline and subtitle?
@@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""", ),
Very nice keep it up your series
It's look like unique id !!! Concepts!!!!!
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
👍nice information
Make video on payment method please in flutter🙏?
Level
headline1' is deprecated and shouldn't be used. Use displayLarge instead. This feature was deprecated after v3.1.0-0.0.pre.
headlinesmall, headlinelarge , headlinemedium are used now
Sir koi online earning k laya video bano plz full details ma or ya Web Real ho
sir subtitle text or heading dono alag alag hain kiya? yeah same chiz hai bs fontsize small hai
plzz reply
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.?
The argument type 'TextStyle' can't be assigned to the parameter type 'TextStyle?'. why this problem occurs plz anyone
same here, have you got any solution, I have thoroughly checked everything, but stuck here
🙏🙏🙏🙏
Sir, this textTheme: TextTheme(headline1, subtitle1) is deprecated and not working. what can I use instead? please help me.
same issue
same isssue
displaylarge, displaysmall, displaymedium use karo
use "headlineLarge" instead of "headline 1" and use "labellarge" instead of "subtitle"
Bhai termux Mai metasploit se kisi ka gallery kaise dekh sakte hai
gadhe
Sir in my case themedata is not working?
Please sir help
same issue @wscubetech
The argument type 'TextStyle' can't be assigned to the parameter type 'TextStyle?'. why this problem occurs plz anyone
same here
@@himanshukushwaha5064 i know the ans now
In ui_helper the dart file which we created import that one library
import 'package:flutter/material.dart';
@@wajahatzafar22 thanks a lot for your solution here, great and worked for me