Programming Addict
Programming Addict
  • 70
  • 1 382 904
Firebase Sign up in Flutter | Flutter Firebase Course | Programming Addict
►CHECK OUT THE PINNED COMMENT FOR THE CODE◄
In this video I show you how to build a sign up form and how to create a user in Firebase Authentication. Also if you need to insert any additional user data I show you how to put it in a Firebase Firestore Database
►SUBSCRIBE TO THE CHANNEL◄
►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄
►FOR ANY QUESTIONS CONTACT ME AT◄
Email: programmingaddictyt@gmail.com
Instagram: programming.addict
programmingadct
zhlédnutí: 5 629

Video

Flutter Image Uploads | Cropping, Compressing and Uploading Images | Flutter Firebase Course
zhlédnutí 22KPřed 3 lety
►CHECK THE PINNED COMMENT FOR THE CODE◄ In this video I show you how to pick images in Flutter, crop them, compress them and upload them to a Firebase Storage Bucket using FlutterFire SDKs ►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com Instagram: programming.addict programmingadct
Google Login in Flutter Firebase | Flutter Firebase Course | Programming Addict
zhlédnutí 3,2KPřed 3 lety
►CHECK OUT THE PINNED COMMENT FOR THE CODE◄ Here I show you how to log in with Google in a Flutter app and how to hook it up with Firebase Authentication. We also go over generating a SHA-1 key so we can properly set up Google OAuth ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com Instagram: programming.addict twitter....
Firebase Facebook Login in Flutter | Flutter FIrebase Course | Programming Addict
zhlédnutí 24KPřed 3 lety
►CHECK THE PINNED COMMENT FOR THE CODE◄ In this video I show you how to implement logging in with Facebook and how to connect it to Firebase Authentication. We also go over drawing out some nice looking Login UI ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com Instagram: programming.addict programmingadct
Firebase Email Login in Flutter | Programming Addict
zhlédnutí 2,4KPřed 3 lety
►CHECK THE PINNED COMMENT FOR THE CODE◄ Skip UI building and go straight to Firebase Email login: 12:40 In this video I show you how to implement log in with email and password using Firebase Authentication services. I also show you how to build a simple log in UI ►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmai...
Installing Firebase in an empty Flutter project | Flutter FIrebase Course | Programming Addict
zhlédnutí 1,4KPřed 3 lety
In this video I show you how to create an empty Flutter project, how to add Firebase to your Flutter project and how to make sure that Firebase works. We also briefly go into multidex in android since that was a problem that I faced during the recording of the video ►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gm...
Flutter Firebase Course Intro | Programming Addict
zhlédnutí 1,2KPřed 3 lety
►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com Instagram: programming.addict programmingadct
How to display websites in Flutter | WebView | ProgrammingAddict
zhlédnutí 18KPřed 3 lety
►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com Instagram: programming.addict programmingadct ►THIS PROJECT ON GITHUB◄
Functional Widgets vs Class Widgets in Flutter | Flutter Clean Code | Programming Addict
zhlédnutí 6KPřed 3 lety
►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com Instagram: programming.addict programmingadct ►THIS PROJECT ON GITHUB◄ github.com/boriszv/Programming-Addict-Code-Examples/tree/master/flutter_widgets_performance
Collapsible/Sliver App Bar Flutter | Programming Addict
zhlédnutí 1KPřed 3 lety
In this video I show you how to create a Collapsible Sliver app bar in Flutter using a Custom Scroll View and also some other cool features of the App bar ►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com
Consume REST APIs in Flutter | Chopper | Consuming a REST API in Flutter #9
zhlédnutí 4,5KPřed 3 lety
In this video I show you how to use the Chopper package in Flutter to generate HTTP calls when consuming REST APIs ►Chopper package◄ pub.dev/packages/chopper ►SUBSCRIBE TO THE CHANNEL◄ ►CHECK OUT OTHER VIDEOS ON THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ Email: programmingaddictyt@gmail.com
Flutter Clean Code | How to structure Widgets in Flutter | Programming Addict
zhlédnutí 7KPřed 3 lety
In this video I show you how to take an existing codebase with repetitive widgets and refactor it into a more concise and easy to read codebase ►SUBSCRIBE TO THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ programmingaddictyt@gmail.com ►THIS PROJECT ON GITHUB◄ bit.ly/3c6x469
Side Navigation Drawer in Flutter | Programming Addict
zhlédnutí 13KPřed 3 lety
In this video I build a Navigation Drawer/Side Navigation Bar in Flutter, using the Flutter Material Drawer widget ►SUBSCRIBE TO THE CHANNEL◄ ►FOR ANY QUESTIONS CONTACT ME AT◄ programmingaddictyt@gmail.com ►THIS PROJECT ON GITHUB◄ bit.ly/2MhOSAn
Handling Errors in Future Flutter (Async Await, Try Catch) - Programming Addict
zhlédnutí 8KPřed 3 lety
In this flutter tutorial I show you how to handle errors in Future in Flutter. This idea came from a commenter who later deleted their comment so shout out to them. I show you multiple ways how to handle errors for a future, including try catch for awaited Futures and also the catchError method on the Future class. Sorry for the text being too small I forgot to zoom in before recording Handling...
Concurrency in Flutter and Dart - Running Multiple Async Requests at Once - Programming Addict
zhlédnutí 15KPřed 3 lety
In this video I show you how to run concurrent requests in Flutter. Running multiple requests at the same time will in a lot of cases improve the load speeds for your apps which will improve your user experience. You'll see how to use async / await in an efficient way using the Future.wait method Concurrency in Flutter - Running Multiple Async Requests at Once - Programming Addict ►THIS PROJECT...
Easy Shared Preferences in Flutter
zhlédnutí 10KPřed 4 lety
Easy Shared Preferences in Flutter
Easily generate JSON in Dart | JSON Serializable | Consuming a REST API in Flutter #8
zhlédnutí 18KPřed 4 lety
Easily generate JSON in Dart | JSON Serializable | Consuming a REST API in Flutter #8
Deleting Resources in a REST API | DELETE Request | Consuming a REST API in Flutter #7
zhlédnutí 10KPřed 4 lety
Deleting Resources in a REST API | DELETE Request | Consuming a REST API in Flutter #7
Updating items in a REST API Flutter | PUT Request | Consuming a REST API in Flutter #6
zhlédnutí 16KPřed 4 lety
Updating items in a REST API Flutter | PUT Request | Consuming a REST API in Flutter #6
Creating items in a REST API Flutter | POST Request | Consuming | Consuming a REST API in Flutter #5
zhlédnutí 27KPřed 4 lety
Creating items in a REST API Flutter | POST Request | Consuming | Consuming a REST API in Flutter #5
How to remove the DEBUG banner in a Flutter app | Programming Addict
zhlédnutí 3,3KPřed 4 lety
How to remove the DEBUG banner in a Flutter app | Programming Addict
Fetching a single item from a REST API | GET Method | Consuming a REST API in Flutter #4
zhlédnutí 20KPřed 4 lety
Fetching a single item from a REST API | GET Method | Consuming a REST API in Flutter #4
Interacting with a REST API | HTTP Methods, Status Codes... | Consuming a REST API in Flutter #3
zhlédnutí 36KPřed 4 lety
Interacting with a REST API | HTTP Methods, Status Codes... | Consuming a REST API in Flutter #3
Creating Pages and Popups | Consuming a REST API in Flutter | Part 1
zhlédnutí 64KPřed 4 lety
Creating Pages and Popups | Consuming a REST API in Flutter | Part 1
Service Locator and Services with GetIt | Consuming a REST API in Flutter | Part 2
zhlédnutí 33KPřed 4 lety
Service Locator and Services with GetIt | Consuming a REST API in Flutter | Part 2
Consuming a REST API in Flutter Course Intro
zhlédnutí 78KPřed 4 lety
Consuming a REST API in Flutter Course Intro
How to display bottom sheets in Flutter | Programming Addict
zhlédnutí 4,9KPřed 4 lety
How to display bottom sheets in Flutter | Programming Addict
How to display Selectable Text in Flutter - Programming Addict
zhlédnutí 3,5KPřed 4 lety
How to display Selectable Text in Flutter - Programming Addict
How to Display Images in Flutter - Programming Addict
zhlédnutí 1,4KPřed 4 lety
How to Display Images in Flutter - Programming Addict
Bottom Navigation Bar in Flutter - Programming Addict
zhlédnutí 204KPřed 4 lety
Bottom Navigation Bar in Flutter - Programming Addict

