Tech With Otabek
Tech With Otabek
  • Видео 119
  • Просмотров 206 870
Flutter Favorite Places App with Riverpod for Beginners
Source code: github.com/otabekinha/favorite_places
👉 Flutter Todo App Tutorial for Beginners: ruclips.net/video/VfdTUKt21Ls/видео.htmlsi=GCK_1KuxT1gU6mxU
Просмотров: 148

Видео

Cloning Sign In Page UI from Dribble - Flutter tutorial
Просмотров 106Месяц назад
Source Code: github.com/otabekinha/login_page_ui Dribble UI: dribbble.com/shots/24494696-Sign-In-Page
Build 3 Flutter Apps From Scratch • Roll Dice App • Todo App • Quiz App
Просмотров 218Месяц назад
In this tutorial we will build these 3 Flutter apps from scratch • Roll Dice App • Todo App • Quiz App
Flutter Quiz App Tutorial for Beginners
Просмотров 1,1 тыс.2 месяца назад
Source Code: github.com/otabekinha/flutter-quiz-app
Flutter Roll Dice App for Beginners
Просмотров 7412 месяца назад
Source code: github.com/otabekinha/roll_dice_app
Firebase • Email Login & Logout • Flutter Auth Tutorial
Просмотров 1,1 тыс.2 месяца назад
In this video we will learn how to authenticate Flutter app with Firebase
How to fix CocoaPods could not find compatible versions for pod Firebase/Core - Flutter
Просмотров 2302 месяца назад
StackOverflow Solution: stackoverflow.com/questions/52398435/cocoapods-could-not-find-compatible-versions-for-pod-firebase-core-cloud-fir
login UI cloning dribble designs using FLUTTER (Speed Code)
Просмотров 2542 месяца назад
The dribble design is from: dribbble.com/shots/20855398-mobile-login-page Source code: github.com/otabekinha/chatting_app
Flutter: create showDialog & alertDialog with simple example
Просмотров 2582 месяца назад
In this video I will show you how to use showDialog and alertDialog in Flutter with very simple example
Flutter - Firebase Setup [2024] Easy and Quick Firebase Setup!
Просмотров 2,4 тыс.2 месяца назад
Flutter - Firebase Setup [2024] Easy and Quick Firebase Setup!
Flutter ThemeData Widget in 3 minutes
Просмотров 5253 месяца назад
Flutter ThemeData Widget in 3 minutes
Flutter Weather App UI | LIGHT - DARK MODE | PROVIDER
Просмотров 7793 месяца назад
Flutter Weather App UI | LIGHT - DARK MODE | PROVIDER
how much youtube paid me in my first 8 days
Просмотров 1993 месяца назад
how much youtube paid me in my first 8 days
I have finally reached 4000 watching hours (with 2000 subscribers)
Просмотров 5484 месяца назад
I have finally reached 4000 watching hours (with 2000 subscribers)
MY FIRST YOUTUBE VIDEO SHOWING MY FACE
Просмотров 1174 месяца назад
MY FIRST RUclips VIDEO SHOWING MY FACE
Flutter Simple Todo App using (Provider) State Management
Просмотров 1,9 тыс.5 месяцев назад
Flutter Simple Todo App using (Provider) State Management
Flutter ToDo App Tutorial for Beginners - Apps From Scratch
Просмотров 14 тыс.5 месяцев назад
Flutter ToDo App Tutorial for Beginners - Apps From Scratch
Flutter animate a page route transition - Interactive example
Просмотров 2,1 тыс.6 месяцев назад
Flutter animate a page route transition - Interactive example
Avoid this repetition in Flutter instead "Extract Widgets" and customize it
Просмотров 3096 месяцев назад
Avoid this repetition in Flutter instead "Extract Widgets" and customize it
Flutter: How to Add App Icons to the iOS and Android Apps: Step by Step
Просмотров 4,6 тыс.7 месяцев назад
Flutter: How to Add App Icons to the iOS and Android Apps: Step by Step
Flutter: Display SnackBar with ScaffoldMessenger: Step by step
Просмотров 5607 месяцев назад
Flutter: Display SnackBar with ScaffoldMessenger: Step by step
Why I started learning Flutter in 2024 (Junior Flutter Developer)
Просмотров 4877 месяцев назад
Why I started learning Flutter in 2024 (Junior Flutter Developer)
Flutter: Modal Bottom Sheet: Full Screen: Step by step
Просмотров 11 тыс.8 месяцев назад
Flutter: Modal Bottom Sheet: Full Screen: Step by step
App Bar - Flutter UI - With Explanation
Просмотров 17010 месяцев назад
App Bar - Flutter UI - With Explanation
Bottom Navigation Bar - Flutter UI - Speed Code
Просмотров 29410 месяцев назад
Bottom Navigation Bar - Flutter UI - Speed Code
Minimal Login UI - Flutter UI - Speed Code
Просмотров 33810 месяцев назад
Minimal Login UI - Flutter UI - Speed Code
Counter App - Flutter Tutorial - Speed Code
Просмотров 82110 месяцев назад
Counter App - Flutter Tutorial - Speed Code
My first hello world app in Flutter
Просмотров 25210 месяцев назад
My first hello world app in Flutter
Free Udemy Courses Giveaway: GCP, Terraform, Practice Tests
Просмотров 84511 месяцев назад
Free Udemy Courses Giveaway: GCP, Terraform, Practice Tests
The 3 AM Coders: I SLEEP ..... maximum
Просмотров 72111 месяцев назад
The 3 AM Coders: I SLEEP ..... maximum

