Nitish Kumar Singh
Nitish Kumar Singh
  • Видео 130
  • Просмотров 1 414 223
Effective way of Exception Handling in flutter
It is possible that some of you may misuse exception handling by using the "then" and "try-catch" statements together in a way that is not effective.
Don't let exceptions take you by surprise! Learn the correct way to handle them.
Though it may seem straightforward, it's important to avoid common mistakes in exception handling. Today, we'll discuss some of these mistakes and how to avoid them.
#fluttercommunity #flutter #flutterdeveloper #flutterdev
Facebook: nitishk72
LinedIn: www.linkedin.com/in/nitishk72
Patreon: www.patreon.com/nitishk72
Github: github.com/nitishk72
Просмотров: 1 765

Видео

got stuck? Flutter Navigator push and remove until will help you
Просмотров 5 тыс.Год назад
The Navigator widget in Flutter manages a stack of Route objects, where each Route represents a full-screen widget. The push method is used to add a new route to the top of the stack, while the pop method is used to remove the topmost route. The push method takes two required arguments: the context and the new route. The context is used to find the Navigator widget, and the route is the new scr...
Favorite App using Hive | Lean Hive | Flutter Tutorial
Просмотров 11 тыс.Год назад
In this tutorial, we will build a favorite app where the value of the favorite word will store in the hive and after the app restart, the app will not lose the previously favorited words We can do all this because the value of the value/data will be stored in the hive database. Hive keeps the data after the app restart also. The Hindi version of this video is available on @nstack Facebook: face...
03 Theme Switch using Hive | Lean Hive | Flutter Tutorial
Просмотров 891Год назад
In this tutorial, we will build a theme switch app where the theme value will be decided using a hive. Also, the theme will persist after the app restart. We can do all this because the value of the value/data will be stored in the hive database. Hive keeps the data after the app restart also. The Hindi version of this video is available on @nstack Facebook: nitishk72 LinkedIn: www...
02 Counter App using Hive | Lean Hive | Flutter Tutorial
Просмотров 504Год назад
In this tutorial, we will build a counter app where the count value does not destroy after the app restarts. We can do all this because the value of the count will be stored in the hive database. The Hindi version of this video is available on @nstack Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
01 Counter App using Hive | Lean Hive | Flutter Tutorial
Просмотров 1,6 тыс.Год назад
In this tutorial, we will build a counter app where the count value does not destroy after the app restarts. We can do all this because the value of the count will be stored in the hive database. The Hindi version of this video is available on @nstack Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
Todo App using Rest API | CRUD App | Flutter English Tutorial
Просмотров 77 тыс.Год назад
Build Todo App and store the task on the real server. We have a flutter application which does all the four common operations like Create, Read, Update, Delete(CRUD) Timeline 00:00 01:10 App Demo 01:10 05:20 Rest API Swagger 05:20 10:40 Building User Interface 10:40 21:30 Create Todo Task [POST] 21:30 26:45 List All Todo [GET] 26:45 30:00 Create Todo Task [Refresh Indicator] 30:00 36:25 Create ...
Persistent Theme Change in Flutter | Shared Preference | Provider
Просмотров 3,1 тыс.Год назад
Persistent Theme of the flutter app after the restart also. We will do this using shared preferences and provider. Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
Shared Preferences in Flutter | Learn Flutter
Просмотров 1 тыс.Год назад
Learn Shared Preferences in Flutter Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
Equatable in Flutter | Flutter Bloc | Flutter State Management
Просмотров 6 тыс.Год назад
Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
Flutter Pagination | Load more on scroll | Building Feature in Flutter
Просмотров 38 тыс.Год назад
In this video, we will build scroll pagination in a flutter. Pagination help loads more data when we reach the end of the page. There are two types of pagination 1. Automatic: Loads more data when you reach the bottom 2. Action Based: Load more data when you interact with the button Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHu...
API call using Cubit | Flutter Bloc | Flutter State Management
Просмотров 12 тыс.Год назад
Cubit is a subset of block and a little simplified version. In cubit we don't event instead we call the method, similar to the provider package. Cubit emits the state and all listeners get updated with the latest state. Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
Multiple Cubit | Theme Change | Flutter Bloc | Flutter State Management
Просмотров 4,8 тыс.Год назад
In this video, we create a class to hold the state class hold of the count. Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 Github: github.com/nitishk72
API Call using Provider | Flutter State Management
Просмотров 20 тыс.Год назад
We will build a flutter app where API calls will be done with the help of the provider package. Yes, you heard right, without using setState. We will do using the provider package. Here is write up(blog) link: www.nstack.in/blog/flutter-api-call-using-provider/ Facebook: nitishk72 LinkedIn: www.linkedin.com/in/nitishk72 Patreon: www.patreon.com/nitishk72 GitHub: github.com/nitishk72
Advance Counter App using Cubit | Flutter Bloc | Flutter State Management
Просмотров 1,4 тыс.Год назад
Advance Counter App using Cubit | Flutter Bloc | Flutter State Management
Counter App using Cubit | Flutter Bloc | Flutter State Management
Просмотров 2,7 тыс.Год назад
Counter App using Cubit | Flutter Bloc | Flutter State Management
Favorite App using Provider | Flutter State Management
Просмотров 14 тыс.Год назад
Favorite App using Provider | Flutter State Management
Multi Provider in Flutter | Flutter State Management
Просмотров 3,4 тыс.Год назад
Multi Provider in Flutter | Flutter State Management
Theme Switch using Provider | Flutter State Management
Просмотров 4,6 тыс.Год назад
Theme Switch using Provider | Flutter State Management
Counter App using Provider | Flutter State Management
Просмотров 3,4 тыс.Год назад
Counter App using Provider | Flutter State Management
05 Using factory constructor for json parsing | Flutter REST API Series
Просмотров 13 тыс.Год назад
05 Using factory constructor for json parsing | Flutter REST API Series
04 Writing Complex Parsing Code | Flutter REST API Series
Просмотров 13 тыс.Год назад
04 Writing Complex Parsing Code | Flutter REST API Series
03 Api Call Code Refactoring | Flutter REST API Series
Просмотров 17 тыс.Год назад
03 Api Call Code Refactoring | Flutter REST API Series
02 Adding Model to the API call | Flutter REST API Series
Просмотров 35 тыс.Год назад
02 Adding Model to the API call | Flutter REST API Series
01 Flutter API call | Flutter REST API Series
Просмотров 121 тыс.Год назад
01 Flutter API call | Flutter REST API Series
Flutter Visibility Widget in detail
Просмотров 4,1 тыс.2 года назад
Flutter Visibility Widget in detail
Text Decoration Style | underline, overline, doubled, dashed, dotted, wavy
Просмотров 6112 года назад
Text Decoration Style | underline, overline, doubled, dashed, dotted, wavy
Flutter Container Border | Adding Border around any widget 2021
Просмотров 1,7 тыс.2 года назад
Flutter Container Border | Adding Border around any widget 2021
cmdline-tools installing | Android Tools Componenet missing | For Windows
Просмотров 94 тыс.2 года назад
cmdline-tools installing | Android Tools Componenet missing | For Windows
Colors in Flutter - Hex, RGBO, and ARGB Color
Просмотров 2,7 тыс.2 года назад
Colors in Flutter - Hex, RGBO, and ARGB Color

