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
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
reddit
r/FlutterDev - Video player in IOS in Flutter
0 votes and 0 comments so far on Reddit
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
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
reddit
r/FlutterDev - flutter/dart specific ide, written in flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Layout Basics
https://www.youtube.com/watch?v=uisLoOmtISk
July 27, 2019 at 09:24AM by postgor
https://ift.tt/2GwV01Y
Flutter Layout Basics
https://www.youtube.com/watch?v=uisLoOmtISk
July 27, 2019 at 09:24AM by postgor
https://ift.tt/2GwV01Y
YouTube
Flutter Layout Basics
A quick video showcasing basic Flutter layouts and widgets. Simple Flutter layouts for beginners.
If you want to see what is possible with Flutter check out the FunWith website, made entirely in Flutter - https://funwith.app/
Flutter layout basics codelab:…
If you want to see what is possible with Flutter check out the FunWith website, made entirely in Flutter - https://funwith.app/
Flutter layout basics codelab:…
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
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
reddit
r/FlutterDev - Real-time GPS Tracking with Flutter + Google Maps
0 votes and 0 comments so far on Reddit
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
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Dart packages
pin_code_fields | Flutter Package
A flutter package which will help you to generate pin code fields. Can be useful for OTP for example.
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
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
reddit
r/FlutterDev - How to create custom charts?
0 votes and 0 comments so far on Reddit
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
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
Dart packages
flutter_fling | Flutter Package
A simple flutter plugin to cast media to FireTv and FireStick.
New post on /r/flutterdev subreddit:
Created a Phone Dial Pad Widget for Flutter with DTMF Tones.
https://ift.tt/2K4SIIk
July 27, 2019 at 07:43PM by eopeter
https://ift.tt/2MlJA4M
Created a Phone Dial Pad Widget for Flutter with DTMF Tones.
https://ift.tt/2K4SIIk
July 27, 2019 at 07:43PM by eopeter
https://ift.tt/2MlJA4M
Dart packages
flutter_dialpad | Flutter Package
A phone dialer widget that can be added to any Flutter Application to enable ability to dial a number. This could be combined with a voip application to enable placing calls.
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
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
reddit
r/FlutterDev - Flutter: realtime communication in local network
0 votes and 0 comments so far on Reddit
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
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
reddit
r/FlutterDev - Monthly push notifications
0 votes and 0 comments so far on Reddit
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
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
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
reddit
r/FlutterDev - why can't flutter have a universal debug app?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Create A First Flutter App In Visual Studio Code
https://ift.tt/2ZSQ6DD
July 28, 2019 at 05:06AM by myvsparth
https://ift.tt/311BtyC
Create A First Flutter App In Visual Studio Code
https://ift.tt/2ZSQ6DD
July 28, 2019 at 05:06AM by myvsparth
https://ift.tt/311BtyC
C-Sharpcorner
Create A First Flutter App In Visual Studio Code
This blog is all about creating your first app in Flutter using Visual Studio Code editor.
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
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
reddit
r/FlutterDev - Multiple dev teams in the same flutter dec projects
0 votes and 0 comments so far on Reddit
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
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
reddit
r/dartlang - Panaview: a desktop application to analyze your Dart packages
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Live: Learning Redux | Learn it with me!
https://www.youtube.com/watch?v=boKT0BQfPZw
July 28, 2019 at 08:49AM by RobertBrunhage
https://ift.tt/2OkEwQT
Flutter Live: Learning Redux | Learn it with me!
https://www.youtube.com/watch?v=boKT0BQfPZw
July 28, 2019 at 08:49AM by RobertBrunhage
https://ift.tt/2OkEwQT
YouTube
Flutter Live: Learning Redux | Learn it with me!
Will be following: https://pub.dev/packages/flutter_redux#-readme-tab-. Ps. I will not just make a counter app to learn Redux but we will start with that :)
Github: https://github.com/RobertBrunhage/flutter_state_management_livestreams/tree/master/redux_learning…
Github: https://github.com/RobertBrunhage/flutter_state_management_livestreams/tree/master/redux_learning…
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
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
reddit
r/FlutterDev - Usage of the Navigator widget
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
The Mutability Tax
https://ift.tt/2YbHv2E
July 28, 2019 at 11:38AM by EngineerScientist
https://ift.tt/2Gw1pu8
The Mutability Tax
https://ift.tt/2YbHv2E
July 28, 2019 at 11:38AM by EngineerScientist
https://ift.tt/2Gw1pu8
Medium
The Mutability Tax
Software engineering is hard, and I’m lazy. I strongly dislike unnecessary work. So, if code is going to be around for a while, I build it…