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

AndroidStudio3.5beta5 and flutter plugin 36.1.x
No new project menu choice for flutter projects after flutter plugin update.​I assume work around is to row back to 35.x flutter plugin hint do not update flutter androidstudio plugin for now..37.x is coming in afew days anyway

June 27, 2019 at 02:37PM by fredgrott
https://ift.tt/2NdhHho
New post on /r/flutterdev subreddit:

Is flutter a good choice to make mini games like Pac-Man ?
I have seen and view the code of games made using SpriteWidget and Flame Engine. But making a game like Pac-Man in flutter from start I am finding it difficult. How should I start ?

June 27, 2019 at 02:32PM by yash36five
https://ift.tt/31YRVAI
New post on Flutter Dev Google group:

Custom widget how to connect items?
I want to create 'bubbles', that are connected to each other, based on data of some kind (so the result may need to be scrollable). 5-------6 | 4-------3 | 1-------2 I already created a widget for the bubbles, I now need to place and connect them. The question now is how to do it? Should I

June 27, 2019 at 03:30PM by Chris W
https://ift.tt/2xhZJ2E
New post on /r/flutterdev subreddit:

Video_Player Package on iOS has a really annoying bug
I want to use the video_player plugin to display one simple video on the home_screen of my app. I've implemented the player and it works perfectly until, when i exit the app on my iphone and then open it again, the video player turns into a white screen. Same thing happens if i navigate to another page on my app and then come back to the home page, also when I slide the Control Center on my phone. This only happens on IOS and when the video is PAUSED.Now if I run my app on the android simulator, this problem disappears but the audio in the video starts way before the video itself.I won't bore you with the code because its the same exact implementation of the plug-in's example on github.Here is a gif showing the issue: https://giphy.com/gifs/eMOy0qS09WpoAEADDlI have no clue on what might be causing this, is there a way I can fix this ?Thanks

June 27, 2019 at 03:52PM by michelrahme
https://ift.tt/2YgaDli
New post on /r/flutterdev subreddit:

Is it possible to make an Android app that blocks other apps (using Flutter)?
I'm wondering if it's recommended, or at least possible, to build a simple app blocker in for Android using Flutter.Essentially, I would want to have access to the user's installed apps, allow them to select which apps they want to block, and then when they visit those sites, have my app come up (eg: Stay Focused, Forest, or QualityTime). I know plenty of these exists, just looking to build it as a concept.I understand that building a content/app blocker on Android is considerably easier than iOS, but I wasn't sure if that would apply to Flutter applications as well - would it make more sense to build an app blocker natively? The reason I ask specifically about Flutter is that I have heard from several first-time developers that it is considerably easier to use than developing natively.Any help or resources are greatly appreciated, thanks in advance!

June 27, 2019 at 04:38PM by ColinAndFriends
https://ift.tt/2XiP8E9
New post on /r/flutterdev subreddit:

Demanding Flutter plugin Github issues to be seperate
I really would like flutter official plugin issues to be contained in their separate issue trees. Right now it is really hard to search for an issue that is specific to a certain plugin.( for instance flutter google maps)This results in duplicate github issues for the same issue and results in loss of precious time for the community.I am not sure if there is an easy way to accomplish this in github but I am sure you guys have some ideas.

June 27, 2019 at 05:56PM by aytunch
https://ift.tt/2NjkBBr
New post on /r/flutterdev subreddit:

Requesting each Flutter plugin GitHub issues to be separate
I really would like flutter official plugin issues to be contained in their separate issue trees. Right now it is really hard to search for an issue that is specific to a certain plugin.( for instance flutter google maps)This results in duplicate GitHub issues for the same issue and results in loss of precious time for the community.I am not sure if there is an easy way to accomplish this in GitHub but I am sure you guys have some ideas.(recreated the post due to title wording mistake. changed "demanding to "requesting" as requested by commentators)

June 27, 2019 at 06:44PM by aytunch
https://ift.tt/2ZYcewB
New post on Flutter Dev Google group:

Advanced share not taking the url file
Hello, I am passing url as a local file in the device but it is not fetching the file to share. I have pasted the code below. void whatsapp() async { print(url); AdvancedShare .whatsapp(msg: "It's okay :)", url: url,) .then((response) { handleResponse(response, appName:

June 27, 2019 at 07:15PM by Gopal Jangid
https://ift.tt/2FwuF3F
New post on /r/flutterdev subreddit:

Is it just me or the SwiftUI syntax looks like Flutter and React had a beautiful baby?
Just started studying standard Swift and the new SwiftUI, and man that declarative syntax in SwiftUI is breathtaking.. they way how methods and "IFs" and UI Elements are written is what Flutter needs I think, would be great if Flutter Team could adapt some of the features.

June 28, 2019 at 06:42AM by _echonox
https://ift.tt/2YjDXY3
New post on Flutter Dev Google group:

How to create a 3D Rotation in Flutter
Hi All How to create a 3d rotation of a cube in flutter. I'm able to do rotation along x axis and y axis separately using the below article https://ift.tt/2GeLnan Can someone let me know how to do rotation along z axis.

June 28, 2019 at 12:10PM by sai aparna Kunala
https://ift.tt/2ISinoa
New post on Flutter Dev Google group:

Get ip address (external not internal)
Hello to all ! I have a small question... i use this package to get the user's ip address https://ift.tt/2Xexe5o But it seems that i receive an internal ip address ? When i do this : String ipAddress = await GetIp.ipAddress; print(ipAddress); I receive 192.168.232.2... it's not my

June 28, 2019 at 03:51PM by Pascal Fournier
https://ift.tt/2Jgcm3x
New post on /r/flutterdev subreddit:

Fuchsia.dev: Documentation for developing for the open source operating system.
https://fuchsia.dev/

June 28, 2019 at 03:42PM by Purple_Pizzazz
https://ift.tt/2FDVF1b