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

Best resources to learn Flutter and Dart from scratch?
What would be the best way of going about learning Flutter? Also, how's web development in Flutte?

July 19, 2021 at 09:49AM by Xarion77
https://ift.tt/3z8YWyT
New post on /r/flutterdev subreddit:

How is it not a much bigger problem that there are no good solutions for Video (Stream) Caching?
I have developed different Apps with flutter and every time I need to display network videos I have the same problem, that there are currently no solutions for video caching for the video player package when streaming a network video.I would assume that this is a common use case because If you look at current social media apps, they all heavily use network videos and when there is no caching for video streaming, the consumed bandwidth would be much higher and there would be a lot more loading times for the user.Did you have this issue before? How did you solve it or did you just not used any caching for videos? So far I have used this PR which unfortunately was rejected and is now quite out of date. Some people suggest using the cache_manager plugin but that makes no sense to e because you can only cache a whole video, so you need to wait for it to completely load before you can cache it.I'm really curios how this is not a much bigger problem because this issue seems to get way to few attention in my opinion.

July 19, 2021 at 10:50AM by jwknows
https://ift.tt/2UtzN30
New post on /r/flutterdev subreddit:

Color Curves in Flutter
I working on project to bring a clone Snapseed in flutter web. I thinks the color curves feature is important feature but i don't know how it works. Anyone explain that and give me some idea to implement in flutter.

July 19, 2021 at 11:51AM by definev
https://ift.tt/3xPl5C9
New post on Flutter Dev Google group:

How to have drawer in front of bottom Navbar
Hey All. How do I bring this drawer in front of my bottom nav bar? [image: Screenshot 2021-07-19 at 4.28.50 PM.png] -- Thanks & Regards, Hyder

July 19, 2021 at 01:00PM by Hyder Hussain
https://ift.tt/3za1M6E
New post on Flutter Dev Google group:

How do you Separate the mobile app and WebView to have different user experiences?
I want to display a different experience on the mobile app and a different user experience on the web app.

July 19, 2021 at 02:25PM by Imint Studios
https://ift.tt/3ircYVD
New post on /r/flutterdev subreddit:

Hi, I am currently working on an open source project called shark - a flutter server rendering framework. If you are interested and good at flutter and nodejs, welcome to dm me and contribute your code.😁😀
https://ift.tt/3irxHbT

July 19, 2021 at 03:59PM by NiceGuy-n2
https://ift.tt/3exJ8Oh
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 94 - Tutorials, videos, packages, and much more!
https://ift.tt/3BmJ2my

July 19, 2021 at 03:22PM by vensign
https://ift.tt/36KyPlx
New post on Flutter Dev Google group:

Android Studio 4.1.2 Built-In Emulator not always available
Hello, I have Android Studio 4.1.2, I realised that the studio built-in emulator is available if I open certain ones of my flutter projects, but not available for new ones I created. Also the option to view the emulator from the view menu -> Tool windows -> Emulator is not there !! (In all

July 19, 2021 at 04:17PM by ehab elnahas
https://ift.tt/3zbZTpX
New post on /r/flutterdev subreddit:

Multiple Windows in Flutter?
We are planning on a flutter rewrite for an app located in the windows and mac store under the name Tipitaka Pali Projector . We also have android and ios in official stores.We currently have a side panel, a main Pali Language text reading window and an English translation window.Our rewrite will require multiple texts to be open at the same time for the desktop.We could do a split pane, but MDI is preferred. I'm not sure if split panes are allowed either.MDI is not icons.. it is multiple document interface.. which means we have dragable resizeable windows inside the app and not multiple instances of the same app doing RPC .This flutterdev group does not allow pictures .. A youtube video is in this link here. https://www.youtube.com/watch?v=UArS-5kajY0Is this possible in Flutter Desktop or even Mobile?

July 19, 2021 at 04:58PM by bksubhuti
https://ift.tt/2Uq6nmw
New post on /r/flutterdev subreddit:

Is there an audio lib that allows you to explicitly specify the audio stream?
I have been reading over the docs for a few audio libraries in flutter. I can't seems to find one that explicitly allows you to specific the audio stream (ringer/notification or media/music) on both iOS and Android.Is anyone aware of a package that allows the behaviour?Thanks!

July 19, 2021 at 05:22PM by scorr204
https://ift.tt/3hKYAZj
New post on Flutter Dev Google group:

Stateful/stateless widget inside a Positioned widget (that is inside a Stack) NOT working
Hello! I'm trying to put a stateful/stateless widget inside a Positioned widget (that is inside a Stack widget), but it is NOT working. I want to have a CustomPaint navigation bar, where depending on which icon you click, a different screen is displayed over the CustomPaint navigation bar (the

July 19, 2021 at 09:02PM by Alvaro Gonzalez Rico
https://ift.tt/3iutJiM
New post on /r/flutterdev subreddit:

When it comes to performance, which is better, images or widgets?
I'm building my first flutter app and I need some guidance. I have a figma design that I can copy assets from as SVG and paint them using the flutter_svg package in some widget. However I can also create these components as Widgets with some styling, I've encountered this dilemma a couple of times already and I'm only a few screens in. I figured now's a good time to get a handle on things before it's too late. I've searched but I can't find any definitive resources that have addressed this question.So, should I prefer widgets or images (vector) when the difference in the cost of implementation of either is minimal?Thanks in advance

July 20, 2021 at 12:50AM by spaces_over_tabs
https://ift.tt/3iI22n1
New post on /r/flutterdev subreddit:

Installation tutorial for anyone who is just starting out with Flutter
https://ift.tt/3BmFi4r

July 20, 2021 at 12:13AM by mutantdustbunny
https://ift.tt/3BgcYAJ