Flutter Mapp
Flutter Mapp
  • 428
  • 14 687 395
Simple Shimmer Loading - Flutter
A shimmer loading effect in Flutter is a visual cue used to indicate that content is currently being loaded or processed. It involves displaying a placeholder that resembles the structure of the actual content, but instead of static placeholders, it shows a shimmering animation. In this guide, we will model the shimmer loading effect and remove the shimmering animation to simplify the code. If you need the shimmering animation, you can find a complete example on the official Flutter website.
COMPLEX SHIMMER EFFECT
Shimmer loading effect (with animation): docs.flutter.dev/cookbook/effects/shimmer-loading
OVERVIEW
0:00​ Introduction
0:24​ Simple Shimmer Loading
WEBSITE
fluttermapp.com
#FlutterMapp
#flutter
Переглядів: 4 721

Відео

Flutter Riverpod EASY Tutorial
Переглядів 18 тис.4 місяці тому
Dive into the world of efficient state management with Flutter Riverpod! In this video, we'll explore the power and simplicity of Riverpod, a robust state management library for Flutter that makes managing your app's state a breeze. Whether you're a beginner looking to enhance your understanding of state management in Flutter or an experienced developer seeking a more efficient way to handle st...
Flutter Provider EASY Tutorial
Переглядів 43 тис.8 місяців тому
This is how you can learn to use Provider with Flutter. This tutorial gets straight to the point, and you won't require any other beginner's tutorial on Provider after this one. Provider is a popular and powerful state management solution for Flutter applications. It simplifies the process of managing and sharing state between different parts of your Flutter app. Provider is used to create and ...
Flutter Clean Architecture - Full Course
Переглядів 69 тис.9 місяців тому
This is a visual tutorial of Clean Architecture with Flutter (Full Course). The course is based on the @ResoCoder 7-hour course available on UA-cam. By combining both courses, you will gain a deep understanding of how to use Clean Architecture with Flutter like a pro. Throughout this Clean Architecture tutorial, you will learn how to implement it in your own apps. The primary goal of this video...
Flutter Clean Architecture Visual Explanation
Переглядів 25 тис.10 місяців тому
Advantages of using Clean Architecture in Flutter app development: 👉 Modularity: Clean Architecture promotes modularity, making it easier to add, remove, or replace components without affecting the entire application. 👉 Testability: Because business logic is separated from the UI and external dependencies, it's easier to write unit tests for the core functionality of your app. 👉 Maintainability...
Flutter Wrap Widget
Переглядів 15 тис.Рік тому
This Tutorial will show you how to use the Wrap with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the Wrap widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ Wrap Flutter MISSION Our mission at F...
Flutter WillPopScope Widget
Переглядів 18 тис.Рік тому
This Tutorial will show you how to use the WillPopScope with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the WillPopScope widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ WillPopScope Flutter ...
Flutter Visibility Widget
Переглядів 9 тис.Рік тому
This Tutorial will show you how to use the Visibility with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the Visibility widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ Visibility Flutter MISSIO...
Flutter VerticalDivider Widget
Переглядів 7 тис.Рік тому
This Tutorial will show you how to use the VerticalDivider with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the VerticalDivider widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ VerticalDivider...
Flutter ValueListenableBuilder Widget
Переглядів 8 тис.Рік тому
This Tutorial will show you how to use the ValueListenableBuilder with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the ValueListenableBuilder widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ V...
Flutter TweenAnimationBuilder Widget
Переглядів 7 тис.Рік тому
This Tutorial will show you how to use the TweenAnimationBuilder with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the TweenAnimationBuilder widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ Twe...
Flutter Transform Widget
Переглядів 7 тис.Рік тому
This Tutorial will show you how to use the Transform with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the Transform widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ Transform Flutter MISSION O...
Flutter Tooltip Widget
Переглядів 7 тис.Рік тому
This Tutorial will show you how to use the Tooltip with flutter. To learn more about every flutter widgets, you can check our flutter playlist about all flutter widgets here: ua-cam.com/video/DccbE5LZryE/v-deo.html This was how to make and use the Tooltip widget within your Flutter app COURSES Flutter courses (Beginner & Advanced): fluttermapp.com/ OVERVIEW 0:00​ Tooltip Flutter MISSION Our mis...
Simplified Data Architecture with Flutter
Переглядів 16 тис.Рік тому
At the end of this video, you will be able to create a data architecture with Flutter. The goal of this data architecture is to manage both internal and external data within your Flutter application. Internal data refers to the data saved on your phone, and for this Flutter project, we will utilize SharedPreference to locally store data within our data architecture. As for external data, we wil...
Flutter ToggleButtons Widget
Переглядів 10 тис.Рік тому
Flutter ToggleButtons Widget
Flutter TimePicker Widget
Переглядів 13 тис.Рік тому
Flutter TimePicker Widget
Flutter ThemeData Widget
Переглядів 23 тис.Рік тому
Flutter ThemeData Widget
Flutter TextSpan Widget
Переглядів 7 тис.Рік тому
Flutter TextSpan Widget
Flutter TextFormField Widget
Переглядів 20 тис.Рік тому
Flutter TextFormField Widget
Flutter TextField Widget
Переглядів 18 тис.Рік тому
Flutter TextField Widget
Flutter TextButton Widget
Переглядів 13 тис.Рік тому
Flutter TextButton Widget
How to use Hive with Flutter
Переглядів 30 тис.Рік тому
How to use Hive with Flutter
Flutter Text Widget
Переглядів 9 тис.Рік тому
Flutter Text Widget
Flutter Table Widget
Переглядів 26 тис.Рік тому
Flutter Table Widget
Flutter SafeArea Widget
Переглядів 5 тис.Рік тому
Flutter SafeArea Widget
Flutter TabBar Widget
Переглядів 23 тис.Рік тому
Flutter TabBar Widget
Flutter SystemMouseCursors
Переглядів 4 тис.Рік тому
Flutter SystemMouseCursors
Flutter SwitchListTile Widget
Переглядів 7 тис.Рік тому
Flutter SwitchListTile Widget
Flutter Switch Widget
Переглядів 17 тис.Рік тому
Flutter Switch Widget
Flutter StreamBuilder Widget
Переглядів 10 тис.Рік тому
Flutter StreamBuilder Widget

