Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

A #GoogleIO update.

Due to concerns around the coronavirus (COVID-19), we've decided to cancel this year's physical event at Shoreline Amphitheatre. It's sad that we won't be able to gather as a developer community but your health and safety is our priority. (1/2)— Google Developers (@googledevs) March 3, 2020

March 04, 2020 at 12:27AM
http://twitter.com/FlutterDev/status/1234983740973015040
New tweet from FlutterDev:

We are exploring new ways to connect and support our global developer community. Stay tuned.
More info soon → https://t.co/mSTQKlTa90 (2/2)— Google Developers (@googledevs) March 3, 2020

March 04, 2020 at 12:27AM
http://twitter.com/FlutterDev/status/1234983755955048448
New post on /r/flutterdev subreddit:

Help improve Flutter! It's time for the Q1 survey.
📣It's that time again! :)The Flutter team wants to hear from you. Let us know what matters to you, and take our Q1 survey here: https://google.qualtrics.com/jfe/form/SV_6YBXYxIR69pgpr7?Source=RedditThe survey will be available until March 10th.You can read about the findings from the last survey (Q4 2019) on Medium.On behalf of the Flutter team, thank you!

March 04, 2020 at 12:38AM by janim27
https://ift.tt/2IkRLuQ
New post on /r/flutterdev subreddit:

Hello i am Beginner
Please can someone give me a break down on flutter. And how I can go in developing apps on flutter. Thanks

March 04, 2020 at 06:07AM by obinnaben
https://ift.tt/2PMqIgp
New post on Flutter Dev Google group:

Flutter url_launcher Attach file and email file
Requirement: I have to send file in the email. Problem: When user taps on the send icon, it calls launchURL method which opens up mail client without any issue. But if I add file to url variable, it does not attach the file. launchURL method is given below. I will appreciate any help. import

March 04, 2020 at 11:03AM by flutter testing
https://ift.tt/38h886o
New post on Flutter Dev Google group:

getIntent().getData() is null when android:launchMode is set to singleTask
My app opens html documents from email attachments or file system. By default app has android:launchMode="singleTop", when below code is executed, I get data variable correctly: public void configureFlutterEngine(FlutterEngine flutterEngine) { GeneratedPluginRegistrant.registerWith(flutterEng

March 04, 2020 at 03:34PM by Alex Kravets
https://ift.tt/2Tmrva1
New tweet from FlutterDev:

💥You asked, and we answered!

The Flutter UX research team ran a survey in November 2019, and they're excited to share the results.

Another opportunity to participate in the next survey is coming soon.

See the Q4 2019 survey results ↓ https://t.co/BGiDnawXsj— Flutter (@FlutterDev) March 4, 2020

March 04, 2020 at 04:30PM
http://twitter.com/FlutterDev/status/1235225991531855872
New post on Flutter Dev Google group:

firebase_messaging iOS problem
Hello I'm trying to get firebase_messaging to work before incorporating it into other projects. It runs fine in Android, but not iOS. I follow the steps in firebase_messaging readme and this tutorial ( https://ift.tt/38jnCXH

March 04, 2020 at 05:15PM by Andrew King
https://ift.tt/2PIJsxa
New post on Flutter Dev Google group:

Re: firebase_messaging with iOS ANS
Hi, Not sure if this is your issue, but keep in mind that iOS push notifications don't work on iOS emulators. You might want to use a try/catch block to help debug: void initFBM() async { try { if (await _fbm.requestNotificationPermissions()) { _fbm.configure(

March 04, 2020 at 05:57PM by Tom Gilmour
https://ift.tt/2VJ7ZpG
New post on /r/flutterdev subreddit:

Finally running Rust natively on a Flutter plugin!
For the last weeks, I have spent my time researching the ideal way to embed Rust code (or any C compatible language) on Flutter plugins using the new FFI features.https://github.com/brickpop/flutter-rust-ffi#readmeAfter days and nights of hitting the wall, I've finally come up to a prototype that checks all the boxes 🚀No Swift/Kotlin wrappersNo message passingNo async/await on DartWrite once, run everywhereNo garbage collectionMostly automated developmentFeel free to fork it, improve it and give your feedback! ❤️I'm working on an article as well, more on that later 😃

March 04, 2020 at 06:51PM by brick-pop
https://ift.tt/3aoYvnJ
New post on /r/flutterdev subreddit:

Flutter Note App that allows user to type and draw?
How should I go about doing this? I am learning flutter and I am able to create a basic note app that allows user to create, save and load/edit notes locally.However I would like to add a "draw" function that user can draw on the notepad as well.​Can anyone point me in the right direction? I tried painter2 but that is drawing to the canvas and I cannot write on it if drawing is activated.

March 05, 2020 at 05:22AM by RevolutionaryRow0
https://ift.tt/38oBksf