Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter/Dart using Dummy_data
Whats the best way to get values from a DUMMY_DATA File and to to use those values into a constructor call. The constructor requires string values and not variable names i.e need Question('In what year was Van Gogh born?', '1856', '1866', '1853', '1843', 'C') and not Question(paramOne,

October 19, 2020 at 09:02AM by Peter Ormond
https://ift.tt/37jQC4I
New post on /r/flutterdev subreddit:

Would a weekly curated developer newsletter helps you in some way?
Do you guys love to get a Weekly newsletter that curates great developer articles, tutorials, Blogs, and events?For example, here is an issue of my weekly newsletter which curates articles from great developers around the world.Do you think this curation would be helpful for you guys?Apart from the curated articles, blogs, Dev tools, events, and open source libraries, do you think any other information should be helpful?

October 19, 2020 at 10:49AM by iranjith4
https://ift.tt/31h0Tuw
New post on Flutter Dev Google group:

iOS push notification with flutter
I have used *firebase_messaging *for push messaging in flutter. For Android everything looks good, its working as expected. But getting issue when running on iOS. While trying to run on a iPhone getting compile time error. Without adding firebase_messaging the app is running on iOS device but

October 19, 2020 at 01:08PM by Robin
https://ift.tt/3lX8uq7
New post on /r/flutterdev subreddit:

Invoice app in flutter.
I am currently working on an invoice making app in a flutter. But the problem I am facing is in pdf creation. Plugins available for creating pdf are not that great. So, what I am currently trying to do is generating invoice as a widget and then converting that widget into an image and then that image to pdf using print package available on pub.devInvoice widget -> image -> pdfBut haven’t found a solution yet to convert the widget to image.Do anyone have some experience in dealing with such problem. Or have a better approach to this problem.

October 19, 2020 at 01:15PM by Archi7
https://ift.tt/2T8ogC0
New post on /r/flutterdev subreddit:

Widget for formatted text
Hi teamI’m developing a content heavy educational app, basically a text book on a phone.At the moment as I’m developing the concept and learning coding I’m just hard coding each section, but eventually would like to store the data in a database and have it draw through into a generic, reusable template.The issue I’m having is whilst the template is generic the content is obviously unique, including its formatting. At the moment I’m hard coding paragraph breaks, indents etc with sized boxes and the like, but this isn’t really scalable.Is there then a widget that allows this sort of basic formatting of text?Thanks 😊

October 19, 2020 at 01:00PM by Holmetis
https://ift.tt/35cKKaD
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