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

Video player in IOS in Flutter
I have been trying many libraries to play m3u8 videos in flutter. All libraries works very fine in android. But in IOS, no m3u8 video works.Can anyone tell me the way to play m3u8 video in ios in flutter?

July 27, 2019 at 07:27AM by MBugOnYou
https://ift.tt/2ZkAEAA
New post on /r/flutterdev subreddit:

flutter/dart specific ide, written in flutter
what do you guys think? is it too early to start on a project like that? i think it would be cool.

July 27, 2019 at 10:09AM by dan-danny-daniel
https://ift.tt/2LKzOJY
New post on /r/flutterdev subreddit:

Real-time GPS Tracking with Flutter + Google Maps
Hi guys,I am trying to build a running app which tracks your running activity. For that I want to build a screen where the user presses a start button and after that the users phone should track the GPS data and draw it onto a google map.
I googled a lot, searched all youtube, but I never found a real good example for that. Using a geolocation package and google maps package.My thoughts:Use a stream that saves the latest gps cords every 5 seconds into the state?Draw a marker on the map and draw a line between these 2 markers?Track the meters between every marker to a sum?Maybe someone already had the same problem to figure out? Or saw some good tutorial?Any help appreciated.

July 27, 2019 at 10:50AM by ChristBKK
https://ift.tt/2YAnClm
New post on /r/flutterdev subreddit:

Hotfixes, Page Transitions, Animations - Check out Issue 2 of PlumageDevs Newsletter
https://ift.tt/2LKQh0W

July 27, 2019 at 01:53PM by DecimalSaxon
https://ift.tt/315f2IR
New post on Flutter Dev Google group:

Flutter iOS apps without a Mac feasible?
Is there a feasible approach to developing Flutter apps and targeting iOS without using a Mac?

July 27, 2019 at 02:34PM by David Bain
https://ift.tt/2yimV1e
New post on /r/flutterdev subreddit:

I just created a pin code field package. Can be useful for OTP or pin codes
https://ift.tt/2LJMOzQ

July 27, 2019 at 02:56PM by adarbadar
https://ift.tt/2yhJdQC
New post on /r/flutterdev subreddit:

How to create custom charts?
Coming from web and knowing a bit of d3.js, I'm trying to figure out what's the equivalent if any, if not, how could I create a custom chart the way I want?It doesn't need to be animated or fancy, just customisable. My usecase requires a line chart ont op of an area chart with another dataset also with a custom vertical line that intercepts both according to where the user moves his finger, so I'd need to draw this line with some circles at the intercept points as well.I don't think a package with preset charts would help my use case, so flarts, flutter_charts, or charts_flutter wouldn't help.I was planning on doing this using gesture detector and canvas directly but was wondering if there's a better way. Is building it directly on canvas the way? Any advice would be really appreciated :)

July 27, 2019 at 04:07PM by nnnightmare
https://ift.tt/2Gugdtm
New post on /r/flutterdev subreddit:

Plugin to Fling/Cast media to FireTv and FireStick using Amazon Fling SDK - iOS support soon!
https://ift.tt/2Yt99Y7

July 27, 2019 at 03:49PM by tuttski
https://ift.tt/2Zce7pu
New post on /r/flutterdev subreddit:

Flutter: realtime communication in local network
Hey guys! I have a huge project that it's about to start and I have to think about few important things. One of those things is a realtime communication between mobile devices in local network. One of those devices has to be a server and he needs to hold the database that all other devices are using. In all that story there is no option to use a PC as a server, it has to be the mobile device. Do you guys have any ideas how to do this? I was thinking about using sockets but I really could not find any resources on making a server. Every example uses mobile device as a client but I need it to be the server instead. Thanks and any help is welcome.

July 27, 2019 at 11:19PM by Spectarion
https://ift.tt/32Ze5Uj
New post on /r/flutterdev subreddit:

Monthly push notifications
Hi, does anyone know how I could push a notification to use every 30 days? Local push notification plugin only does daily and weekly thanks!

July 27, 2019 at 10:59PM by Goodd0ctor
https://ift.tt/2K6VxIR
New post on Flutter Dev Google group:

Re-Develop ionic/native apps
is it possible to re-develop those apps with-in 6 months in flutter https://ift.tt/2Mk6KbS

July 28, 2019 at 12:46AM by Mohamed Sayed
https://ift.tt/2yiDUAq
New post on /r/flutterdev subreddit:

why can't flutter have a universal debug app?
so debug apps work by utilizing the just in time compilation feature of dart, right? i'm not knowledgeable on the topic, but correct me if i'm wrong; when a hot reload/restart executes, dart bytecode is sent to the debug build via a server hosted by flutter.so with that, why can't there just be one app, that loads bytecode from a remote source and executes it? this is how the code push feature would've work for flutter i believe, if the team decided to implement it. so why can't a universal flutter debug app be created by the team?this would help me a lot because i don't have access to a mac, and i must use codemagic.io for the ios side of my app. if this were created, i could debug the ios side of the app with my iphone via lan and debug code push.

July 28, 2019 at 12:20AM by dan-danny-daniel
https://ift.tt/2Yn5RSh
New post on /r/flutterdev subreddit:

Multiple dev teams in the same flutter dec projects
Is it possible to have 2 teams working on different aspects of a flutter app such as ecommerce and chat? Since I'm assuming 2 teams I would need 2 repositories to store the combined code.How would the folders be organized? How would it work with one folder for for ecommerce and another for chat

July 28, 2019 at 05:36AM by app306
https://ift.tt/2yfI4Jr
New post on /r/flutterdev subreddit:

Panaview: a desktop application to analyze your Dart packages
https://ift.tt/2YwiTRr

July 28, 2019 at 09:39AM by synw_
https://ift.tt/2SIZc3D
New post on /r/flutterdev subreddit:

Usage of the Navigator widget
I wanted to use custom Navigator for creating subroutes in the scopes (such as registration flow, or some details, or other stuff), but then I found, that custom Navigator closes instantly on back press, because only root handles this. Now I even don't know, why should I bother using custom Navigator, if it doesn't handle such a primitive situation. Can you clarify this? I think, I'm missing something

July 28, 2019 at 12:42PM by tonyshkurenko
https://ift.tt/2LK2Byw