Комментарии

  • @hackwithrama
    @hackwithrama Час назад

    what is the snippet extension you are using like for creating stateless and stateful widgets ?

    • @techwithotabek
      @techwithotabek 52 минуты назад

      @@hackwithrama it is a flutter vs code extension

  • @nghiatrong7086
    @nghiatrong7086 3 дня назад

    Hello can you help me, my build.gradle file seem does not look like similar, do you know what problem is this? android { namespace = "com.example.attendo" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8 } defaultConfig { applicationId = "com.example.attendo" minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName } buildTypes { release { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. signingConfig = signingConfigs.debug } } } flutter { source = "../.." }

  • @zloypubg_cat
    @zloypubg_cat 5 дней назад

    cool 🎉

  • @celinelazy
    @celinelazy 9 дней назад

    hey, i notice you use vsc for coding, is it possible to follow this tutorial using andoird studio?

    • @techwithotabek
      @techwithotabek 9 дней назад

      @@celinelazy yes sure it is possible

    • @celinelazy
      @celinelazy 9 дней назад

      @@techwithotabek are there any big differences or should it be pretty much the same?

    • @techwithotabek
      @techwithotabek 9 дней назад

      @@celinelazy it is almost same but vs code has so many extensions which will not work in Android studio

    • @celinelazy
      @celinelazy 8 дней назад

      @@techwithotabek thank you sm for your help so far, im completley new to coding. i just have one last question, how do i start with the vs code and get the phone on the screen? is it connected to android studio and thats how? sorry that was two questions

    • @techwithotabek
      @techwithotabek 8 дней назад

      @@celinelazy you have to install flutter sdk in vs code along with emulator using Android studio code and simulator using Xcode. You can find many videos on setting up with flutter in vs code tutorials on RUclips

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 15 дней назад

    Nice

  • @zloypubg_cat
    @zloypubg_cat 15 дней назад

    👍🏼

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 16 дней назад

    Awesome tutorial. Thanks

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 17 дней назад

    Thanks

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 17 дней назад

    Thanks

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 18 дней назад

    Great tutorial. Thanks

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 19 дней назад

    Amazing. Your explanation is very understandable

    • @techwithotabek
      @techwithotabek 19 дней назад

      @@Nanashi-rq7lk thank you for watching

  • @medi.g4396
    @medi.g4396 19 дней назад

    Thank you for this video VERY HELPFUL!!!!

  • @RiazAR-ef3zd
    @RiazAR-ef3zd 20 дней назад

    this is very good presentation and its pretty helpful for further DevOps Developments. I would like to connect this with Coginto and from local machine with Python - Django - Streamlit etc

  • @coding1818
    @coding1818 20 дней назад

    Wow , very beginner friendly ❤🎉 thanks sir , Keep posting 🙌

    • @techwithotabek
      @techwithotabek 20 дней назад

      @@coding1818 glad it was helpful for you 😊thank you 🎉

  • @peneficial1643
    @peneficial1643 20 дней назад

    Hello, do I have permission to use parts of the source code provided in the description as part of an app that I will publish to the iOS App Store? Thanks for creating this video.

  • @ppgg997
    @ppgg997 21 день назад

    Great! Just a clarification, why we need to have nodejs on host machine already installed? We mention "FROM node:18" so it gets node from docker hub, the whole point of containers isn't to be undependable from host installed apps?

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 21 день назад

    Amazing tutorial

  • @drancerd
    @drancerd 22 дня назад

    Love you!

    • @techwithotabek
      @techwithotabek 22 дня назад

      @@drancerd thank you for watching 🔥

  • @kalok4419
    @kalok4419 23 дня назад

    Very good video

  • @richard17101
    @richard17101 26 дней назад

    Whats your macbook specs for Mobile Development or Flutter?

  • @kuldeepgogoi9270
    @kuldeepgogoi9270 28 дней назад

    When i run flutterfire configure --project=dog-care-app-72714 it shows flutterfire : The term 'flutterfire' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + flutterfire configure --project=dog-care-app-72714 + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (flutterfire:String) [], Comma ndNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

    • @techwithotabek
      @techwithotabek 28 дней назад

      @@kuldeepgogoi9270 first you should install flutterfire: 1. npm install -g firebase-tools 2. dart pub global activate flutterfire_cli 3. flutterfire configure

    • @kuldeepgogoi9270
      @kuldeepgogoi9270 28 дней назад

      Yeah now it's working

  • @mr1noqdaYT-qpr
    @mr1noqdaYT-qpr 28 дней назад

    And?

  • @GibranReyes-pf9do
    @GibranReyes-pf9do 29 дней назад

    Nice project ( : I want to start learning about FireBase storage in Flutter.

    • @techwithotabek
      @techwithotabek 29 дней назад

      @@GibranReyes-pf9do thanks for watching

  • @zloypubg_cat
    @zloypubg_cat Месяц назад

    Hi bro I have 1,2K followers and how i can earn money with RUclips?

  • @FayzulloMirzaxmedov-c8f
    @FayzulloMirzaxmedov-c8f Месяц назад

    👍🏼👍🏼👍🏼

  • @clintonaikhu
    @clintonaikhu Месяц назад

    Very Simple nice and beyond words. I'm looking forward to more

  • @dVTEC3bRider
    @dVTEC3bRider Месяц назад

    Thank you!! I finally succeed!!

  • @Vinit_Gambhir
    @Vinit_Gambhir Месяц назад

    Thanks 😊

  • @atatwts
    @atatwts Месяц назад

    Where is the source code?

  • @GibranReyes-pf9do
    @GibranReyes-pf9do Месяц назад

    Filled . Thanks for the tutorial, it's great .

    • @techwithotabek
      @techwithotabek Месяц назад

      @@GibranReyes-pf9do you are welcome 🤗

  • @VRT-y3f
    @VRT-y3f Месяц назад

    Assalamu alaikum

  • @hadijani6805
    @hadijani6805 Месяц назад

    plz allow to acces source code directly

    • @techwithotabek
      @techwithotabek Месяц назад

      @@hadijani6805 got I will share it here now

    • @hadijani6805
      @hadijani6805 Месяц назад

      Can you share your contact?

  • @abduallah8079
    @abduallah8079 Месяц назад

    Bro, you should explain from scratch, I have issues with configurating node

  • @alanb3258
    @alanb3258 Месяц назад

    Cannot find source code in video description, so no dice images

    • @techwithotabek
      @techwithotabek Месяц назад

      @@alanb3258Sorry I almost forgot to paste source code. I will soon upload all the source code links here

  • @muyyisrors8107
    @muyyisrors8107 Месяц назад

    very useful thanks 🙏

    • @techwithotabek
      @techwithotabek Месяц назад

      @@muyyisrors8107 you’re welcome 👍

  • @humzaiqbal9908
    @humzaiqbal9908 Месяц назад

    very nice little tutorial, thanks bro

    • @techwithotabek
      @techwithotabek Месяц назад

      @@humzaiqbal9908 you’re welcome bro

  • @aliyuldashev3341
    @aliyuldashev3341 Месяц назад

    it was very helpful for me. Thanks brother👍

    • @techwithotabek
      @techwithotabek Месяц назад

      @@aliyuldashev3341 glad to help brother 👍

  • @BastiaanQuast
    @BastiaanQuast Месяц назад

    very good, this tutorial worked

  • @fredricmadrona3759
    @fredricmadrona3759 Месяц назад

    Thank you for this wonderful tutorial, it helped me a lot. I hope you can make more in the future! I subscribed too

    • @techwithotabek
      @techwithotabek Месяц назад

      @@fredricmadrona3759 you’re welcome bro

  • @Puddinggotspice
    @Puddinggotspice Месяц назад

    Source code please?

  • @ecobee-x5b
    @ecobee-x5b Месяц назад

    Can you include setup for the project? IDE, library, installs, etc? You have started with the development environment already set to build.

  • @manohar.acharya
    @manohar.acharya Месяц назад

    what is the name of your vs code theme

  • @eroxdz6992
    @eroxdz6992 Месяц назад

    keep going brother , just i want to ask u a question (why when you click in the add with no text he add a new todo ) i need a solution for that and thnxs

    • @techwithotabek
      @techwithotabek Месяц назад

      @@eroxdz6992 thanks a lot, for that you need to use forms or add if condition

  • @madarayac7531
    @madarayac7531 Месяц назад

    nice video can u tell me we disable google analytics?

  • @tshepisomofokeng7480
    @tshepisomofokeng7480 2 месяца назад

    , I cannot flutterfire configure. it gives an error of 15:00000000 timeout

  • @amylbiddle-traffichandler
    @amylbiddle-traffichandler 2 месяца назад

    Thank you. This was really helpful.

    • @techwithotabek
      @techwithotabek 2 месяца назад

      @@amylbiddle-traffichandler You are welcome 👍

  • @m1schashisha239
    @m1schashisha239 2 месяца назад

    You saved me

  • @Mohamed_Kittany
    @Mohamed_Kittany 2 месяца назад

    What is the name of the VS Code extension that displays dashes to clearly indicate code indentation?

    • @m_usman619
      @m_usman619 2 месяца назад

      Go to Settings and search for flutter UI and check mark Preview Flutter UI Guides and Preview Flutter Ui Guides Custom Tracking. Then restart VS code

    • @techwithotabek
      @techwithotabek 2 месяца назад

      @@Mohamed_Kittany GoTo VS code setting==> search: PreviewUI ==> check Dart:Preview flutter Ui Guides

    • @techwithotabek
      @techwithotabek 2 месяца назад

      @@Mohamed_Kittany GoTo VS code setting==> search: PreviewUI ==> check Dart:Preview flutter Ui Guides

  • @euprogramador5807
    @euprogramador5807 2 месяца назад

    Simple and Complete, your real friend and a good teacher thank you.

    • @techwithotabek
      @techwithotabek 2 месяца назад

      @@euprogramador5807 thanks a lot bro

  • @oybekeraliev
    @oybekeraliev 2 месяца назад

    Keep going! 👏👏👏