КОМЕНТАРІ

  • @CodeTom
    @CodeTom 20 годин тому

    Bro this is so helpful. I really Appreciate it!

  • @juniorramirez9629
    @juniorramirez9629 День тому

    No sería mejor usar "else if"?

  • @cehpurushothaman6165
    @cehpurushothaman6165 День тому

    Thank you so much.

  • @user-gl8bq3dh2l
    @user-gl8bq3dh2l День тому

    In one word its an outstanding video, working brilliantly as our mindmap !! You deserve more praise

  • @danielkemmet2594
    @danielkemmet2594 День тому

    Hey! Thank you for posting this video! it helped me get past a slump in my code.

  • @eightuponatime
    @eightuponatime День тому

    thank you, helped a lot!

  • @Zero-h6z
    @Zero-h6z 2 дні тому

    Great tutorial, very clean and straightforward explanation

  • @marcinml6537
    @marcinml6537 3 дні тому

    It is just good way to exception and exit conditions handling

  • @IcyPickleYT
    @IcyPickleYT 4 дні тому

    You can also remove the brackets and do "return debugprint" on the same line as the condition

  • @kewlbud8868
    @kewlbud8868 4 дні тому

    I'll learn from this video because I was able to google search "dart for dummies" and it popped up! Anything for "dummies" is right up my ally!

  • @Klausi-uq4xq
    @Klausi-uq4xq 4 дні тому

    is there a solution to prevent that if the user tapped into the field and the keyboard appears that the app reloads itself

  • @claudemartin5907
    @claudemartin5907 4 дні тому

    since it does the same thing three times, you would just create a function to validate that some expression is true and handle it otherwise. void verify(boolean test, String messageOnFailure) { ... } I would expect that it throws an exception, but it could just return the boolean and then you can use conditional and (&&). Or just use a security framework. Because no matter how clean that code looks, I would immediately get the team together to talk about why the fuck we don't use a security framework.

  • @AdhamFaisal875
    @AdhamFaisal875 5 днів тому

    please need link of repo github

  • @igormicovic
    @igormicovic 5 днів тому

    Wtf dude

  • @almoctaralamine25
    @almoctaralamine25 5 днів тому

    hello where can i download android studio 4.1.1

  • @1samurai192
    @1samurai192 5 днів тому

    Didn't work

  • @NeroForte_
    @NeroForte_ 5 днів тому

    HELLO, am new. what if u use or say if(!admin || !user!!

  • @TOMMY_QIU
    @TOMMY_QIU 6 днів тому

    really useful

  • @user-se6wj1yi2k
    @user-se6wj1yi2k 6 днів тому

    can show the full code

  • @Gquain
    @Gquain 6 днів тому

    Among friends, i call it the Bouncer technique. If you dont satisfy him, he'll throw you out of the club.

  • @AmanSharma-qs1sg
    @AmanSharma-qs1sg 6 днів тому

    Life saver man❤

  • @wkn3445
    @wkn3445 6 днів тому

    thank you!!!

  • @mohamedebrahim3090
    @mohamedebrahim3090 6 днів тому

    👏👏👏👏

  • @ajoshdoingthings541
    @ajoshdoingthings541 7 днів тому

    "And we return... nothing." Sir, this is a void function.

  • @joeterezaboss6801
    @joeterezaboss6801 7 днів тому

    I'm just dumb ,this thing pierced my brain n went through at the speed of light, even tho I'm a beginner in coding aspiring to code 😂😅

  • @909shayan
    @909shayan 7 днів тому

    That's early return

  • @ubarathumasankar218
    @ubarathumasankar218 8 днів тому

    sir your indian

  • @DevYildiz
    @DevYildiz 8 днів тому

    we need ıos video to please

  • @programwolf7039
    @programwolf7039 8 днів тому

    Return 😂😂😂😂😂

  • @kjetilhvalstrand1009
    @kjetilhvalstrand1009 8 днів тому

    In any case its horrible slow code, you can check 3 sates in one logical and binary operation.

  • @Stefan-xm9qb
    @Stefan-xm9qb 8 днів тому

    How can you make the button take the full width of the screen?

  • @JohnHdz64
    @JohnHdz64 8 днів тому

    Ah so thats how return works? I never understood it, now i can see

  • @jihedbouchnak
    @jihedbouchnak 9 днів тому

    Epic tutorial by all means

  • @mahesh5452
    @mahesh5452 9 днів тому

    Yalm ❌ Yaml ✅

  • @yeah9784
    @yeah9784 9 днів тому

    Early return: MISRA going in

  • @OrhanBurhan-jz4hi
    @OrhanBurhan-jz4hi 9 днів тому

    at what part Elon is related to these btw?

  • @Kosin-zs9il
    @Kosin-zs9il 10 днів тому

    That is more readable but definitely less secure, just one mistake and everyone is an admin.

  • @MGn3wbie
    @MGn3wbie 10 днів тому

    insanely handy, ty mate !

  • @pradeeps4826
    @pradeeps4826 10 днів тому

    thank you sir

  • @hlubradio2318
    @hlubradio2318 11 днів тому

    Us pythonists call this a dictionary

  • @fyfyfyfyfy
    @fyfyfyfyfy 12 днів тому

    if i want to add another use case, how would it work? Lets say, addToCart along with getCart. Thanks for the great content :)

    • @fyfyfyfyfy
      @fyfyfyfyfy 12 днів тому

      i was able to figure this out. i had to make CartRemoteDataSourceImpl as singleton. it was not retaining its state across multiple operations because a new instance is created every time CartProvider methods are called.

  • @domenicpolsoni8370
    @domenicpolsoni8370 12 днів тому

    Merci beaucoup monsieur!

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 12 днів тому

    hey as it is depreciated i sued popscope but the thing is it is detected my app bar back button and works as per my requirment but it doent detect when i pr4ess mobile's inbuilt back button why so? i wanna code same for mobil'es back button

  • @anatoli4ok148
    @anatoli4ok148 13 днів тому

    as a wise man once said, I can write better python with my asshole

  • @asergb
    @asergb 13 днів тому

    ah, quick and easy, good job!

  • @victor7ultimate
    @victor7ultimate 14 днів тому

    short and concise. thank you.

  • @arslanaliwarsi6309
    @arslanaliwarsi6309 14 днів тому

    Perfect dude ❤❤

  • @eduardobandeiramg
    @eduardobandeiramg 14 днів тому

    thanks bro

  • @anthonybachler9526
    @anthonybachler9526 15 днів тому

    if(admin && login && wifi) then ...

  • @Tyler.8046
    @Tyler.8046 15 днів тому

    The example in the video probably isn't a great example of guard clauses (which are an excellent tool), you would almost certainly be better off just ANDing (&&) all three conditions in 1 if statement. If you also wanted to include a debug log, just do an ELSE and print their values in one logging statement, something that can be extremely important to consider in a productive system that might have thousands of logs printed every minute. This brings the total number of IF statments down to 1, logs down to 1, and makes it both easier to debug and read the code in the future.

    • @Tyler.8046
      @Tyler.8046 15 днів тому

      If you did want to do this with a guard clause, which could be necessary if you're doing a large amount of work inside the IF statement. Then, following the work in the video but condensing them into a single IF statement and ORing (||) them results in the same output. i.e. if (!wifi || !login || !admin) { debugPrint('wifi: ' + wifi + ' | login: ' + login + ' | admin: ' + admin) return; } seeAdminPanel(); return;