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

How can I get my flutter app as an option in open with list when I click on external link
All I want to implement is, when I click on the link in my email, it gives me option of open with: Chrome browser? I want that it should also show My app in the list. So when I click on the link from email, it ask me to open with Chrome or my Flutter app? if I select my app option then it should

April 27, 2020 at 12:30PM by Monarch Mahedu
https://ift.tt/3eWJg8n
New post on Flutter Dev Google group:

Externally accessing State of StatefulWidget
I wrote a StatefulWidget and want to access its state members externally. Here is the StatefulWidget: class SelectableImageRow extends StatefulWidget { final Map
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 36 - Tutorials, videos, packages!. 500+ subscribers! Thank you!!!
https://ift.tt/2S9Cxye

April 27, 2020 at 02:22PM by vensign
https://ift.tt/2KEn6Kg
New post on Flutter Dev Google group:

Flutter development on chrome os.
Hi guys.. I am currently on a windows computer. And would like to have a try at developing flutter apps on chrome os. So I want to know your experience with developing flutter apps in a chrome os. Can you run an android emulator there? Is it fast enough to compete with windows 10? Most

April 27, 2020 at 03:24PM by Souvik Dutta
https://ift.tt/357SlXA
New post on /r/flutterdev subreddit:

Creative Flutter Tutorials
Hi there Flutter Devs!I'm excited to share with you my latest Flutter Youtube channel covering advanced topics like custom animations, state management using Provider, Material Design and more. The main focus of this channel is to solve complex design challenges in Flutter. (Liquid, Transitions, etc.)I hope you'll enjoy it!Have a look:Youtube ChannelCheers,Twistbase

April 27, 2020 at 05:09PM by Twistbase
https://ift.tt/2KAkn4H
New post on /r/flutterdev subreddit:

FlutterBlue communication between two Android devices
Is it possible to use this library to create a chat between two android phones without using an external bluetooth server?
I could not find any example of bluetooth communication between two android devices using the flutterBlue library in flutter and I cannot understand if it is theoretically possible.
I can't find a tutorial on how to create a service that exposes a characteristic to be used to communicate from another bluetooth device... There are only examples that use external devices like an Arduino or a raspberry.Thanks in advance

April 27, 2020 at 04:53PM by HackAndRino
https://ift.tt/2Y9EfmZ
New tweet from FlutterDev:

👏Ta-Da! Google Fonts for Flutter v 1.0.0!

Google Fonts allows developers to easily experiment with any fonts from https://t.co/ZQb805FrRC. Now ready for Android, iOS, Web, and MacOS. Learn how to include fonts via TextStyles or TextThemes.

Read more ↓ https://t.co/xlMapxZOr7— Flutter (@FlutterDev) April 27, 2020

April 27, 2020 at 05:49PM
http://twitter.com/FlutterDev/status/1254799725846396928
New post on /r/flutterdev subreddit:

Face Detection in Flutter Using Firebase’s ML Kit
In this piece, we’ll keep working with ML Kit, this time focusing on implementing face detection. The application we build will be able to detect human faces in an imagehttps://heartbeat.fritz.ai/face-detection-in-flutter-using-firebases-ml-kit-57a7a9078c3f

April 27, 2020 at 06:23PM by mwitiderrick
https://ift.tt/35c1NZS
New post on /r/flutterdev subreddit:

making a keyboard app only for android
i was thinking of making a keyboard on android is it possible

April 27, 2020 at 06:47PM by havinghai
https://ift.tt/3bIBk8J
New post on Flutter Dev Google group:

in_app_purchase plugin _verifyPurchase
The official Flutter in app purchase plugin example has this method: Future
New post on /r/flutterdev subreddit:

Can anyone how to code the activity in which text field will be added on button pressed
And also dropdown should also be added on button perss

April 28, 2020 at 01:18AM by 007anil
https://ift.tt/2zCsThl
New post on /r/flutterdev subreddit:

flutter_data | build fast with an offline-first, auto-generated REST client
https://ift.tt/2ScRPCq

April 28, 2020 at 01:06AM by jdixon04
https://ift.tt/3cWhCH8
New post on /r/flutterdev subreddit:

How to handle FCM notification without firebase_messaging?
Hello everyone,I'm developing an app that relies heavily on notifications sent by my backend via FCM. These messages are data messages that need to be handled via background message.Now, the obvious solution for that is to use library firebase_messaging. The issue is that I'm having some problems with it that seem like old problems that are taking longer than expected to be fixed.The issues are:Every notification received by the app is duplicated. This is a known issue that you can check it here #1669. This is already fixed, but only on master, and there is no deadline on when it will be available no stable. This is fine for now but doesn't seem like a good idea to run flutter master in a production-ready app;Usage of background message handler crashes the app. This is also an issue that is open in their GitHub #125 and is a very old one, from Sep 2019. This is a major issue simply because it removes the option to use data messages and handle any message before showing it to the user.What I don't understand is how people are developing and deploying Flutter applications that use FCM notifications with the above issues.My guess is that there is some alternative that I'm not aware of, maybe implementing the notification part directly in Kotlin and Swift and sending it to flutter via some channel, or maybe there is some alternative library that I'm not aware.So, how do you guys work around these problems? And do you have some suggestions for me?Thanks!

April 28, 2020 at 01:03AM by sezaru
https://ift.tt/2yQ2HiC
New post on /r/flutterdev subreddit:

Can I copy the code from android studio (win) and paste it to visual studio(mac)?
Would it directly work the same?I have installed android on pc and vsc on macbook. I'm trying yo build an mvp myself as a nonprogrammer.

April 28, 2020 at 08:25AM by alpello
https://ift.tt/2KH54XK