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

DOUBT:To display received sms in alert box
Here I tried to display the received SMS in the alert box. The code has no error but the SMS is not displaying in the alert box. I tried print statement to check whether SMS is receiving. The received SMS are printed in the terminal but not displaying in the alert box. Please help me out with

June 23, 2020 at 08:40AM by Abinavan Nagendran
https://ift.tt/37SsDYx
New post on Flutter Dev Google group:

Payment gateway
I am new to Flutter. May I know which is the best payment gateway that can be used in Flutter which have support in Germay.

June 23, 2020 at 10:54AM by Jeeva V
https://ift.tt/2Btx0NI
New post on /r/flutterdev subreddit:

Very simple Game Engine with Flutter Animations
https://ift.tt/2VbLHvF

June 23, 2020 at 10:58AM by Elegium
https://ift.tt/2Z2KUye
New post on /r/flutterdev subreddit:

Xcode instead of Android Studio doe Development (on macOS)
Greetings,​I just started with the Angela Yu's "The Complete 2020 Flutter Development Bootcamp with Dart" course on Udemy.She mentioned in her Video that she will be using Android Studio to develop throughout the course.I was thinking, since I am using a Mac, is it possible to skip Android Studio and instead follow along with her using Xcode because honestly, it is a pain to install and update Android Studio every other week because of how frequently it sends out updates?​Help Appreciated.​Thanks.

June 23, 2020 at 12:18PM by Shadyjoker27
https://ift.tt/3hTKWRF
New post on Flutter Dev Google group:

WooCommerce login and registration for the flutter application
Could you please help me in WooCommerce login and registration for the flutter application

June 23, 2020 at 12:10PM by Muhammed Fayaz
https://ift.tt/37TX54p
New post on /r/flutterdev subreddit:

Moving Widgets
https://ift.tt/2CyR1Tv

June 23, 2020 at 01:44PM by TheTechDesigner
https://ift.tt/2AS5PfC
New post on /r/flutterdev subreddit:

App Feedback Thread - June 23, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

June 23, 2020 at 02:33PM by AutoModerator
https://ift.tt/2NmtdUX
New post on /r/flutterdev subreddit:

Flutter native push notifications and platform channels
I'm trying to integrate Twilio native sdks in a flutter apps and I want to perform an action each time I get a notification on the native side. Is there a way to invoke a method and send data to the dart side whenever I get a notification on the native side? And is listenening to notifications happening on another isolate and not on the main thread?

June 23, 2020 at 04:47PM by DealDiscombobulated4
https://ift.tt/2YVBzZ6
New tweet from FlutterDev:

Well look what we found! 🕵️‍♀️ 👉 🧩

Seems our friend Dash has jumped on the puzzle train and hidden puzzle pieces for some #FlutterDay fun.

The first piece below is a freebie. Tune into the show this Thursday to help us find the rest!

Details here → https://t.co/ughQcKfwEc pic.twitter.com/AwqTDLFYsU— Flutter (@FlutterDev) June 23, 2020

June 23, 2020 at 04:59PM
http://twitter.com/FlutterDev/status/1275443490193698816
New post on /r/flutterdev subreddit:

Any chance of being able to create today/homescreen widgets with flutter?
I know it's very early, but is there a chance this is possible? I wondered the same thing for Android widgets, and it turned out the answer was no because of how Android widgets are renderedDo you think we'll be able to create native iOS widgets in flutter without platform code? I really hope all because it'll be nice to be able to reuse components in the app and widget. I'm not sure whether this is something the flutter team should implement it whether it should be a third party plugin

June 23, 2020 at 07:47PM by DuePresentation3
https://ift.tt/3hTLmY9
New tweet from FlutterDev:

Join #FlutterDayMeetups near you and celebrate #FlutterDay with local developers!

🌎Amsterdam, Ankara, Denver, Guatemala, Istanbul, Jeddah, Johannesburg, Kisumu, Melbourne, Moscow, Oslo, Taipei...

💙Join a virtual Flutter party #FlutterDayMeetups → https://t.co/l9h8FV8QH2 pic.twitter.com/BHTb61Np8t— Flutter (@FlutterDev) June 23, 2020

June 23, 2020 at 09:20PM
http://twitter.com/FlutterDev/status/1275509072247222272
New post on /r/flutterdev subreddit:

oauth/openidconnect ios,android AND web?
Anyone have this working? Every plugin I can find has it as a request on their github page but none work. I figure that there would be 2 ways to make it work, one would be with a popup window (which apparently works if you're careful) or handle the redirect back. The former works very similarly to iOS/android, the later works more like websites expect but would break most of the plugins out there adding it.

June 23, 2020 at 09:21PM by JohnGalt1718
https://ift.tt/37SUHee
New post on Flutter Dev Google group:

[flutter desktop; windows] Draw flutter view on top of VLC video
Hello, as a workaround for the not yet ready video player for the windows desktop I've been trying to use to use VLC to display the video and draw a flutter UI on top of it. It's looking like it could work, but I can't get the video to appear *behind *the UI. I have absolutely no experience

June 23, 2020 at 10:08PM by jg
https://ift.tt/3i5904i
New post on Flutter Dev Google group:

AppAuth login redirection works on iOS but not on Android
I'm developing a mobile application in Flutter/Dart and I'm currently working on identity management, specifically the login functionality. I'm using a library called flutter_appauth