Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Any tools/libs/packages to help me do a semi-offline app with syncing data when there is no cell signal and when there is later on?
I am developing a sales tracking app, where a sales rep can log a transaction at a dealer store. The problem is that these dealer stores sometimes are in remote villages where there is no phone signal. With that said, is there any tools/libs/packages that will help me deal with this issue, where as soon as the person has a signal, it syncs the data to the database. The only app I have done so far is with firebase and can log transactions and all sorts of stuff. Just wondering if there is something I should definitely check out to take on my task, as I was thinking I need to do a local db like sqlite and it polls to check if its in sync with the database and once there is a signal, and its out of sync, it syncs and wipes the local database records.

March 14, 2020 at 03:26PM by splishyandsplashy
https://ift.tt/2QcYZFW
New post on /r/flutterdev subreddit:

Show Alert without context
I'm running a socket in foreground and when I receive an event, I want to display an alert in flutter. The thing is I need a context for the alert, and the foreground service is an Isolate, so it doesn't share memory with the main program. How can I plug in a context or show an alert without any context at all?

March 14, 2020 at 07:27PM by hportuga
https://ift.tt/2Qi9yHL
New post on Flutter Dev Google group:

About Flutter Web
How can I implement Push notification On flutter web.and also How to Implement social login On Flutter web. Both are work on Flutter app but when I try to implement Push notification & social login On Flutter web I faced problem.is anyone works on with flutter web Push notification & social

March 14, 2020 at 08:03PM by tanveer ammir
https://ift.tt/2U2hiP4
New post on Flutter Dev Google group:

Android studio downloaded on Windows But flutter can't find Android Sdk at the specified path
I have already set ANDROID_HOME and PATH Variables to that location.Can someone help?

March 14, 2020 at 08:47PM by Hemanth Vijayakumar
https://ift.tt/38RZJ9V
New post on /r/flutterdev subreddit:

Opinions about state management approaches
Hello guys, I'm relatively a beginner to Flutter and I've been going through the various ways of implementing state management inside Flutter apps. The very first I studied was the Provider package (even if it's just a DI system) and now I'm just seeing BLoC. It's just me or do they have similar principles? Starting from Provider and implementing it in my apps, I found BLoC easy to understand and very comprehensible. What about you? How is your Flutter journey going? PS. I haven't seen Redux very specifically, so I can't judge it.

March 14, 2020 at 09:52PM by Codeek89
https://ift.tt/33n7406
New post on /r/flutterdev subreddit:

Architect Theme: A responsive admin template for Flutter
https://ift.tt/3d0hbfC

March 14, 2020 at 11:04PM by sam-sung
https://ift.tt/38SIC7G
New post on Flutter Dev Google group:

Google map without api key or billing account?
HI flutter community, i want to integrate google maps within my application but i also want to avoid using a billing account to do so. Is it possible? and do you know such example ? Regards,

March 14, 2020 at 11:07PM by Amena Deeb
https://ift.tt/38RgSR9
New post on /r/flutterdev subreddit:

Need some help with getting flutter_sound package to work
Hey all, I first want to make sure that I am allowed to make posts asking for help on some flutter code. I read the community guidelines and there weren't any rules contradicting the ability to do so. However, if that is not the purpose of this subreddit, please let me know!So I am working on an application that records users, and I am trying to use flutter_sound, however, I am having so much trouble getting it to work, specifically the startRecorder() method. I have detailed information in this StackOverflow post(https://stackoverflow.com/questions/60691034/unable-to-successfully-call-startrecorderuri-from-the-flutter-sound-packa), however, this issue is not common and am trying my best to spread it amongst others to obtain more insight.

March 15, 2020 at 09:57AM by outheretobeinside
https://ift.tt/2x0ylsN
New post on /r/flutterdev subreddit:

Problem Displaying Test Ads Admob
Hey guys, I need help on display test ads on my app. I already followed the instructions found in https://pub.dev/packages/firebase_admob couple of times but I still get the same error.
W/Ads (11046): There was a problem getting an ad response. ErrorCode: 0 W/Ads (11046): Failed to load ad: 0 W/flutter (11046): onAdFailedToLoad: 0 I/flutter (11046): BannerAd event is MobileAdEvent.failedToLoad 
My Admob account is already verified. I'm testing it on Android Studio emulator on latest API. Thanks in advance.

March 15, 2020 at 09:49AM by pukima_sial
https://ift.tt/2IO6ted
New post on /r/flutterdev subreddit:

FlutterForce — Week 68
https://ift.tt/2WcNSjQ

March 15, 2020 at 11:55AM by flutterist
https://ift.tt/2TTpK4l
New post on /r/flutterdev subreddit:

Storing, writing and reading Data from host?
In my IT class were off to make an own-directed software of some kind.Our school-organizing app is pure horsesh*t so me and my team decided to do it better.You should be able to create classes, upload text and images etc. Ofc that data has to be stored, read and written somehow.My question is : How would you go about that?I also would be open to hosting the storage from my laptop at home if thats possible.It doesn't have to be super quick and hold many files since it's only experimental to work on like 10 devices.Any help is highly appreciated

March 15, 2020 at 12:45PM by BenGroll
https://ift.tt/2wUvJNg