RetroPortal Studio
RetroPortal Studio
  • 92
  • 3 545 824
Flutter Quick Tip: Using the "mounted" property | Flutter Developers must Know
#flutter #mounted #setstate
In this Flutter Quick Tip Tutorial, we are going to take a look at using the "mounted" property which is absolutely essential to know for Flutter Developers. This can help you to prevent a lot of memory leaks in your Flutter Mobile Apps and help you solve the error such as setState called after dispose.
👉 Flutter Docs: api.flutter.dev/flutter/widgets/State/mounted.html
🔥 Auto-Generate Flutter Custom Paint Code TRY THIS FREE TOOL👇:
👉 Flutter Shape Maker: fluttershapemaker.com
🔥 Learn About the Most Important Widgets in Flutter 👇:
👉 Widget Essentials Series: bit.ly/3GpfiYw
👉🏻 Product Hunt: www.producthunt.com/posts/flutter-shape-maker
(Your UPVOTE Means a lot! 🙌)
If you find this video useful consider Supporting @RetroPortal Studio :
👉 Buy Me a Coffee: www.buymeacoffee.com/theretroportal
👉 Patreon: www.patreon.com/retroportalstudio
Social Links @RetroPortal Studio :
👉 Twitter: theretroportal
👉 Medium: retroportalstudio.medium.com
👉 Instagram: retroportalstudio
👉 Patreon: www.patreon.com/retroportalstudio
👉 GitHub: github.com/retroportalstudio
If you like the tutorial, please hit the LIKE and Subscribe button and also consider supporting me on Patreon or Buy Me a Coffee for More Flutter Tutorial on RetroPortal Studio.
Thank you for Watching! Happy Coding :)
zhlédnutí: 29 605

Video

