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

Mediminder: An open-source medicine reminder application using Provider and BLoC pattern
https://ift.tt/2Gl0Z9Z

July 19, 2019 at 02:27AM by Pixels97
https://ift.tt/2YUBqE1
New post on Flutter Dev Google group:

No Emulator Connection
I use Idea as IDE with the Flutter and Dart plugin. When I use the emulator (Android), I have no internet connection. This shows that it does not load an image via an API. I have set the correct permission. When I connect my real smartphone, loading the image runs without problems. For some

July 19, 2019 at 01:33AM by Leopold Strauch
https://ift.tt/32D49PM
New post on Flutter Dev Google group:

In flutter how do I get map annotations x,y position then duplicate map annotations?
I have created map annotations (markers) on a Google Map. Now I want to clone or copy all the annotations current shown on the screen, but keep them in the same position as the originals. I then want to put the copied/cloned annotations on a layer above the map so I can drag the map to a

July 19, 2019 at 06:04AM by Jason Dog
https://ift.tt/2GfT8dF
New post on /r/flutterdev subreddit:

Dynamic QR code validator
Hello everyone, does anyone know a way to build a dynamic QR code validator? like WhatsApp web login​how does the communication between both parts work?I trying to build something like that, but between two cellphones, just a simple prototype, phone 'A' will show the QR code and phone 'B' will scan it, after that phone 'A' is supposed to show ok on the screen​If anyone has any idea, I'll be extremely thankful if you let me knowI already this library to read QR codes: https://pub.dev/packages/qr_flutterbut I don't know the correct way to build this prototype with this library

July 19, 2019 at 05:09AM by PreviousWrap
https://ift.tt/32B59Eb
New post on Flutter Dev Google group:

Need separate detail of separate user
Hi. I'm new to flutter. I'm working on vs code. In my app i need to give separate user details according to the user' s input in the login screen. That is if user1 logins it need to give user1 details , if user2 logins it need to give user2 details. Can you suggest me some ideas for it.

July 19, 2019 at 08:22AM by Abinavan Nagendran
https://ift.tt/2M2hMSL
New post on /r/flutterdev subreddit:

youtube Webview fullscreen
I was using webview to display youtube video.However full screen button in the video was disabled. Is there anyone solved this problem?

July 19, 2019 at 08:48AM by steadyaction
https://ift.tt/32w1S9j
New post on Flutter Dev Google group:

How to create different UI design for android and ios in flutter
I wanted to create different user interface for android users and ios users. Do i need to code differently or is there an easy way of doing so?

July 19, 2019 at 03:44PM by Rojan Bajracharya
https://ift.tt/2YgIePb
New post on /r/flutterdev subreddit:

Is there any implementation of Stripe payment gateway for flutter prepared for the Strong Customer Authentication (SCA) coming into effect on September 14th? (Also posted in r/Flutter)
I'm working on a flutter app and I want to migrate to the new API version of Stripe. I'm currently using stripe_payment, but I'm not sure if it will implement the migration changes soon. Is there any other plugin that has it implemented?

July 19, 2019 at 04:04PM by WaterDemise
https://ift.tt/2Y0apxF
New post on /r/flutterdev subreddit:

My mobile strategy regarding Flutter
I have to create a mobile app for both iOS and Android. I think Flutter is a great replacement to native Android development. Native Android development is such a mess (fragments, instancestates, etc) and Flutter is refreshing so I'm therefore I'm going to replace native Android dev with Flutter*However, even though Flutter can create an iOS app from the same code base, I'm still going to create the iOS app in native iOS because Flutter is not as smooth. Scrolling is laggy, and animations are choppy in comparison. If Flutter ever fixes this, then I'll have it as an option for iOS​So that's my strategy, I'll still have multiple code bases but hey I get to move away from Fragments and Activities!

July 19, 2019 at 04:47PM by RyanTheLionHearMeRor
https://ift.tt/2Y3dxsK
New post on Flutter Dev Google group:

Re: how to create different UI design for android and ios in flutter
You can check out https://ift.tt/2M0cAiw, basically, you can customize the widgets shown to your users based on their platform. On Fri, 19 Jul 2019 at 21:42, Rojan Bajracharya wrote: > how to create different UI design for android and ios in

July 19, 2019 at 06:13PM by Dylan Koei Chavez
https://ift.tt/2JEmS6i
New tweet from FlutterDev:

🥳It's the best day of the week, #FlutterFriday

Did you know you can run release builds on any device from IntelliJ / Android Studio? Create a new Run/Debug configuration and set the additional arguments to:

"--release --no-track-widget-creation" pic.twitter.com/IVi1t7Lu2Z— Flutter (@FlutterDev) July 19, 2019

July 19, 2019 at 07:00PM
http://twitter.com/FlutterDev/status/1152261828707311617
New post on /r/flutterdev subreddit:

A Dart interface to TensorFlow Lite through foreign function interface (FFI).
https://ift.tt/2JipUMg

July 19, 2019 at 06:27PM by Sol_Ido
https://ift.tt/2M2jcwL
New post on /r/flutterdev subreddit:

Are there any tutorials on migrating a full blown ios/android flutter project to web?
asking for a friend ;) <3

July 19, 2019 at 07:30PM by Dazza5000
https://ift.tt/2Lv5u6c
New post on Flutter Dev Google group:

New Dart DevTools Release
DevTools 0.1.4 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter General Updates - A new page has been added to DevTools! Use the Performance page for Dart cpu profiling. Record a profile and view profiling information in the form of a Call

July 19, 2019 at 08:54PM by Kenzie Schmoll
https://ift.tt/2Y2Pbzg
New post on /r/flutterdev subreddit:

A-Z Scrollbar in Flutter
hey flutter community, i need help with implementing A-Z scrolling in an app that i'm currently developing , I've looked around for viable solutions but came out empty. If you have any ideas on how this can be implemented in flutter let me know please .

July 19, 2019 at 09:21PM by Cursed_vayne
https://ift.tt/32FfqiQ
New post on /r/flutterdev subreddit:

how about iOS native + Android Flutter?
I am full time iOS developer and was android engineer a few years ago.Now I am much familiar with native iOS development and forgot many things about Android and didn't catch up latest Android trend.​I just started new side project.I really care about native look and feel.I'ts my first time looking Flutter seriously and I realized using both Cuppertino and Material app at the same is still big work. So I decided to do iOS native and Flutter for Android.​How do you think? is Flutter good and ready for Android? is it true that writing both cuppertino and material app in flutter is annoying and a lot of work?

July 19, 2019 at 09:58PM by steadyaction
https://ift.tt/2JTEaLo