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 :)
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.
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!" ?
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'
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.
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.
🔒 Get protected by NordVPN with a 75% discount 👇👇
resocoder.com/nordvpn-75off
You can also use the coupon code 👉resocoder👈 during the checkout.
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 :)
Thank you for this amazing library! Of course, I'd be honored if you put this into the readme file.
Hi, great widget!!! By the way, how do you dismiss the flushbar immedately after pressing the main button?
Can I show as a custom notification layout this when i get an fcm notification when app is in background?
which text color theme you are using for your IDE
How do you dismiss the Flushbar immediately when the button is pressed?
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.
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!" ?
Great tutorial as always. Thank you so much.
really great job, it made easier to show toast bar and saved my day!
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'
the flushbar cant seem to work with me at all, i even copied your code letter to letter...still wouldnt show up
Would you considering doing a tutorial based on the Provider ChangeNotificationProvider Consumer... Based on the last flutter IO
Haven't seen a talk on that yet, but sure! IO was really exciting!
Error: Too few positional arguments: 1 required, 0 given.
super.install();
i have the same problem when i run : flutter build ... for release apk , did you resolve it?
I am new here to your channel. Now big fan your teaching style. it would be great if you can make dart language tutorials.
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.
Your VS code theme is amazing!, please tell the name
I must have missed part of the video. When did we create all the buttons ??
Never, it's because that's not related to the library. You can get the full code from the link in the description.
@@ResoCoder I found GitHub link thanks
Very useful, thanks!
Great tutorial , thanks so much :)
hai resso coder,
which one is better, flutter or kotlin?
Hard question 😄 I'd say go with Flutter but be willing to learn native Kotlin down the road.
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!
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.
@@ResoCoder Oh ok anyways thanks for the fast reply! Will probaly look into MVC/MVP then.
Unfortunately It's discontinued
Nice one m8
Great content man... I'm new to flutter/dart and i am loving it already.
Thank you! Flutter is truly the new way to go.
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.
Well, yes. AroundPadding is no longer present.
@@ResoCoder Thank you
I think that this package has now been discontinued fml.
wasted my time