FireKit for Firebase - Data Import/Export Tool for Firebase Cloud Firestore
zhlédnutí 12KPřed 2 lety
#firebase #firestore #bulkupload FireKit is a Bulk Data Import/Export Tool for Firebase that makes the Operations such as Uploading Complex Bulk Data with Sub-Collections to Firebase Firestore Collections and even Download that Data to nicely Formatted JSON files by just a PUSH of a button. No more Writing and Editing Scripts to do the simple tasks. All you have to do is Select the JSON you wis...
Flutter - Easiest way to Check Debug or Release Mode | Flutter Tutorial |
zhlédnutí 14KPřed 2 lety
#flutter #debug #release In this Flutter Tutorial, We will take a look at the easiest way of check if your Flutter App is running in Debug or Release mode. This is really an important check for most of the apps because based on this we can define the behavior of our Flutter Apps for Development and Production. 👉Medium (Article): link.medium.com/kovDYZKVwlb 🔥 Auto-Generate Flutter Custom Paint C...
Fancy Loading Indicator for Flutter Web Apps | Blank Screen Alternative | Flutter UI Design
zhlédnutí 15KPřed 2 lety
#flutter #flutterweb #flutterui In this Flutter UI Design Tutorial, we are going to address a solution for showing loading indicators for the Flutter Web app. Currently, Flutter Web apps only show a BLANK White screen when they are launched, but this leads to a very poor user experience. In this tutorial, you will learn to show a fancy loading indicator of your choice and use this knowledge to ...
Theme your Flutter Apps like a PRO | Flutter UI Design | Dark Mode in Flutter
zhlédnutí 89KPřed 2 lety
#flutter #darkmode #theming In this Flutter UI Design Tutorial, we are going to take a look at implementing Dynamic Themes in Flutter. You will learn to change Flutter App Theme dynamically from Light Mode to Dark Mode by just a switch Toggle. You will learn to streamline the process of Changing Themes in your Flutter app so it is easy to make changes in your Design Elements in one place withou...
Flutter State Restoration - EVERY Flutter Developer Must Know | Flutter Tutorial
zhlédnutí 18KPřed 2 lety
#flutter #fluttertutorial #mobileapp In this Flutter Restoration Tutorial, we will be taking a look at implementing State Restoration in Flutter Applications. This is one of those features which adds to a great user Experience and hence every Flutter Developer should know about this. We will discuss Flutter Restoration ID, Restoration Scope, Restoration Buckets, RestorationMixin, and Restoratio...
Flutter - Create .dmg File for Flutter MacOS Desktop Apps | Flutter Tutorial
zhlédnutí 9KPřed 2 lety
#flutter #programming #mobileapp In this Flutter Tutorial, we will be taking a look at creating a ".dmg" File for Flutter MacOS Desktop Apps. We will use a Node Package called "appdmg" on a Mac Machine to create this .dmg from the Release folder that flutter build gives us. APOLOGIES FOR THE LOWER AUDIO QUALITY OF THIS TUTORIAL 🔥 Creating .exe Setup for Flutter Windows Desktop Apps👇: CZcams: cz...
Flutter - Creating .exe Setup for Flutter Windows Desktop Apps | Flutter Tutorial | Inno Setup
zhlédnutí 61KPřed 2 lety
#flutter #programming #mobileapp In this Flutter Tutorial, we will be taking a look at creating ".exe" Executable Setup for Flutter Windows Desktop Apps. We will use a program called Inno Setup on a Windows Machine to create this installer from the Release folder that flutter build gives us. Inno Setup 📥 : jrsoftware.org/isdl.php Medium Article 📃: link.medium.com/q9ePZQvNGkb 🔥 Auto-Generate Flu...
Flutter - Comparing List and Maps | Flutter Tutorial for Beginners
zhlédnutí 4,8KPřed 2 lety
#flutter #mobileapp #flutterdevelopment In this Flutter Tutorial, we will be taking a look at Comparing List and Map in Flutter App and a Dart CLI Application. Not many new developers know about these Classes and methods and they write custom functions to compare these collections. So now that you know how it can be done, use these methods instead! Collection Package: pub.dev/packages/collectio...
Flutter Shape Maker - Pro | Auto-Generate Custom Paint Code | Flutter UI Design Tutorial
zhlédnutí 7KPřed 2 lety
#flutter #custompaint #shapemaker This is an announcement video for "Flutter Shape Maker - Pro" which is a Tool to Auto-Generate Custom Paint code by Hand Made shape. This update of Flutter Shape Maker with Version 2.5 brings Major Bug Fixes and Pro Features like Symmetric Draw and Online Project Storage. We will go through the features provided by this app with a clear Demonstration. 🔥 Auto-Ge...
Flutter - iMessage Styled Image Stack | Flutter UI Design Tutorial
zhlédnutí 9KPřed 2 lety
#flutter #flutterui #mobileapp In this Flutter UI Design Tutorial, we will be taking a look at creating an iMessage Styled Image Stack in Flutter | We will be using a package called SwipeDeck to create this and we will experiment with the customizations provided by this package. Flutter Package: pub.dev/packages/swipe_deck Github: github.com/retroportalstudio/swipe_deck 🔥 Auto-Generate Flutter ...
Creating a Game From Scratch in Flutter | NO GAME ENGINE USED!
zhlédnutí 14KPřed 2 lety
#flutter #game #flutterui In this Flutter Tutorial, we will be taking a look at creating a base for Jardinains (Pong) Game in Flutter from Scratch. I will be going through the code, explaining to you all the important concepts. This tutorial will help you understand the implementation for Collision detection in games and a lot more to work on your own Flutter Game Projects. I will be adding a l...
Flutter UI Design Series | Episode 2 | Flutter UI Design Tutorial - Speed Code
zhlédnutí 37KPřed 3 lety
#flutter #flutterui #design In this Flutter UI Design Tutorial, we will be taking a look at this Elegant UI Design for Food Application using Flutter. This Speed Code is divided into three sections with each section focusing on a particular part of the Landing Screen. After creating the landing screen, you have the challenge to create the second screen yourself. Code for complete design can be ...
Flutter - Infinite Scrolling Pagination for ListView | Flutter UI Design Tutorial
zhlédnutí 41KPřed 3 lety
#flutter #flutterui #google In this Flutter UI Design Tutorial, We will be taking an in-depth look at Implementing Infinite Scrolling Pagination in Flutter ListView. We will be creating a Mock-API to replicate the behavior of a real API and add more data to the list as the user scrolls to the bottom. We will also learn to show an indication to the user when there are no more its to show in the ...
Flutter - Folding Options Menu | Flutter UI Design Tutorial
zhlédnutí 3,8KPřed 3 lety
#flutter #flutterui #mobileapp In this Flutter UI Design Tutorial, we will be taking a look at creating a Folding Options Menu in Flutter. We will be learning to use the package that I have created for this and all the customization options that it provides. If you wish to learn more about the internal functioning of this package make sure to take a look at this article that I posted on Medium:...
Flutter - Handling Application Lifecycle | Flutter Tutorial
zhlédnutí 26KPřed 3 lety
Flutter - Handling Application Lifecycle | Flutter Tutorial
Flutter SVG to Custom Paint Converter | Flutter Shape Maker | Flutter UI Design Tutorial
zhlédnutí 15KPřed 3 lety
Flutter SVG to Custom Paint Converter | Flutter Shape Maker | Flutter UI Design Tutorial
Flutter Fancy Page Wave Transition Animation | Flutter UI Design Tutorial
zhlédnutí 30KPřed 3 lety
Flutter Fancy Page Wave Transition Animation | Flutter UI Design Tutorial
Creating Goku with Flutter Custom Paint - Flutter Shape Maker | Speed Art
zhlédnutí 6KPřed 3 lety
Creating Goku with Flutter Custom Paint - Flutter Shape Maker | Speed Art
Flutter - Frosted Glass Effect | Flutter UI Design Tutorial
zhlédnutí 16KPřed 3 lety
Flutter - Frosted Glass Effect | Flutter UI Design Tutorial
Flutter Burst Counter App | Flutter Counter Challenge 2021 | Flutter UI Design Tutorial
zhlédnutí 8KPřed 3 lety
Flutter Burst Counter App | Flutter Counter Challenge 2021 | Flutter UI Design Tutorial
Flutter Expanded Widget - Flutter Widget Essentials #11 | Flutter UI Design Tutorial
zhlédnutí 7KPřed 3 lety
Flutter Expanded Widget - Flutter Widget Essentials #11 | Flutter UI Design Tutorial
Flutter Align Widget - Flutter Widget Essentials #10 | Flutter UI Design Tutorial
zhlédnutí 7KPřed 3 lety
Flutter Align Widget - Flutter Widget Essentials #10 | Flutter UI Design Tutorial
Flutter - Saving Files to Application Folder and Gallery | Flutter Tutorial
zhlédnutí 54KPřed 3 lety
Flutter - Saving Files to Application Folder and Gallery | Flutter Tutorial
Flutter Custom Range Selector UI Design | Flutter UI Design Tutorial
zhlédnutí 3,6KPřed 3 lety
Flutter Custom Range Selector UI Design | Flutter UI Design Tutorial
Flutter Shape Maker 2.0 - A Tool for Community | Made with Flutter, for Flutter 💙!
zhlédnutí 10KPřed 3 lety
Flutter Shape Maker 2.0 - A Tool for Community | Made with Flutter, for Flutter 💙!
The Biggest Problem that Flutter is Facing | Beginners Must Watch
zhlédnutí 68KPřed 3 lety
The Biggest Problem that Flutter is Facing | Beginners Must Watch
Flutter - Creating Stateful Dialog Form | Flutter UI Design Tutorial | Stateful Builder
zhlédnutí 24KPřed 3 lety
Flutter - Creating Stateful Dialog Form | Flutter UI Design Tutorial | Stateful Builder
Flutter Custom Paint made Easy | Flutter Shape Maker | Promo Video
zhlédnutí 5KPřed 3 lety
Flutter Custom Paint made Easy | Flutter Shape Maker | Promo Video
Flutter Shape Maker | Auto-Generate Custom Paint Code | Flutter UI Design Tutorial
zhlédnutí 70KPřed 3 lety
Flutter Shape Maker | Auto-Generate Custom Paint Code | Flutter UI Design Tutorial

