RetroPortal Studio
RetroPortal Studio
  • Видео 92
  • Просмотров 3 550 208
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...
Просмотров: 29 692

Видео

FireKit for Firebase - Data Import/Export Tool for Firebase Cloud Firestore
Просмотров 12 тыс.2 года назад
#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 |
Просмотров 14 тыс.2 года назад
#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
Просмотров 15 тыс.2 года назад
#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
Просмотров 89 тыс.2 года назад
#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
Просмотров 19 тыс.2 года назад
#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
Просмотров 9 тыс.2 года назад
#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👇: RUclips: r...
Flutter - Creating .exe Setup for Flutter Windows Desktop Apps | Flutter Tutorial | Inno Setup
Просмотров 62 тыс.2 года назад
#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
Просмотров 4,8 тыс.2 года назад
#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
Просмотров 7 тыс.2 года назад
#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
Просмотров 9 тыс.2 года назад
#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!
Просмотров 14 тыс.2 года назад
#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
Просмотров 37 тыс.3 года назад
#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
Просмотров 41 тыс.3 года назад
#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
Просмотров 3,9 тыс.3 года назад
#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
Просмотров 26 тыс.3 года назад
Flutter - Handling Application Lifecycle | Flutter Tutorial
Flutter SVG to Custom Paint Converter | Flutter Shape Maker | Flutter UI Design Tutorial
Просмотров 15 тыс.3 года назад
Flutter SVG to Custom Paint Converter | Flutter Shape Maker | Flutter UI Design Tutorial
Flutter Fancy Page Wave Transition Animation | Flutter UI Design Tutorial
Просмотров 30 тыс.3 года назад
Flutter Fancy Page Wave Transition Animation | Flutter UI Design Tutorial
Creating Goku with Flutter Custom Paint - Flutter Shape Maker | Speed Art
Просмотров 6 тыс.3 года назад
Creating Goku with Flutter Custom Paint - Flutter Shape Maker | Speed Art
Flutter - Frosted Glass Effect | Flutter UI Design Tutorial
Просмотров 16 тыс.3 года назад
Flutter - Frosted Glass Effect | Flutter UI Design Tutorial
Flutter Burst Counter App | Flutter Counter Challenge 2021 | Flutter UI Design Tutorial
Просмотров 8 тыс.3 года назад
Flutter Burst Counter App | Flutter Counter Challenge 2021 | Flutter UI Design Tutorial
Flutter Expanded Widget - Flutter Widget Essentials #11 | Flutter UI Design Tutorial
Просмотров 7 тыс.3 года назад
Flutter Expanded Widget - Flutter Widget Essentials #11 | Flutter UI Design Tutorial
Flutter Align Widget - Flutter Widget Essentials #10 | Flutter UI Design Tutorial
Просмотров 7 тыс.3 года назад
Flutter Align Widget - Flutter Widget Essentials #10 | Flutter UI Design Tutorial
Flutter - Saving Files to Application Folder and Gallery | Flutter Tutorial
Просмотров 55 тыс.3 года назад
Flutter - Saving Files to Application Folder and Gallery | Flutter Tutorial
Flutter Custom Range Selector UI Design | Flutter UI Design Tutorial
Просмотров 3,6 тыс.3 года назад
Flutter Custom Range Selector UI Design | Flutter UI Design Tutorial
Flutter Shape Maker 2.0 - A Tool for Community | Made with Flutter, for Flutter 💙!
Просмотров 11 тыс.3 года назад
Flutter Shape Maker 2.0 - A Tool for Community | Made with Flutter, for Flutter 💙!
The Biggest Problem that Flutter is Facing | Beginners Must Watch
Просмотров 68 тыс.3 года назад
The Biggest Problem that Flutter is Facing | Beginners Must Watch
Flutter - Creating Stateful Dialog Form | Flutter UI Design Tutorial | Stateful Builder
Просмотров 24 тыс.3 года назад
Flutter - Creating Stateful Dialog Form | Flutter UI Design Tutorial | Stateful Builder
Flutter Custom Paint made Easy | Flutter Shape Maker | Promo Video
Просмотров 5 тыс.3 года назад
Flutter Custom Paint made Easy | Flutter Shape Maker | Promo Video
Flutter Shape Maker | Auto-Generate Custom Paint Code | Flutter UI Design Tutorial
Просмотров 70 тыс.3 года назад
Flutter Shape Maker | Auto-Generate Custom Paint Code | Flutter UI Design Tutorial

