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

What architecture do you recommend for a dating app ?
App Idea: Im trying to build a tinder clone. Where people swipe left and right based on there interests. When a user sign's a set of cards are displayed based on the user swipe interaction Im going to fetch more relateable cards from the server( AI function) and add the stack of cards. And this process continues till all the cards are displayed from the server(may be endless). Does this kind of dating apps require state management? Which kind of widget would be suitable? Does future builder still support my use case?

October 19, 2020 at 12:35PM by pardhav
https://ift.tt/31mfHYL
New post on Flutter Dev Google group:

How can I use other packages(for fetch metadata of audio files) with file_picker to show only selected audio files on screen with cover image and meta data of selected audio files?
I want to fetch cover image for the audio files but no package supports it except flutter_audio_query package.But it can fetch all the songs at once from device. I want to use file_picker to select the songs from device and then I want display that selected song using flutter_audio_query package.

October 19, 2020 at 05:46PM by Parth patel
https://ift.tt/3o2NGiK
New tweet from FlutterDev:

📝 We’re putting Flutter and Cloud Firestore to the test!

In this article, you’ll learn to implement Cloud Firestore as your app’s backend by building a modified version of the classic Flutter counter app.

Let’s start building ↓ https://t.co/r3irT2yNd2— Flutter (@FlutterDev) October 19, 2020

October 19, 2020 at 06:06PM
http://twitter.com/FlutterDev/status/1318222106090524673
New post on /r/flutterdev subreddit:

Users of SQLflite, how are you maintaining your connection to the database across classes?
I have created a singleton DB Helper class and call it within my providers that need to persist data to the DB. I see singletons bashed as an anti-pattern so frequently that I doubt this approach.

October 19, 2020 at 06:52PM by 11010001101001
https://ift.tt/37jOs4T
New post on /r/flutterdev subreddit:

I want to get into iOS development with Flutter, I need some advice
In these last years I have been working as a native Android developer but the same market has been pushing me more and more towards the need to support both iOS and Android, so I thought about the following:Buying a second hand iPhone as a backup device (I currently have a Oneplus 7 Pro) the iPhone I bought would be the 10 XSInstall Hackintosh on my laptop to be able to run Flutter apps on the iPhone (I am not sure if this is possible in Windows, as I understand it is not)My questions are: Am I going the right way? Has anyone ever worked at Hackintosh like this? Would it be worth buying an iPhone considering the proposed situation?​First of all thank you very much for the help, every answer is good

October 19, 2020 at 09:15PM by ma_celis
https://ift.tt/3o5MGdz
New post on Flutter Dev Google group:

Flutter Security Audit Recommendations
Hi, Has anyone ever performed a security audit for on their app? We have a mobile app providing a cryptographic wallet and interacting with web3 libraries. Rough scope: authentication, HD-wallet creation, storage and use, web3. Any recommendations would be very appreciated. I've tried searching

October 19, 2020 at 10:07PM by Stef
https://ift.tt/2IPgvzf
New post on /r/flutterdev subreddit:

Android hardware SDK integration - TSL UK RFID reader
Hello, i'm looking for SDK integration expert. I have these TSL UK RFID scanner that have an Android SDK that needs to be ported to Flutter. I'm looking for a talented engineer with previous experience with integrating such an SDK and working with physical devices. https://www.tsl.com/.../rfid-development-tools/android-sdk/​I don't know how to go about it and where to find a qualified engineer that could do this.

October 20, 2020 at 01:09AM by nicolaszein
https://ift.tt/37mN69K
New post on Flutter Dev Google group:

store and change external api url in flutter app
I am building my first flutter app. basically will allow my customers to pre order items from my baker I will be pulling bakery items available via a call to pull in a json file from my server. what is the best practice to for the api url address in mobile app? Since i would need to move the

October 20, 2020 at 01:42AM by Townie Bagels
https://ift.tt/34ffQPP
New post on /r/flutterdev subreddit:

FLUTTERFIRE VS RNFIREBASE
Hi, I have worked on both platforms (Flutter / React Native). A customer wants a job to handle inventory for a supermarket, but he wants the entire stack with firebase. So I find the following:FlutterFire:- 708 issues, it's still very immature from what I see. It's a shame, I see a lot of firestore related issues.RnFirebase:- 63 issues, Firebase initially works perfect for the Nodejs ecosystem. It can be used both on the frontend and on the backend.What do you think? Obviously I would like to develop the application with Flutter, but I don't mind doing it with React Native either.

October 20, 2020 at 05:21AM by andrefedev
https://ift.tt/35i0UPU
New post on /r/flutterdev subreddit:

How do I get better at coding UI's in flutter (specifically for mobile applications)
I'm relatively new to mobile app development and would love to get better at it but I'm wondering how I can go about learning how to code beautiful UIs. Recommendation for resources would be much appreciated, thanks!

October 20, 2020 at 06:31AM by NotSideTrack
https://ift.tt/35j0oBz
New post on Flutter Dev Google group:

Waking up flutter app for receives a call
I have already implemented FCM to this app and looking for a way to wake up the app for a call and let the user accept or decline. I currently know there are some constraint for waking up apps from the background, an insight to this will be helpful.

October 20, 2020 at 08:56AM by Fuh Austin Ambe
https://ift.tt/3kfHnWT
New post on /r/flutterdev subreddit:

Flutter app that changes makes your todo list as your wallpaper.
Hey, I created a flutter application,If you crave for productivity in your life, this application would be a great addition to your arsenal. The primary focus of the application is for anyone to be able to add a task with minimal steps and show them on their home and lock screen.​Yata stands for Yet another TODO application. The major problem one would face to get on par with their tasks for the days is to keep track of them. With this application, the action items are always on the home and lock screen so that you don't lose track of them. The code is open-sourced at Github We have a small roadmap planned - Adding users to set preferences about the wallpaper setting. - Light Theme. - Focus task. - Motivational quotes on the wallpaper along with the tasks. Many more features to come :)​Please feel free to contribute to the repo.

October 20, 2020 at 08:58AM by rohithgilla
https://ift.tt/35imcwO
New post on Flutter Dev Google group:

MissingPluginException - is there a fundamental flaw in Flutter's plugin system?
Hi there, I just wanted to raise this question as I think it's possibly a major issue which is flying under the radar - I'm hoping to get some input from someone on the Flutter team. I keep getting MissingPluginException in my app, sometimes during development and sometimes in my live app. The

October 20, 2020 at 11:51AM by James Allen
https://ift.tt/37ne9Sd
New post on /r/flutterdev subreddit:

Data Science App
Hello guys i hope you all are doing great! I need your help actually i'm a beginner in Flutter Development and I want to make Data Science/Machine Learning applications but don't know how to embed Python code into Flutter. Can anybody tell me how to use Python Data Visualization in my Flutter App. Any tutorial/library or article link?

October 20, 2020 at 11:28AM by optimist1177
https://ift.tt/2IGbNn6
New post on Flutter Dev Google group:

Initializing Flutter Engine Android
Hi there, I'm adding flutter as a module in my existing application and facing some issue/restriction while switching back and forth from native to flutter. 1. To use method channel for getting data from native side I had to use cached engine and thus I can't set initial route while opening

October 20, 2020 at 12:54PM by gaurav yadav
https://ift.tt/3m407ZL