Komentáře

  • @TheAbhidugar
    @TheAbhidugar Před 3 dny

    What if there is a container and I need to set custom color for dark/light theme in it, how to do that?

  • @Juanda-30
    @Juanda-30 Před 4 dny

    No entiendo dibujaste y obtuviste el codigo verdad?

  • @acornerofherheart-jr9pl

    sir when the default white screen loads the status abr is black and font there is white how to change that status bar? in my app i hve set desired color status bar but when it loads the default splash white screen has the status bar which is not of my desired color? how to change? on app pages it is okay but not on default splash i m able to apply

  • @chandshah6516
    @chandshah6516 Před 11 dny

    I am getting error in installing npm install firebase firebase admin

  • @kalyanchandra4376
    @kalyanchandra4376 Před 25 dny

    Finally U didn't explain the what the exact mounted keyword will does?

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl Před měsícem

    thank you

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

    hi there , great job . is functional for desktops app run on window and linux ?

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

    I place ur url in the same exact code but when the phone download it it wont open and says (cant open this link) i dont know how to fix that?

  • @AKASHM-ke9pv
    @AKASHM-ke9pv Před 2 měsíci

    thanks for this content

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

    never encountered this when i used bloc, im curious why

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

    Comrade, you are a real magician! Thank you so much!

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

    bro you are not a human omg this video thank you man

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

    is this restoration works even after the app got killed ?

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

    Thank you so much for this amazing tool. you saved so much of my time. Thanks Again !!!

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

    how are you calculating the curves id really love to learn about that approach and is there anything that can help.

  • @10_min_infra
    @10_min_infra Před 4 měsíci

    you saved my day

  • @nateg617
    @nateg617 Před 4 měsíci

    Fantastic. Easy and clear. Thanks !

  • @rahuljamba5846
    @rahuljamba5846 Před 4 měsíci

    Great topics

  • @maen.kh_work
    @maen.kh_work Před 4 měsíci

    great video thank you, for future reference instead of using for loop, you can easily make split like this String s = directory.path ; s.split("Android/").first // /storage/emulated/0/

  • @phunguyen.1004
    @phunguyen.1004 Před 5 měsíci

    Hi! I have a question about macOS. When I try to open an application that I've sent to someone else, they receive a warning message saying, "‘myapp’ can’t be opened because Apple cannot check it for malicious software." How can I fix this issue?

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

    Thanks , you saved my day

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

    Excellent video

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

    Not working. Can you help?

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

    What about icons?

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

    i followed you but my app does not run in desktop it in task manager why???

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

    Thanks bro

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

    I really thought this was going to work (since I neglected the .inactive state previously), but adding that did not fix my issue, which is: SOMETIMES coming out of background, the app comes up "black". Sending it back to background and immediately bringing to foreground fixes it. Any idea why it needs another "cycle" in order to show the app properly? I'd say half the time, it comes up ok the first time. Almost random.

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

    my exe don't run, windows says that my app has a virus, what should i do?

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

    Quite useful. Thanks 😊

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

    can u please make a tutorial for a simple camera app which click a photo and save into custom location in phone

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

    Thank you for this beautiful tutorial. You nailed it!!

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

    Thank you Very good and simple explanation Straight to the point

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

    Excelent explanation! 10/10

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

    thanks man, its working

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

    Very Goooooooood❤🙏👌

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

    This video is really helpful and informative for a beginner like me that doesn't have a programming background. Thanks a lot... I really appreciate your effort in doing this video and some other videos.

  • @user-ot2xn3wo8p
    @user-ot2xn3wo8p Před 6 měsíci

    But is it possible to save the file in external storage? Without going for hidden private data of android, the file should be visible externally.

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

    lets say you did nothing with the app lifecycle,when the app is in bg the code still run and how long the code still run(in your case is the increment)?as long user not destroyed the app or there a time to automatic destroyed the app?

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

    Thankyou for explaining this so easily, saved a ton of time.

  • @user-uv4lq9ek3d
    @user-uv4lq9ek3d Před 6 měsíci

    Really helpfull

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

    thank you

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

    How do I distribute this dmg installer? Can it just be sent separately?? As per comments , this file doesn't run on other PC . Please help.

    • @DhruvinSavaliya-ng5mn
      @DhruvinSavaliya-ng5mn Před 6 měsíci

      same issue, error says can not be opened because it is from an unidentified developer

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

      @@DhruvinSavaliya-ng5mn sign the app and the dmg installer. i will work then.

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

    Now I am getting one more state named Hidden i don't know why but its confusing now ..also someone who can explain detached state ..

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

    Can I do this exact thing but trigger the menu onTap instead of triggering onLongPress?

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

    Clearly explained. Great tutorial. Many thanks

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

    I Purchased it but have an issue in Activation , when i send a verification code to my email an error message appear (a token is required)

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

      Checking on This issue 🙏 Apologies for inconvenience! Already received this issue from one user!

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

      Any update??

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

      Hey! That issue was fixed a couple days ago! I did respond to the emails I received for this issue when it was fixed, if you had dropped one! Thank you for choosing FireKit. Please let me know if you run into any other issue@@firasalnatsheh3186

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

    its amazing !

  • @user-um8fu6cu7u
    @user-um8fu6cu7u Před 8 měsíci

    I need Quick Response Sir I Got Error When I Was At 14:40 List<Widget> banners = new List<Widget>(); Special "List"

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

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

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

    Why you are in a hurry?! You are not trying to deliver a solution you are teaching