Komentáře

  • @jecloyacosta5934
    @jecloyacosta5934 Před 25 dny

    man, you are a great teacher 🙏🏿🙏🏿🙏🏿. your vids are old but it is way more ahead from other new tutorial that I have watch.

  • @AkunTiga-sp4qe
    @AkunTiga-sp4qe Před 2 měsíci

    Thanks bang

  • @costantinoserafini2252
    @costantinoserafini2252 Před 2 měsíci

    thank you so much for this extraordinary video explaining how upload photo on firebase and open the camera on your app i really needed it

  • @bramaningds
    @bramaningds Před 2 měsíci

    3 years and still interesting topic

  • @inilonge2927
    @inilonge2927 Před 2 měsíci

    please can you update the link to the swagger documentation this is what I got: "Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds."

  • @ezizannagurbanow4599
    @ezizannagurbanow4599 Před 2 měsíci

    Best explanation of my life ty

  • @thushankalana4940
    @thushankalana4940 Před 3 měsíci

    Great Lesson 😊🤟 Thank you so much ❤❤❤

  • @program2445
    @program2445 Před 5 měsíci

    Thank you very much

  • @hoanghuynh918
    @hoanghuynh918 Před 5 měsíci

    Loving from Viet Nam, best series i watch from start to end not skip any second.

  • @pravinprince3221
    @pravinprince3221 Před 6 měsíci

    Thank you for the wondeful video sir, it is so useful for me and my team, thanks again sir

  • @kami_feeds
    @kami_feeds Před 6 měsíci

    not yet watched the videos but according to how your playlist is well organized and it's the content i have been looking for , you won a subscriber the permanent one

  • @Jeeali
    @Jeeali Před 6 měsíci

    thanks mate.

  • @Codistan683
    @Codistan683 Před 7 měsíci

    Sir how to get Url link...?like http.github......

  • @kylenoahhiers4578
    @kylenoahhiers4578 Před 7 měsíci

    this video series is actually sick

  • @maniuz6887
    @maniuz6887 Před 7 měsíci

    20

  • @PrateekAher
    @PrateekAher Před 7 měsíci

    1:30 What is a high order function?

  • @gautambedi591
    @gautambedi591 Před 8 měsíci

    Please add the code link from next time. It really helps us to review the code. Thanks

  • @soleimanrostami
    @soleimanrostami Před 8 měsíci

    عالی

  • @shadyarbzharothman8689
    @shadyarbzharothman8689 Před 8 měsíci

    Thanks

  • @kiiwill
    @kiiwill Před 8 měsíci

    Awesome explanation about Streams, man! By the way, what is this theme you're using?

  • @uni-tek
    @uni-tek Před 8 měsíci

    Nice content> I am justing trying out using restAPI's with flutter but the API link seem to be offline. Please can you do sth

  • @Esther-ff4od
    @Esther-ff4od Před 9 měsíci

    Bro can share the code

  • @user-wi4ce9pq6h
    @user-wi4ce9pq6h Před 9 měsíci

    And what if I want to put button at bottom in scrollview

  • @S-Lomar
    @S-Lomar Před 9 měsíci

    Well done 🥰👍👍❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕

  • @fredili3002
    @fredili3002 Před 9 měsíci

    Will this work on Dio and can It counter connection timeout?

  • @safi4588
    @safi4588 Před 9 měsíci

    Hope it fixed 429 issue also thanks for the video 🎉

  • @S-Lomar
    @S-Lomar Před 10 měsíci

    Thanks for sharing ❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕

  • @bilalillahi6347
    @bilalillahi6347 Před 11 měsíci

    Thanks. Saved Hours of work

  • @learningtutorial3960
    @learningtutorial3960 Před 11 měsíci

    can you share me the source code of this tutorial brother?

  • @user-fm2wm5ic3l
    @user-fm2wm5ic3l Před 11 měsíci

    api url is not working

  • @ObviouslyProgrammer
    @ObviouslyProgrammer Před 11 měsíci

    Thanks buddy, that helped

  • @realplayzyt9607
    @realplayzyt9607 Před rokem

    Is it possible for me to put a floating action button instead of a center widget?

  • @rannajeesharma9224
    @rannajeesharma9224 Před rokem

    API URL isn't working

  • @rannajeesharma9224
    @rannajeesharma9224 Před rokem

    Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds.

  • @samixpunch9678
    @samixpunch9678 Před rokem

    The background music is distracting

  • @chaitanyapawar5483
    @chaitanyapawar5483 Před rokem

    Thank you so much

  • @serkanozdemir7180
    @serkanozdemir7180 Před rokem

    I got a error: A value of type 'XFile' can't be returned from the method 'compressImage' because it has a return type of 'Future<File>'.

    • @usr829
      @usr829 Před 7 měsíci

      make it 'Future<XFile>'

  • @caesiumstudios3622
    @caesiumstudios3622 Před rokem

    3 years and is the simplest and best.

  • @pravinprince3221
    @pravinprince3221 Před rokem

    Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir

  • @HamzaButt-sv4om
    @HamzaButt-sv4om Před rokem

    my app isn't published on playstore so it gives me the error that my app id is invalid

  • @abdelghanimoumen2524

    perfect

  • @tomwambua6379
    @tomwambua6379 Před rokem

    And are you coding this on the main.dart file?

  • @tomwambua6379
    @tomwambua6379 Před rokem

    Question, how did you link the tabs to the bottom navigation? Not seeing any code

  • @Becoder15604
    @Becoder15604 Před rokem

    Ammmmmmmmmmmmmmmmmmmmmmmmmmmmmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaazing Good way to teach tank u sir

  • @AnthonyDev
    @AnthonyDev Před rokem

    Great video, thanks!

  • @badriyahaddad1121
    @badriyahaddad1121 Před rokem

    source code can not be sent !

  • @fidelahm3027
    @fidelahm3027 Před rokem

    the link to the API is not working

  • @sankjaynithyanandalingam9037

    Very simple and helped a lot. I'm still referring to this in 2023!! Thanks 👍

  • @harry356
    @harry356 Před rokem

    Not the solution for me

  • @god_bika
    @god_bika Před rokem

    The service locator pattern is a design pattern used in software development to encapsulate the processes involved in obtaining a service with a strong abstraction layer. This pattern uses a central registry known as the "service locator", which on request returns the information necessary to perform a certain task.Proponents of the pattern say the approach simplifies component-based applications where all dependencies are cleanly listed at the beginning of the whole application design, consequently making traditional dependency injection a more complex way of connecting objects. Critics of the pattern argue that it is an anti-pattern which obscures dependencies and makes software harder to test