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

"Not production ready"?
My boss and our lead mobile architect are both on the Xamarin bandwagon. My organization is a web development shop that utilizes .NET heavily. Any time I bring up Flutter for POC, Project, or related work- I get shot down with "but Flutter isn't production ready".Are there any materials outlining both sides of this argument?

August 21, 2019 at 02:11PM by joe0418
https://ift.tt/31Wkoqm
New post on /r/flutterdev subreddit:

Looking for affordable and scalable Firebase serverless replacement
I really like Firebase and all the services they offer, but my main concern is about the vendor lock-in and not having more control of the database. Also when the usage grows it could be more expensive than having my own server.Currently I been using Firebase for my first app, and everything works fine, since is a small app, but for my next project Im really considering this things since it will require much more server usage.Looking in internet I found Parse and Back4app so I want to know other developers experience with Parse-Flutter and if I can have the same functionality, Im interesting in the following ones:firebase_analyticscloud_firestorefirebase_crashlyticsfirebase_remote_configfirebase_admobfirebase_messagingcloud messagingauthenticationA/B testingDynamic links / deep linkingIf there is another options, I'm open to suggestions.

August 21, 2019 at 03:17PM by niacubilla
https://ift.tt/2ZdL9J7
New post on /r/flutterdev subreddit:

[Issue] Simply delete a Widget with the help of Quick Menu
Hi, i am working with Android Studio and I want to just simply delete a Widget from my Code without doing it by Hand. There are many to Tutorials that use the Quick-Menu to do so See here!But I don't have this "Remove Widget" at my Quick-Menu See here! , do I need to enable it?

August 21, 2019 at 04:24PM by Fakesn
https://ift.tt/30nKhyO
New post on /r/flutterdev subreddit:

Thoughts about state management in Flutter
People who are using Flutter in production, what state management architecture are you using?I'm building a simple application, and I stumbled upon Mobx Dart which is a state management plugin based on RxDart. Honestly it's the easiest one to implement that I found to date.What's your thoughts?

August 21, 2019 at 06:03PM by yiss92
https://ift.tt/30pJJIO
New post on Flutter Dev Google group:

QR Dart - rendering the code?
Greetings - I've implemented the QR Dart code, but am struggling to find a way of actually displaying the code on the screen. Has anyone done this before? Can you send me a snippet? Thanks, Matt -- m.ma...@gmail.com (805) 689-2616

August 21, 2019 at 06:54PM by Matt Mason
https://ift.tt/30oIHfV
New post on /r/flutterdev subreddit:

Flutter Web Plugin
How can I add any plugin to flutter web?I am having a problem with that need some help.

August 21, 2019 at 08:19PM by itsravishankarsingh
https://ift.tt/2PaqS36
New post on /r/flutterdev subreddit:

Flutter and Amazon Polly Integration?
Is it possible to use Amazon Polly for TTS with Flutter? I havent been able to find any resources so far. I would use Google's TTS but the Korean language provided is pretty bad :(

August 21, 2019 at 09:23PM by ZetaGG
https://ift.tt/31XmEh4
New post on /r/flutterdev subreddit:

Blaise - Open Source Cryptocurrency Wallet Developed with Flutter!
https://ift.tt/2KKSBTM

August 21, 2019 at 10:51PM by bbedward
https://ift.tt/31Yp2nJ
New post on /r/flutterdev subreddit:

Building a Calculator App in Flutter
https://ift.tt/30lSjby

August 22, 2019 at 12:19AM by congolomera
https://ift.tt/2ZcCCGn
New post on Flutter Dev Google group:

Please help me with the question in stackoverflow | How to get CSRF Token using HttpClient, error 406 flutter
Please help me with the question in stackoverflow https://ift.tt/2PaYb6e

August 22, 2019 at 06:32AM by mahantappa b k
https://ift.tt/2zpJYb3
New post on /r/flutterdev subreddit:

Chitr: Wallpapers and Backgrounds | It's All Widgets!
https://ift.tt/2TWfcjd

August 22, 2019 at 07:37AM by divyanshub024
https://ift.tt/33MpAi1
New post on /r/flutterdev subreddit:

“On device ML with custom TFLite models in Flutter apps”
https://ift.tt/31PdXVM

August 22, 2019 at 09:00AM by Sharonzac
https://ift.tt/2zdjl8T
New post on /r/flutterdev subreddit:

Feature flag for Flutter apps
Hi guys and gals! I was wondering if you've ever felt the need for a platform that would allow you to present a new feature only to a handful of users instead of the entire user base. I was thinking of a feature flagging system that would allow Flutter enthusiasts and developers to manage the new features that they add to their apps. Let me know what you think.

August 22, 2019 at 10:24AM by andreyeurope
https://ift.tt/2MwC0Fl
New post on /r/flutterdev subreddit:

Free Flutter To Do Mobile App
Are you a developer and looking for free open-source on Flutter that builds based on enterprise standard then you may check out our free Flutter To Do Mobile App at https://www.ionicfirebaseapp.com/products/flutter-mobile-app that builds as per industry standard. Just download and start Flutter development as per industry standard.You can alos download from our GitHub repository at https://github.com/ionicfirebaseapp/flutter-todo-appFor any query make a comment below and let us know if you build something really awesome in this.

August 22, 2019 at 10:04AM by ionicfirebaseapp
https://ift.tt/2LeM5UD
New post on Flutter Dev Google group:

Render PNG in Logic
Hi, My app gets data from measuring devices. The user can arrange this in a chart (with some params) and save these charts. Now I want to generate a protocol file with a lot of this chart views. So I use https://ift.tt/2NO3Cr8 to generate pdf and https://ift.tt/33SSm0m

August 22, 2019 at 11:25AM by Frank Weißenborn
https://ift.tt/2U3iC41
New post on /r/flutterdev subreddit:

Flutter for Drag & Drop game
Would you see Flutter suitable for creating drag n drop game?Has anyone got any experience in doing that? Did you use a game engine (Flame)?Has anyone got any examples? I was struggling to find drag & drop game developed in flutter.Thanks :)

August 22, 2019 at 12:25PM by Mantoska0726
https://ift.tt/2ZkeS2Y
New post on Flutter Dev Google group:

Firestore getDocuments() not returning the documents.
I am working on a chat app and below is the code that starts the chat final documentReference = Firestore.instance .collection('messages') .document(currentChatId) .collection(currentChatId) .document(DateTime.now().millisecondsSinceEpoch.toString()); Firestore.in

August 22, 2019 at 12:41PM by Michael Tawiah Sowah
https://ift.tt/2Zp4HX2
New post on Flutter Dev Google group:

Launch Flutter app into background in iOS
I have Flutter app that performing long running task in background using BLE. I'm using Core Bluetooth to perform State Preservation and Restoration, which is waking app on BLE signal if it was terminated by iOS routines. The problem is that when iOS launch my app directly into background, I

August 22, 2019 at 12:54PM by Michael Derzhavets
https://ift.tt/2ZfAzRT
New post on Flutter Dev Google group:

Use bluetooth to connect device Android & IOs
I am a company developer, we have any applications on flutter. I need to know what package to connect device IOs use bluetooth. Thanks

August 22, 2019 at 01:02PM by Luis Diaz
https://ift.tt/2P8lMEu