Комментарии

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

    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 13 дней назад

    No entiendo dibujaste y obtuviste el codigo verdad?

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 20 дней назад

    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 21 день назад

    I am getting error in installing npm install firebase firebase admin

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

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

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 2 месяца назад

    thank you

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

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

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

    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 3 месяца назад

    thanks for this content

  • @barnabassolomon1629
    @barnabassolomon1629 3 месяца назад

    never encountered this when i used bloc, im curious why

  • @dmitriyusatov1988
    @dmitriyusatov1988 3 месяца назад

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

  • @omarsalamaa123
    @omarsalamaa123 3 месяца назад

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

  • @SaitamaMixed
    @SaitamaMixed 3 месяца назад

    is this restoration works even after the app got killed ?

  • @nitishajain1146
    @nitishajain1146 3 месяца назад

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

  • @animegod2474
    @animegod2474 4 месяца назад

    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 4 месяца назад

    you saved my day

  • @nateg617
    @nateg617 4 месяца назад

    Fantastic. Easy and clear. Thanks !

  • @rahuljamba5846
    @rahuljamba5846 4 месяца назад

    Great topics

  • @maen.kh_work
    @maen.kh_work 5 месяцев назад

    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 5 месяцев назад

    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 5 месяцев назад

    Thanks , you saved my day

  • @LeagueRandomPlayer
    @LeagueRandomPlayer 5 месяцев назад

    Excellent video

  • @anupambd94
    @anupambd94 5 месяцев назад

    Not working. Can you help?

  • @shreyassk1515
    @shreyassk1515 5 месяцев назад

    What about icons?

  • @walidmechakou3554
    @walidmechakou3554 5 месяцев назад

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

  • @codex8797
    @codex8797 5 месяцев назад

    Thanks bro

  • @corepuncher
    @corepuncher 5 месяцев назад

    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 5 месяцев назад

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

  • @ujjwalchetan4907
    @ujjwalchetan4907 5 месяцев назад

    Quite useful. Thanks 😊

  • @shahmaarbaba
    @shahmaarbaba 5 месяцев назад

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

  • @abirahmed5398
    @abirahmed5398 5 месяцев назад

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

  • @iamdjang0o
    @iamdjang0o 6 месяцев назад

    Thank you Very good and simple explanation Straight to the point

  • @thiagofurlan6763
    @thiagofurlan6763 6 месяцев назад

    Excelent explanation! 10/10

  • @TupakulaChaithanya
    @TupakulaChaithanya 6 месяцев назад

    thanks man, its working

  • @amir_334
    @amir_334 6 месяцев назад

    Very Goooooooood❤🙏👌

  • @allancabilestoc6235
    @allancabilestoc6235 6 месяцев назад

    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 6 месяцев назад

    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 6 месяцев назад

    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 6 месяцев назад

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

  • @user-uv4lq9ek3d
    @user-uv4lq9ek3d 7 месяцев назад

    Really helpfull

  • @data20230
    @data20230 7 месяцев назад

    thank you

  • @prabinlamsal74
    @prabinlamsal74 7 месяцев назад

    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 6 месяцев назад

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

    • @prabinlamsal74
      @prabinlamsal74 6 месяцев назад

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

  • @jawadaslam8537
    @jawadaslam8537 8 месяцев назад

    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 8 месяцев назад

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

  • @MrVipulLal
    @MrVipulLal 8 месяцев назад

    Clearly explained. Great tutorial. Many thanks

  • @firasalnatsheh3186
    @firasalnatsheh3186 8 месяцев назад

    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 8 месяцев назад

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

    • @firasalnatsheh3186
      @firasalnatsheh3186 8 месяцев назад

      Any update??

    • @RetroPortalStudio
      @RetroPortalStudio 8 месяцев назад

      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 8 месяцев назад

    its amazing !

  • @user-um8fu6cu7u
    @user-um8fu6cu7u 8 месяцев назад

    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 9 месяцев назад

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

  • @mohammadsalah716
    @mohammadsalah716 9 месяцев назад

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