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

How to have flutter web for the back office of flutter mobile App
My use case is different from the typical one of having the same application run across mobile (ios/android), web and desktop.My use case is to have flutter for the mobile app (ios/android), while the back office for admins managing the app be in flutter web (or desktop)This means the app running on web wont be the exact app as the one on mobile. Even though they will be different there will still be common things like model, some widgets etc that I would like to reuse.How would you advice to go about having such a set up?

June 23, 2021 at 08:33AM by finlaydotweber
https://ift.tt/3h05NmC
New post on Flutter Dev Google group:

Showing JAVA_HOME is set set to an invalid path when running futter doctor --android-licenses
Hello Everyone, I am new to flutter, and I am trying to install flutter, and When I am running the flutter doctor command, it showing me the following error, [image: sa.png] and as it is suggesting me to run flutter doctor --android licenses, it is showing me the error JAVA_HOME is set to an

June 23, 2021 at 09:44AM by Prajjwal Agrahari
https://ift.tt/3qiTeXX
New post on Flutter Dev Google group:

ALAN VOICE CONNECTION PROBLEM.
[image: ALLAN.png] I have a stable internet but every time i try to run the app it brings this connection , no connection in the console. And when i long press the alan icon it brigs a new screen for taking a picture , which is i have no clue about since i have no interest with taking pictures

June 23, 2021 at 10:07AM by Kelvin
https://ift.tt/3zQ2ves
New post on /r/flutterdev subreddit:

Flutter Desktop auto update
Have you tried auto-update for desktop before? I need your opinion on this matter it won't come from the windows app store.

June 23, 2021 at 09:40AM by aydemiromer
https://ift.tt/3zTBcQC
New post on /r/flutterdev subreddit:

Linting in Flutter
Hello people, we are back with a new video in this we can see how we can maintain a healthy and good quality code base with the help of Linting in Flutter.Like! Share! and Subscribe!https://youtu.be/zqRsCbfxZ6U

June 23, 2021 at 11:44AM by PythonHub
https://ift.tt/3wPVGYr
New post on Flutter Dev Google group:

Dynamic Chart
Future
New post on Flutter Dev Google group:

Flutter App - Freelance
Hi all, If you need to build flutter app or you need support for flutter application development. Please let me know. I will help you. I'm doing some freelance projects. Thanks Balaji Senior Software Engineer

June 23, 2021 at 08:08PM by Balaji K S
https://ift.tt/3j8YCLI
New post on /r/flutterdev subreddit:

Flutter development on MacBook Air (M1)?
Hey,My MacBook Pro (2015) died an untimely death, and I'm looking at moving to a MacBook Air (M1 16GB) for Flutter development.It would be great if someone who has tried this setup could share their experience. I'd be grateful for the light. 🙏

June 23, 2021 at 07:47PM by vishnukvmd
https://ift.tt/3gREWJm
New post on /r/flutterdev subreddit:

Physics Simulations | Advanced Animations In Flutter | Tutorial #3
https://youtu.be/LRJAqsyw3Bc

June 23, 2021 at 07:23PM by ITMastering
https://ift.tt/3h0I31M
New post on Flutter Dev Google group:

pushNamedAndRemoveUntil bug? it doesn't remove as expected
I am using the below code to remove all and push a new page Navigator.pushNamedAndRemoveUntil( context, '/dashboard', (Route
New post on /r/flutterdev subreddit:

What should be read when not programming?
Hello everyone, i've been learning flutter since some time now and i am learning from flutter official docs which has been really efficient way to learn. i code for 8 hours a day and after that i have nothing else to do as my Uni is off due to covid, so i would like to ask are there any topics related to Flutter that can benefit me with only reading where i dont have to code? Because after 8 hours of coding i just like to read or watch videos but i still want to learn about flutter, I think simply watching the flutter doc wont do much help as i am not practicing it myself, so is there anything else related which can improve my knowledge just by reading? Thanks 🙏🏻

June 23, 2021 at 11:02PM by opinvader
https://ift.tt/2UnUrkK
New post on /r/flutterdev subreddit:

Interested in Flutter? Come and Join our space 🎉. Say NO to errors.💯
https://ift.tt/3vR1waO

June 23, 2021 at 11:42PM by jit_hub
https://ift.tt/3d6QaJd
New post on /r/flutterdev subreddit:

Another nail biting episode of The Dart Side - a Dart blog focused on the backend.
https://ift.tt/3d9Z9ct

June 24, 2021 at 01:14AM by bsutto
https://ift.tt/35MMYOL
New post on /r/flutterdev subreddit:

Playing HLS Videos with Signed URLs?
Trying to play HLS videos from cloudfront that require a token appended to the end of each request.It's easy enough to append the token to the end of the URL for the initial m3u8 file and pass it to the video player. However, I must add the token to the end of each segment request as well. Is there a way to append the token to every request with headers/url changes?For example, in Javascript with videoJs it might be:videojs.Hls.xhr.beforeRequest = function (options) {options.uri = \${options.uri}${videojs.getAllPlayers()[0].options().token}`;`return options;};\`I have used Chewie player, but I am open to trying anything that will allow for this.

June 24, 2021 at 04:58AM by djsjr5
https://ift.tt/3zSlhlp
New post on Flutter Dev Google group:

Unexpected layout show in backgroud when using HtmlElementView with other widgets in dialog
I build website using Flutter and I use HtmlElementView with other widgets (ex. button) to create image viewer dialog (I use HtmlElementView because I want to be able to right click to save image in browser) and when I resize my browser window, my website had unexpected layout of other widgets

June 24, 2021 at 06:47AM by Pakpoom
https://ift.tt/2T0ExMX
New post on Flutter Dev Google group:

The Argument type
The argument type 'Stream