Saurav Roy
Saurav Roy
  • 28
  • 10 799
Flutter Time Picker Tutorial | Flutter Widgets | Saurav Roy
In this tutorial, you’ll learn how to implement a Time Picker in Flutter. Time pickers are an essential part of many apps, allowing users to select a specific time easily. Whether you're developing a scheduling app or a reminder feature, knowing how to integrate a time picker in Flutter is crucial!
What you’ll learn:
How to create and customize a Time Picker in Flutter.
How to handle time selection in your Flutter app.
Simple and advanced configurations for Time Picker.
Practical examples with source code provided.
มุมมอง: 75

วีดีโอ

Flutter Date Picker | Saurav Roy | Date Time Picker
มุมมอง 82หลายเดือนก่อน
Looking for date picker widget in flutter ? In this Video ,you will learn how to pick a date in flutter. Flutter date picker allows user to pick a date while easily navigate between months and years. The date picker displaying in the video is created by flutter itself without using any third party packages. Watch the video for more implementation details ! Connect with me facebook : facebook.co...
[!] The shrinker may have failed to optimize the Java bytecode || Saurav Roy
มุมมอง 2272 หลายเดือนก่อน
In this video, I have tried to Solve a problem. hope you enjoy the video. Problem name : BUILD FAILED in 6m 10s [!] The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the ` no-shrink` flag to this command. To learn more, see: developer.android.com/studio/build/shrink-code Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm). To sol...
Duplicate GlobalKey detected in widget tree | Saurav Roy | Multiple widgets used the same GlobalKey.
มุมมอง 1833 หลายเดือนก่อน
In this video i tried to show how to solve when compiler gives "Duplicate GlobalKey detected in widget tree." or "Multiple widgets used the same GlobalKey". That means you are using the form widget and inside the form widget you are using same global key so that you are getting this error.In my case i used different global keys inside the form widget even that i was also getting this problem. b...
Do While | Flutter | Dart Bangla Tutorial
มุมมอง 147 หลายเดือนก่อน
Do While | Flutter | Dart Bangla Tutorial
while loop | Flutter | Dart Bangla Tutorial
มุมมอง 167 หลายเดือนก่อน
while loop | Flutter | Dart Bangla Tutorial
For loop | For Each Loop | For in Loop in Dart Bangla Tutorial 2024
มุมมอง 168 หลายเดือนก่อน
For loop | For Each Loop | For in Loop in Dart Bangla Tutorial 2024 Here i have shown to you that how to use for loop , for in loop, for each loop etc. Dart for loop tutorial Bangla, Dart programming basics Bangla, Dart forEach loop explained, for-in loop Dart Bangla, Learn Dart loops in Bangla, Dart tutorial for beginners Bangla, Looping in Dart programming, Bangla Dart programming 2024, Dart ...
ternary operator | Dart Bangla Tutorial 2024 | Flutter
มุมมอง 158 หลายเดือนก่อน
we'll explore the power and simplicity of ternary operations in Dart, an essential skill for efficient coding and clean, readable code in your Flutter projects. Perfect for the Bangladeshi audience, our tutorial makes learning fun and accessible. What You'll Learn: 📘 Basics of Dart programming 📱 Flutter app development essentials 🔍 In-depth understanding of ternary operations in Dart ✨ Tips for...
[!] Your project requires a newer version of the Kotlin Gradle plugin. || Latest change in 2024
มุมมอง 2.2K8 หลายเดือนก่อน
Build.gradle project label file is shifted to settings.gradle. This is why you have to update your kotlin version in setting.gradle. [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on kotlinlang.org/docs/releases...., then │ │ update F:\flutter project\firebase_all_example\android\build.gradle: │ │ ext.kotlin_version = 'latest-version
Switch Case | Dart Bangla Tutorial 2024| Flutter
มุมมอง 418 หลายเดือนก่อน
Unlock the power of control flow in your Dart applications with our in-depth Bangla tutorial on the Switch-Case statement! Perfect for beginners and intermediate developers alike, this video will take you through the fundamentals of using Switch-Case statements in Dart, the language behind Flutter apps. Switch-Case is a vital tool for managing multiple conditions efficiently, and mastering it i...
break and continue statement | Dart Bangla Tutorial 2024| Flutter
มุมมอง 48 หลายเดือนก่อน
Dive into the world of Dart programming with our comprehensive Bangla tutorial on mastering the 'break' and 'continue' statements! These powerful control flow mechanisms are crucial for efficiently managing loops and conditional statements in Dart, the programming language that powers Flutter apps. Whether you're a beginner looking to get a solid start or an intermediate developer aiming to ref...
If Else Statement | Dart Bangla tutorial 2024 | Flutter
มุมมอง 228 หลายเดือนก่อน
Dive into the world of Dart programming with our comprehensive Bangla tutorial on mastering if-else statements! As a cornerstone of decision-making in programming, understanding if-else statements is crucial for any aspiring software developer. This video is designed to guide beginners through the syntax and practical applications of if-else statements in Dart, the programming language that pow...
Type Test Operators | Flutter | Dart bangla Tutorial 2024 | Beginner
มุมมอง 68 หลายเดือนก่อน
Welcome to our in-depth Bangla tutorial on Type Test Operators in Dart! Dart, the programming language behind Flutter, offers powerful features for building high-quality applications. Among these features, Type Test Operators play a crucial role in ensuring that your code is type-safe and robust. In this video, we delve into the 'is' and 'as' operators in Dart, providing you with the knowledge ...
Logical Operator | Flutter | Dart Tutorial Bangla 2024
มุมมอง 78 หลายเดือนก่อน
Dive into the world of Dart programming with our comprehensive Bangla tutorial on Logical Operators! Logical operators are a cornerstone of decision-making in programming, allowing you to compare statements and determine logic flow. This video is crafted for anyone from beginners to advanced programmers eager to grasp the nuances of using logical operators in Dart. Through detailed explanations...
Assignment operator | Flutter | Dart Bangla Tutorial
มุมมอง 58 หลายเดือนก่อน
Description: Welcome to our detailed Bangla tutorial on Assignment Operators in Dart! Assignment operators are fundamental to any programming language, enabling you to assign values to variables in your code efficiently. This video is tailor-made for both beginners and seasoned programmers looking to deepen their understanding of Dart’s assignment operators. Through clear explanations and pract...
Relational operator | Flutter | Dart Bangla Tutorial
มุมมอง 138 หลายเดือนก่อน
Relational operator | Flutter | Dart Bangla Tutorial
Arithmetic Operator | Dart Bangla Tutorial | Flutter
มุมมอง 98 หลายเดือนก่อน
Arithmetic Operator | Dart Bangla Tutorial | Flutter
final and const Keywords in Dart Bangla Tuitorial
มุมมอง 179 หลายเดือนก่อน
final and const Keywords in Dart Bangla Tuitorial
Variable and Data Type in Dart Bangla Tutorial
มุมมอง 169 หลายเดือนก่อน
Variable and Data Type in Dart Bangla Tutorial
All Types of comment system in dart || Comments in dart || Dart Bangla Tuitorial
มุมมอง 129 หลายเดือนก่อน
All Types of comment system in dart || Comments in dart || Dart Bangla Tuitorial
Introduction to Dart Programming language Bangla | Hello World - Write first dart code|| Saurav Roy
มุมมอง 429 หลายเดือนก่อน
Introduction to Dart Programming language Bangla | Hello World - Write first dart code|| Saurav Roy
[!] Your project requires a newer version of the Kotlin Gradle plugin. || Latest video in 2024
มุมมอง 2.2K9 หลายเดือนก่อน
[!] Your project requires a newer version of the Kotlin Gradle plugin. || Latest video in 2024
Your project needs to upgrade Gradle and the Android Gradle plugin.| Rs Saurav
มุมมอง 245ปีที่แล้ว
Your project needs to upgrade Gradle and the Android Gradle plugin.| Rs Saurav
Project Charter In Bangla
มุมมอง 13ปีที่แล้ว
Project Charter In Bangla
Relation With Project Program Portfolio Bangla | Rs Saurav
มุมมอง 6ปีที่แล้ว
Relation With Project Program Portfolio Bangla | Rs Saurav
project phases and PDCA cycle Bangla | Rs Saurav
มุมมอง 18ปีที่แล้ว
project phases and PDCA cycle Bangla | Rs Saurav
The Business Model Canvas Bangla | Rs Saurav
มุมมอง 136ปีที่แล้ว
The Business Model Canvas Bangla | Rs Saurav
Fix Flutter Doctor Visual Studio Not Installed - Please Install the Desktop Development With C++
มุมมอง 5Kปีที่แล้ว
Fix Flutter Doctor Visual Studio Not Installed - Please Install the Desktop Development With C

ความคิดเห็น

  • @shwankiragu3452
    @shwankiragu3452 16 วันที่ผ่านมา

    THANKS

  • @imlukee
    @imlukee 3 หลายเดือนก่อน

    thanks bro, you helped somebody in Brazil. Thanks a lot <3

  • @GamarSanged
    @GamarSanged 5 หลายเดือนก่อน

    aro details bujyla aro besoy ta sohoj hoto

  • @Rmaawn
    @Rmaawn 6 หลายเดือนก่อน

    nice bro u saved my fffffffffffffffffakin life too so much love

  • @Demahom-1412
    @Demahom-1412 6 หลายเดือนก่อน

    You saved my life too, BIG TANKS

  • @keremduman8537
    @keremduman8537 7 หลายเดือนก่อน

    ı get the error when i build apk . error so : "Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0" please help me

  • @rafaelreynoso5183
    @rafaelreynoso5183 8 หลายเดือนก่อน

    THANK YOU BROTHER U SAVED MY LIFE

    • @SauravRoy024
      @SauravRoy024 8 หลายเดือนก่อน

      You are most welcome brother

  • @gustavofonseca7744
    @gustavofonseca7744 9 หลายเดือนก่อน

    heeelp

  • @gustavofonseca7744
    @gustavofonseca7744 9 หลายเดือนก่อน

    distribu tionU rl=ht tp s\:// services.gra dle.o rg/distribut ions/gra dle-7.6.4- all .zip ext.kotlin_version = '1.9.0' console> PS C:\Users\gusta_h3ttxvo\Downloads\xyzSOCIALREDExyz\xyz_redesocial_xyz> flutter run Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1474) at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1482) at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1320) at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1282) at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:709) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:243) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:172) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186) at org.gradle.wrapper.Install.unzip(Install.java:214) at org.gradle.wrapper.Install.access$600(Install.java:27) at org.gradle.wrapper.Install$1.call(Install.java:74) at org.gradle.wrapper.Install$1.call(Install.java:48) at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65) at org.gradle.wrapper.Install.createDist(Install.java:48) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:128) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61) Running Gradle task 'assembleDebug'... 339ms Error: Gradle task assembleDebug failed with exit code 1

  • @janarthananbalasundram2816
    @janarthananbalasundram2816 9 หลายเดือนก่อน

    bro can u share ur android/build.gradle coz mine some are missing

    • @sangramjitsamanta1541
      @sangramjitsamanta1541 9 หลายเดือนก่อน

      The kotlin plugin file shifted to the settings. Gradle you can update the kotlin version from there

  • @saurabhwalanju2952
    @saurabhwalanju2952 9 หลายเดือนก่อน

    Hello I checked my build.gradle file but couldn't find buildscript. Can you please help me in it ?

    • @sangramjitsamanta1541
      @sangramjitsamanta1541 9 หลายเดือนก่อน

      The kotlin plugin file shifted to the settings. Gradle

    • @MathisDesmeules
      @MathisDesmeules 8 หลายเดือนก่อน

      thank you so much !!!! @@sangramjitsamanta1541

  • @OussamaDakir
    @OussamaDakir 9 หลายเดือนก่อน

    bro i'm still getting the same issue even tho i used the latest version

    • @SauravRoy024
      @SauravRoy024 9 หลายเดือนก่อน

      many several reasons you can face the issue and for me, its tough to find your exact problem . Anyway It should work with this adjustment. If not, you can try some steps , So navigate to android -> app -> gradle -> gradle.properties and update the last line to 'distributionUrl=services.gradle.org/distributions/gradle-7.6.4-all.zip'. Use the latest Gradle version. Also, ensure that Gradle is installed on your Windows system. To check the Gradle version, go to the command prompt and type 'gradle --version'. If not installed, download and set up Gradle on your Windows system. If Gradle is installed but not working properly, you might find a Gradle folder in the C drive under the user folder. Delete .gradle folder and run the process again on android studio, this will rebuild your Gradle plugin again. If the issue persists, this step may resolve the problem to the best of my knowledge. Also try to find solution on google , chatgpt may be you will get success. Best of Luck

  • @TahmimRahmanSourav
    @TahmimRahmanSourav ปีที่แล้ว

    Vai...audio quality aro valo koren...apni parben...

    • @rssaurav24
      @rssaurav24 ปีที่แล้ว

      I am sorry for that next time i will be careful about audio and thanks for your feedback.

  • @c00per_
    @c00per_ ปีที่แล้ว

    Bro is it necessary to install this visual studio. My laptop is already slow af.