Beautiful Snackbar on Flutter (without Scaffold) - Flushbar Library

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 39

  • @ResoCoder
    @ResoCoder  5 років тому

    🔒 Get protected by NordVPN with a 75% discount 👇👇
    resocoder.com/nordvpn-75off
    You can also use the coupon code 👉resocoder👈 during the checkout.

  • @AndreHaueisen
    @AndreHaueisen 5 років тому +25

    Hello Matej. I'm the developer of Flushbar and I appreciate the kind words.
    If it is ok with you, I would like to put a link to your tutorial in the README file in the next update.
    Great job. Awesome tutorial :)

    • @ResoCoder
      @ResoCoder  5 років тому +6

      Thank you for this amazing library! Of course, I'd be honored if you put this into the readme file.

    • @rdonasco
      @rdonasco 3 роки тому

      Hi, great widget!!! By the way, how do you dismiss the flushbar immedately after pressing the main button?

  • @pembatamang8233
    @pembatamang8233 4 роки тому +1

    Can I show as a custom notification layout this when i get an fcm notification when app is in background?

  • @mirzajaun
    @mirzajaun 3 роки тому

    which text color theme you are using for your IDE

  • @rdonasco
    @rdonasco 3 роки тому

    How do you dismiss the Flushbar immediately when the button is pressed?

  • @tbcguy1030
    @tbcguy1030 4 роки тому

    Is it possible for this flushbar to display say a single queried record from firestore. For instance I have an app that I would like the client to have the ability of tapping an info button and displaying the current event on the stage at this moment or at least the the one that should be on based on a predetermined schedule.

  • @michaeltolsma7717
    @michaeltolsma7717 4 роки тому

    How would you show a snackbar after navigating to a new page? Say you've finished uploading something to Firebase and then want the user to be returned to the home page with a snackbar saying "Upload complete!" ?

  • @selandeemantha4933
    @selandeemantha4933 4 роки тому

    Great tutorial as always. Thank you so much.

  • @marcosomma4979
    @marcosomma4979 4 роки тому

    really great job, it made easier to show toast bar and saved my day!

  • @trungbui3161
    @trungbui3161 4 роки тому

    Hi, i start working with flushbar today but i got the runtime error below when used the FlushbarHelper. Can you give me any idea. I read the documentation of package and they said: Failing to provide it before you call show() will result in a runtime error.
    'Explicit concurrent copying GC freed 4136(160KB) AllocSpace objects, 1(20KB) LOS objects, 88% free, 791KB/6MB, paused 411us total 14.521ms'

  • @abdoselim1990
    @abdoselim1990 4 роки тому

    the flushbar cant seem to work with me at all, i even copied your code letter to letter...still wouldnt show up

  • @peekpt
    @peekpt 5 років тому +1

    Would you considering doing a tutorial based on the Provider ChangeNotificationProvider Consumer... Based on the last flutter IO

    • @ResoCoder
      @ResoCoder  5 років тому +1

      Haven't seen a talk on that yet, but sure! IO was really exciting!

  • @mohammedalanany8325
    @mohammedalanany8325 4 роки тому +2

    Error: Too few positional arguments: 1 required, 0 given.
    super.install();

    • @DavidGarcia-vz4lm
      @DavidGarcia-vz4lm 4 роки тому

      i have the same problem when i run : flutter build ... for release apk , did you resolve it?

  • @rajanichintan
    @rajanichintan 5 років тому

    I am new here to your channel. Now big fan your teaching style. it would be great if you can make dart language tutorials.

  • @dutchman121
    @dutchman121 5 років тому

    Hi, In my android project LiveData fetches twice response. The first time it fetches response perfectly but when the second time calls it to fetch immediately previous response with a current response. Please help me. I follow your's forecast app tutorial but I cannot use Room database. Thank you.

  • @tanzeelrehman1513
    @tanzeelrehman1513 4 роки тому

    Your VS code theme is amazing!, please tell the name

  • @TheHiHiker
    @TheHiHiker 5 років тому

    I must have missed part of the video. When did we create all the buttons ??

    • @ResoCoder
      @ResoCoder  5 років тому +1

      Never, it's because that's not related to the library. You can get the full code from the link in the description.

    • @TheHiHiker
      @TheHiHiker 5 років тому

      @@ResoCoder I found GitHub link thanks

  • @jimmyfmedina
    @jimmyfmedina 5 років тому

    Very useful, thanks!

  • @enafor99
    @enafor99 5 років тому

    Great tutorial , thanks so much :)

  • @ElliotCoil
    @ElliotCoil 5 років тому

    hai resso coder,
    which one is better, flutter or kotlin?

    • @ResoCoder
      @ResoCoder  5 років тому

      Hard question 😄 I'd say go with Flutter but be willing to learn native Kotlin down the road.

  • @Joseph-gq9nd
    @Joseph-gq9nd 5 років тому

    Great video as always! Also can you make a video on how to implement MVVM in flutter? Like the project structure etc. Would be great if you did!

    • @ResoCoder
      @ResoCoder  5 років тому +1

      Thanks! I'm not sure though if MVVM is the right fit for Flutter since it's a declarative framework and not imperative like, let's say, Android.

    • @Joseph-gq9nd
      @Joseph-gq9nd 5 років тому

      @@ResoCoder Oh ok anyways thanks for the fast reply! Will probaly look into MVC/MVP then.

  • @victordouglas6939
    @victordouglas6939 3 роки тому

    Unfortunately It's discontinued

  • @peekpt
    @peekpt 5 років тому

    Nice one m8

  • @nelsonxcoded3016
    @nelsonxcoded3016 5 років тому +1

    Great content man... I'm new to flutter/dart and i am loving it already.

    • @ResoCoder
      @ResoCoder  5 років тому

      Thank you! Flutter is truly the new way to go.

  • @FranzSchwanauer
    @FranzSchwanauer 4 роки тому

    Great job Matej. I enjoy your tutorials. //aroundPadding: EdgeInsets.all(10),
    How do you solve this problem? lib/main.dart:109:7: Error: No named parameter with the name 'aroundPadding'.
    aroundPadding: EdgeInsets.all(10),
    I solved it by commenting it out!! and eliminating the padding.

    • @ResoCoder
      @ResoCoder  4 роки тому

      Well, yes. AroundPadding is no longer present.

    • @FranzSchwanauer
      @FranzSchwanauer 4 роки тому

      @@ResoCoder Thank you

  • @George-or3uv
    @George-or3uv 3 роки тому

    I think that this package has now been discontinued fml.

  • @nickgotsis5119
    @nickgotsis5119 4 роки тому

    wasted my time