dependencies are packages that are included in your app during compilation while dev_dependencies are packages that you use during developing your app and these are not included in the APK
good video quick explain about freezed 🔥, hai dbestech thanks for the answer my previous question abaout state management, now i want to ask abaout local storage, what should i use like hive or getx_storage or spref?
You're the best youtuber in Flutter! god bless you
You are most welcome. Like and share
we can use json to dart plugin (android studio plugin). is there any diffence?. It is very easy I don't know why people are mad for freezed package
Its pronounced "free zed" similar to the term "frozen". BTW excellent tuts! Keep it up!
Cool, thanks
Hello, May I ask which architecture do you suggest for flutter development
I am comforable with mvc
@@dbestech Can you make a tutorial on MVC?
sir how to implement multiple filters,like myntra app, you can select gender,brand,price range,like all that for products
Not sure, but try Dropdown Search package
Am also making a same app, can we connect together
@@sauv1k I am also preparing and finding materials for filtering data from the backend, If you have some basic tips what to do, I would appreciate it.
Can we connect on Telegram?
I will make a video on multi filter
what is thedifrent between dependencies and dev_dependencies in yaml file ?
dependencies are packages that are included in your app during compilation while dev_dependencies are packages that you use during developing your app and these are not included in the APK
good video quick explain about freezed 🔥, hai dbestech thanks for the answer my previous question abaout state management, now i want to ask abaout local storage, what should i use like hive or getx_storage or spref?
So far I have used getx_storage and shared preferences. I love both
nice
Thanks
sir i have a problem. in the case of page quran. i have data in column with list view. how to make paragraph
Just combine them together as string. add them as strings and then save in a variable.
@@dbestech thanks for answer i will try
@@dbestech I have tried but it doesn't work sir
@@dbestech help correct sir
ListView.builder(
itemCount: (dataMapPerPage["verses"] as List).length,
itemBuilder: (context, index) {
if ((dataMapPerPage["verses"] as List).length == 0) {
return Center(child: CircularProgressIndicator());
}
Map ayat = dataMapPerPage["verses"][index];
detail.DetailSurah surah = ayat["surah"];
detail.Verse verse = ayat["ayat"];
List ayatJoin = ["aa", "bb", "cc"];
final ayatParagraf = ayatJoin.join();
return Column(
children: [Row(
children: [
Container(
padding: EdgeInsets.symmetric(horizontal: 10),
child:Text("${ayatParagraf}")
),
],
)
Sir plz make detailed video on freezed
will try
Wa alikum salam
It's pronounced like FREEZD
Thanks
Free z der is how u pronounced it
ok thanks
Best use chat gpt now.😅
how are you learning now?
@@dbestech means?
Arround 2 hours Video
will try