Тёмный
Bytx
Bytx
Bytx
Подписаться
Hello everyone, welcome to my channel!

Here i will be uploading videos, hope you like it!
Easy Text to Speech in Flutter!
2:00
Год назад
Live Weather App UI in Flutter!
5:42
Год назад
Комментарии
@xenrah4281
@xenrah4281 4 дня назад
Can I earn from unity ads without publishing to the play store?
@nino380
@nino380 7 дней назад
after doing all steps, it still displays me an error
@architadubey1522
@architadubey1522 20 дней назад
please add a part where we generate a QR code , and upon scanning that QR code the attendance will be noted
@StarrLeredo
@StarrLeredo 24 дня назад
When I switch from VGA to SVGA (+3d accel) for some reason it automatically sets it back to VGA
@beltaiefeyaa5992
@beltaiefeyaa5992 27 дней назад
I have this problem several times . Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.
@AapliPublic
@AapliPublic 28 дней назад
Hey this should Work with inappwebview
@vALANrant
@vALANrant Месяц назад
where is the ios id?
@abhaykevat3997
@abhaykevat3997 Месяц назад
pls provide source code
@carsasthetics
@carsasthetics Месяц назад
Although i follow your videos but i think that little easy & an Alternate method is String cText = "Slide to Check In"; String cDate = ""; String cOutDate = ""; bool _isCheckedIn = false; final FirebaseFirestore _firestore = FirebaseFirestore.instance; final GlobalKey<SlideActionState> _slideKey = GlobalKey(); Future<void> _storeAttendanceData(String action) async { String date = DateFormat('dd MMMM yyyy').format(DateTime.now()); String time = DateFormat('hh:mm a').format(DateTime.now()); String day = DateFormat('EEEE').format(DateTime.now()); String username = Users.userName; // Assuming you have a Users class with userName await _firestore.collection('attendance').add({ 'username': username, 'date': date, 'time': time, 'day': day, 'action': action, }); } and the SlideAction Code onSubmit: () async { setState(() { if (!_isCheckedIn) { cDate = DateFormat('hh:mm a').format(DateTime.now()); _isCheckedIn = true; cText = "Slide to Check Out"; _storeAttendanceData("Check In"); } else { cOutDate = DateFormat('hh:mm a').format(DateTime.now()); _isCheckedIn = false; cText = "Slide to Check In"; _storeAttendanceData("Check Out"); } }); // Reset the SlideAction widget after submission await Future.delayed(Duration(seconds: 1)); _slideKey.currentState?.reset(); },
@sammyjokes9613
@sammyjokes9613 Месяц назад
Been awhile man. Where have you been
@WasifSadiq-m4y
@WasifSadiq-m4y Месяц назад
How to change the voice of a female to male?
@polopolopopo
@polopolopopo Месяц назад
no such file or directory i get
@kamalsahu8944
@kamalsahu8944 Месяц назад
How can we upload unit8list image to firestore
@tarunhasija
@tarunhasija Месяц назад
can you please provide the source code or github link
@jsequeira1973
@jsequeira1973 Месяц назад
thanks...👍
@AkankshaGupta-kh8zb
@AkankshaGupta-kh8zb 2 месяца назад
How can we apply visibility in only password
@kartikugale2994
@kartikugale2994 2 месяца назад
bro can you give the source code of this attendance app
@iyax2448
@iyax2448 2 месяца назад
thanks for this tutorial. If i want to add 'forcastday' to Weather() json: Map['']. please how can i do that. Given that the 'Forcast' has a List instead of "key" : "value"
@simran3924
@simran3924 2 месяца назад
You saved me i cannot thank you enough at at this point
@Born2pooForced2wipe
@Born2pooForced2wipe 2 месяца назад
It worked for my Catalina for a while, then It suddenly broke.
@robloxstuff123
@robloxstuff123 2 месяца назад
Can you do a tutorial on macos 10.7?
@guillemrovira9367
@guillemrovira9367 3 месяца назад
The screen resolution dosen’t change. How i can fix that?
@Arcendium
@Arcendium 3 месяца назад
Can i skip making login and go to next video
@AhmadRifai-ey4uo
@AhmadRifai-ey4uo 3 месяца назад
googling.... and finally i found it. I prefer new version than upgrader.. And your customization box alert is awesome. thx very much
@HUMBERAH
@HUMBERAH 3 месяца назад
we breaking the terms of service w/ this one ❤‍🔥❤‍🔥❤‍🔥❤‍🔥
@hamdaaziz0
@hamdaaziz0 3 месяца назад
Code?
@giregigi12
@giregigi12 3 месяца назад
can help me create firebase in the employee section to create a record
@StromDart
@StromDart 3 месяца назад
Thank you my friend.
@krystlertabinas3151
@krystlertabinas3151 4 месяца назад
how about getting the number by just clicking the stars? isntead of textformfield and button?
@humbletata
@humbletata 4 месяца назад
sir pls QuerySnapshot and FirebaseFirestore are given me errors
@TechHackerTamilOfficial
@TechHackerTamilOfficial 5 месяцев назад
What chipset should i keep to get optimal performance
@HUMBERAH
@HUMBERAH 3 месяца назад
ICH9, It's the only chipset that macOS supports.
@humbletata
@humbletata 5 месяцев назад
sir please how do i get the font
@yassirrahhil
@yassirrahhil 3 месяца назад
up
@eshubutt8878
@eshubutt8878 5 месяцев назад
Source code?
@kisumudigest3838
@kisumudigest3838 5 месяцев назад
If I encrypt a file to firestore and forget the password how do I regain access.
@kavitasoni4947
@kavitasoni4947 5 месяцев назад
Impressive 🎉
@maghsoodhassanzadeh4827
@maghsoodhassanzadeh4827 5 месяцев назад
Thanks but you could make it a little bit zoomed! really nonsense
@homeofgame2984
@homeofgame2984 5 месяцев назад
is that enough ???
@sarthakrungta7669
@sarthakrungta7669 5 месяцев назад
How do you get image information (such as name)?
@shashankmax918
@shashankmax918 5 месяцев назад
thanks
@rockykgf1383
@rockykgf1383 6 месяцев назад
how to make it full screen or any window size
@Game2Fame1
@Game2Fame1 6 месяцев назад
fuck that music off mate
@arfa4749
@arfa4749 6 месяцев назад
where can i find the source code
@otetdotdmg
@otetdotdmg 6 месяцев назад
now my mac is doin kernel panic ;D
@jack_lion
@jack_lion 6 месяцев назад
I have been using this method for a few months now but I recently realized that by allowing any non-authenticated person to query your apps firestore docs for a username it also means that its possible to read any data from any document in firetore. I'm sure that it would be rather tough to hack into ones database without the API keys and all that but I'm personally torn on this method and can't decide if I would consider it insecure. Curious what your thoughts are on this!
@mumia_kujo
@mumia_kujo 6 месяцев назад
does it work on high sierra?
@KLTRROfficial
@KLTRROfficial 5 дней назад
not for me
@NDemanuele1
@NDemanuele1 7 месяцев назад
Where do I find guest additions for 6.1.50 for Mac? Can't seem to find it. Please advise. Thanks
@Hussein-nz4is
@Hussein-nz4is 7 месяцев назад
Thanks brother
@SaichakradharKondeti
@SaichakradharKondeti 7 месяцев назад
but it is soo good
@SaichakradharKondeti
@SaichakradharKondeti 7 месяцев назад
bro i got this error what to do it is not working in android Launching lib\main.dart on moto g54 5G in debug mode... Running Gradle task 'assembleDebug'... Error: unable to locate asset entry in pubspec.yaml: "assets/fonts/Montserrat-Regular.ttf". Target debug_android_application failed: Exception: Failed to bundle asset files. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command 'C:\Users\Chakradhar\OneDrive\Dokumen\flutter\bin\flutter.bat'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at help.gradle.org BUILD FAILED in 25s Exception: Gradle task assembleDebug failed with exit code 1
@zokirsadiyev3180
@zokirsadiyev3180 7 месяцев назад
Thanks useful video!