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

How do I improve my ADs targeting by using/sending user-related data
Our ADs don't perform that well so we want to target the audience by sending information about the users who subscribed to our service, inside of our mobile APP.What endpoint should be used to send the data? I mean how to configure it inside of ADs manage?Not sure what data exactly needs to be sent to API. How does FB identify the user so it can extract all it needs from the DB to understand the audience and narrow it down even better? Via email?I would appreciate detailed steps/links on how to do it, if possible.
Thanks!

January 30, 2020 at 02:03PM by vardan_sngular
https://ift.tt/2O9qOh8
New post on /r/flutterdev subreddit:

Probably a stupid question
I am a newb at development and i am hoping if someone can clarify this for me?So i recently got a job as a IT tech support, and it has been bothering me a lot that there is no easy way to connect a mail app to our exchange server. Everyone uses the exchange owa.I am wondering if there is a way to bundle that into an app? Like web view but i am hoping i can customise that in flutter. Ofcourse I can do the thing where I "save" the page as an app but where is the fun in doing that?I also read that exchange has some apis but I dont think I will be allowed api access since im not a dev.And this probably sounds like first world problems at this point.

January 30, 2020 at 02:31PM by MeFIZ
https://ift.tt/36Dw7Ml
New post on /r/flutterdev subreddit:

“Provide” your users with Dark Theme — Flutter.
Hey everyoneHere is a quick tutorial on how you can easily provide your users with an option to switch between themes in your Flutter application.Medium Article | Source CodeHope you found this useful.Have a great day :)

January 30, 2020 at 03:15PM by annshsingh
https://ift.tt/2RWSRl6
New post on Flutter Dev Google group:

upload gile to drive using http multipart
i have my reasons for not using the client ga.Drive to upload files so im using plain http to do so. There is no way to refresh the access token once it expires so im not it manually using interceptors. so im coding the upload the hard way ;) If anyone has experience doing this, I wish to ask

January 30, 2020 at 03:10PM by Mark Chester Goking
https://ift.tt/2GDffuq
New tweet from FlutterDev:

💙#AskFlutter

Flutter experts answer questions at #FlutterInteract. Get inspired to contribute to an open source project and learn how to set up your environment to get started.

Should you use visual Studio Code or Android Studio? And more...

Watch → https://t.co/K79FXOrsc5 pic.twitter.com/xFWmFmE2Wu— Flutter (@FlutterDev) January 30, 2020

January 30, 2020 at 07:18PM
http://twitter.com/FlutterDev/status/1222947240924213249
New post on Flutter Dev Google group:

Flutter Desktop (windows 10) needs to work well, its not working and very bad condtion
Dear DEVS, Please focus on WINDOWS 10 devices too so we could do a lot of stuff

January 30, 2020 at 08:46PM by Faheem Ahmad
https://ift.tt/2RFvIVc
New post on Flutter Dev Google group:

Flutter & Firebase StreamBuilder pagination
Hi, i need help with an app i'm working on, i have a chat app where i need to paginate data from firebase. i couldn't figured it out , if someone can help! Please reply.

January 30, 2020 at 09:20PM by Vo info
https://ift.tt/2S1y4Nj
New post on /r/flutterdev subreddit:

Hey Fam, We are back with a new and hot product in the market which is open source, of course! You can check the release on our GIT @ https://ift.tt/38LJxXV Please feel free to contribute or suggest improvements. P.S. We are also taking suggestions for our next open-source
https://github.com/OpenConsultingGroup/Taxi-App

January 31, 2020 at 12:46AM by Junzzy
https://ift.tt/2vCPGYn
New post on /r/flutterdev subreddit:

How to return nothing?
How do you return nothing?bool ? Text(‘’) : NOTHING

January 31, 2020 at 02:05AM by il3g3ndry-ws
https://ift.tt/2OepedZ
New post on /r/flutterdev subreddit:

Looking to explore new libraries - what would you recommend?
Title sort of says it all. I'm curious what newer libraries are worth trying out or messing around with. Cheers.

January 31, 2020 at 01:53AM by brutusdidnothinwrong
https://ift.tt/2GFy0NO
New post on /r/flutterdev subreddit:

Is there a better resource to learn how to read flutter documentation?
I'm new to developing and all the videos I have watched (even Google's official one on Udemy) blows over how to read documentation. Every new widget just mentions to go take a look at it and it doesn't seem to easily translate to how it's actually used. I get pretty confused when trying to understand how to implement one and it may just be because I'm new but I feel like every video I watch is so incomplete I can't continue on my own easily.

January 31, 2020 at 04:31AM by moldymoosegoose
https://ift.tt/2Odpzh2
New post on /r/flutterdev subreddit:

Does flutter support multiple text fields over an image?
Hi everyone,I’m having trouble finding a proper solution to the following problem.I have an image that users need to fill in text for at different positions of the image. I know text fields can have a background image but I need multiple text fields on the same image.Is it possible to achieve this in flutter? :(As a simple example, imagine I have the following name tag image and I’d like to allow users to interact with a text field in the white section. Thank you all for your suggestions!

January 31, 2020 at 05:15AM by Throqaway
https://ift.tt/2U9bAMS
New post on /r/flutterdev subreddit:

Flutter Web performance (dart.js)
Is there a way to optimize the flutter web performance? Dart.js takes too much time to load.Can we implement server-side rendering in the Flutter web?

January 31, 2020 at 07:34AM by vipulasri
https://ift.tt/2U7iG4G
New post on /r/flutterdev subreddit:

builder+lcov docker image file for Flutter
Hey guys I've created an img for your CI/CD in flutterguinto/flutter_builder_lcov - This gets the flutter sdk(stable) and android sdkguinto/flutter_lcov - This only pulls the flutter sdk from stable branch​Sample (Gitlab Runner):
image: guinto/flutter_builder_lcov stages: - testing - build Flutter Analyze: stage: testing script: - flutter analyze Flutter Test: stage: testing coverage: '/\s*lines\.*:\s*([\d\.]+%)/' script: - flutter test --coverage - genhtml coverage/lcov.info --output=coverage artifacts: when: always paths: - coverage/ expire_in: 1 day Debug: stage: Build script: - flutter build apk artifacts: paths: - build/app/outputs/apk/release/app-release.apk expire_in: 1 day 
In collaboration with /u/k50916

January 31, 2020 at 07:15AM by M14zing
https://ift.tt/37Lvsd1
New post on /r/flutterdev subreddit:

Flutter Design Patterns: An overview of the Proxy design pattern and its implementation in Dart and Flutter
https://ift.tt/3aUoJzs

January 31, 2020 at 08:12AM by mkobuolys
https://ift.tt/2RLZO9T
New post on /r/flutterdev subreddit:

How to get Closed Push Notification data which is from firebase messaging
I'm using firebase messaging, i'm getting my notification data if my app in the foreground and if my app in the background or not running in the background then also my app getting the notification data if the user pressing the notification.But when user closing the Notification my app not getting the data of my notification. Any one know how to get all notification including the closed notification to.Firebase Messaging Plugin

January 31, 2020 at 09:59AM by MSARKrish
https://ift.tt/37Jhg4p
New post on /r/flutterdev subreddit:

Push notifications for flutter app
Please recommend a reliable service for push notifications in flutter. I am using firebase cloud messaging but its unreliable. It doesn't work on ios and android(in some cases)

January 31, 2020 at 09:48AM by sajlgarg
https://ift.tt/2S1bfcy