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

Scratcher - scratch card implementation in Flutter
https://ift.tt/32U03mM

July 25, 2019 at 11:29PM by ryk0s
https://ift.tt/30VFWCG
New post on Flutter Dev Google group:

Not Redirecting to URL in Flutter ios
Hi, I am facing issue about Azure AD B2C login in IOS flutter only. It working fine in Android platoform. In Android, When i click on login button, it opens browser and it automatically redirect to mentioned Url(Our Page). But in iOS platform, Browser showing microsoft login page, when i click

July 26, 2019 at 08:44AM by Mahesh Sherkar
https://ift.tt/2JSV9Pl
New post on /r/flutterdev subreddit:

Is it possible to expose StreamProviders on the App level, where data depends on each other?
When using MultiProvider wrapped around MaterialApp I need to get access to to the specific user ID first and then other data streams depending on the User ID. This is not possible because the streams depending on the ID can’t get it, due to the fact that it’s not above them in the widget tree.I haven’t found a solution to this problem.I’d really appreciate any help! Thank you!

July 26, 2019 at 06:22PM by iamarr0gant
https://ift.tt/2OuUsjo
New tweet from FlutterDev:

Async, await, futures, streams... they're all built on top of isolates & event loops. Learn more in this new article about Dart #asynchronouscode.https://t.co/LxhqjBVgma— Dart Language (@dart_lang) July 25, 2019

July 26, 2019 at 09:03PM
http://twitter.com/FlutterDev/status/1154829537210855424
New post on /r/flutterdev subreddit:

How similar is Java programming to Dart/Flutter?
So Dart/Flutter has been my introduction to programming, I’ve been learning for about 4 months now. Originally I just wanted to have fun and build an app, but now I want to find a job or internship as a programmer.Obviously there aren’t many opportunities with Flutter especially for entry level programmers. So my question is how similar is Dart to Java or JavaScript? I’ve heard that these languages are similar and I think I would like to get a job programming in Java since it is one of the most used languages.Also when I watch Flutter tutorials, I can’t help but wonder where’d they learn all of this, and how they are so comfortable programming with Flutter. I understand they have years of experience, but as far as software architecture goes, Java is probably the best place to learn efficient techniques.What do you guys think?

July 26, 2019 at 08:24PM by isnortcode
https://ift.tt/2ykJSAB
New post on /r/flutterdev subreddit:

Curl Converter : convert curl commands to python, javascript, php, R, Go, Rust, Dart, JSON
https://ift.tt/1rAxSV6

July 26, 2019 at 09:18PM by EngineerScientist
https://ift.tt/30XGCaG
New post on /r/flutterdev subreddit:

Flutter KenBurns : The Ken Burns effect is a type of panning and zooming effect used in video production from still imagery.
https://ift.tt/2LJI0KC

July 26, 2019 at 09:15PM by EngineerScientist
https://ift.tt/2Y5An80
New post on /r/flutterdev subreddit:

JSON:API Client for Flutter/Web/VM (x-post from r/dartlang)
JSON:API is an open specification for building APis in JSON. I made a client in Dart which supports all features of JSON:API v1.0 (the current version as of April 2019):Fetching single resources, resource collections, related resourcesFetching/updating relationshipsCreating/updating/deleting resourcesCollection paginationCompound documentsAsynchronous processingThe package also features a simple implementation of JSON:API server which is currently used for automated tests but could potentially be developed into a production-ready solution.I have been working on it for a year now, would greatly appreciate your feedback. Thanks!Links: package | github

July 26, 2019 at 10:15PM by f3ath
https://ift.tt/2SLKAAC
New post on Flutter Dev Google group:

Letter to the entire humanity
Dear Madam, Sir; I ask you in the name of the humanity to help me to stop an international tragedy. There is a hidden international tragedy. Please who read this letter inform the world . The details in the link below: https://ift.tt/2Y8HEne

July 27, 2019 at 01:23AM by REDHA BENDRIDI
https://ift.tt/2OncR1F
New post on /r/flutterdev subreddit:

Any negatives to using Visual Studio Code over Android Studio?
From the inception of an idea all the way until the app is put on the app store, is there any drawbacks to using Visual Studio Code ?

July 27, 2019 at 04:33AM by SkinwalkingCamel
https://ift.tt/2OlOIJ3
New post on /r/flutterdev subreddit:

Cleaned up the carousel widget I posted yesterday and published it in a package! Enjoy!
https://ift.tt/2MjYRmK

July 27, 2019 at 04:25AM by destinyprovider
https://ift.tt/2Ya4N8X
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