Комментарии

  • @anubratsahoo447
    @anubratsahoo447 День назад

    I had to look up ur video multiple times then only I got understood first video.i will soon make a GitHub repository so tht people don't struggle with the code like I did.

  • @learnwithme8936
    @learnwithme8936 4 дня назад

    code please code please

  • @learnwithme8936
    @learnwithme8936 4 дня назад

    Code please

  • @khanriyaz24
    @khanriyaz24 6 дней назад

    Great, I was looking the way to create modal and then use getter to compute the value and get result. Thank you Nitish

  • @mohammadbakhsh9547
    @mohammadbakhsh9547 6 дней назад

    that's super simple and easy tutorial for beginners

  • @mudueinstein3053
    @mudueinstein3053 7 дней назад

    thankyou so much for this explaination

  • @user-yr9pk2jd8s
    @user-yr9pk2jd8s 10 дней назад

    Thanks and God Bless

  • @berry8516
    @berry8516 11 дней назад

    thanks

  • @samuelirungu2085
    @samuelirungu2085 12 дней назад

    I don't have a tools folder in sdk file

  • @my_wave_app
    @my_wave_app 13 дней назад

    thanks for this video it really helped me to build my mobile app back in the days (social media influencer data dashboard), which is now live! it has been few days only but this video was very helpful! API was a bit trickier than expected but could make it work :) thanks again!

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

    thank, you save my day . 🥰

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

    Nice video

  • @cleonjunior8236
    @cleonjunior8236 25 дней назад

    from Manaus, Amazonas, Brazil. Great tip!!!

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

    bro how to do with cards widget

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

    thanks dude

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

    Amazing

  • @AshishGautam-sy3vm
    @AshishGautam-sy3vm Месяц назад

    great explanation

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

    the file sdkmanager does not exist anywhere inside the directory/sub-directories of the Sdk directory.

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

    Very clear! Thank you

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

    i have not the file tools

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

    gracias me sirvió de mucho

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

    gracias me sirvió mucho

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

    Your approach is very professional

  • @AltafAlam-uh3kr
    @AltafAlam-uh3kr Месяц назад

    swagger ui ka post req me 400err bata rha hai plzz help

  • @RaviKumar-em9hx
    @RaviKumar-em9hx Месяц назад

    Kindly provide a tutorial about CRUD with flutter provider state management rest APIS

  • @RaviKumar-em9hx
    @RaviKumar-em9hx Месяц назад

    Thanks, Excellent explanation and understandable

  • @JAM-nf6uh
    @JAM-nf6uh Месяц назад

    Hi, form the Philippines here, is the website blog still accessible? if it is, can i have a link for it. Thank you so much

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

    Thanks alot.

  • @user-vl2uw6rb1v
    @user-vl2uw6rb1v Месяц назад

    bro you are the best, thank you very much from Ukraine

  • @user-ux6qc4cv6f
    @user-ux6qc4cv6f Месяц назад

    Always the Pakistani guys with little followers that give quality contents. I don't know who you are bro, but you just helped me solve a problem I have been having since yesterday. I wish I could give you a hug right now. Thanks man.

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

      u could have copied the same comment. wtf he's not a pakistani idiot

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

      He is Indian

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

    perfect

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

    wow! excellent! thanks!

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

    This is really well done! Simple and clear! Thank you very much 😊

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

    please make also another tutorial... you are so good!

  • @HaziqueKhan-uc4fp
    @HaziqueKhan-uc4fp 2 месяца назад

    I dont think there was a need to integrate an api for a todo app..we can directly use it with CRUD

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

    Excellent !

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

    😮😮😮

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

    Oh api consuming is so easy 😮 ! In other videos they showed 1-2+ hours videos and showed really complicated ways... This was a life saver, I feel really confident in flutter now ! Thanks man

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

    Thank you

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

    Thanks for the tutorial. It helped a lot.

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

    Thank you very much. I needed this in order to understand how to interact with an API in Flutter

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

    Hello. Thank you for your lessons. I have a question. Why are users = users[index] the final? The user is overwritten at each iteration?

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

      In the context of the ListView.builder, each iteration of the itemBuilder function creates a new scope where final variables are declared and assigned values specific to that iteration.

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

    Thank you it was useful!

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

    Hi Nitish, very nice video, can you please share the source code, thanks

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

    nice

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

    wtf man, you literally did what i wanted lub you sir😍

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

    You should add code in description box .

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

    thank you very much!

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

    Awesomeee