Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Flutter Mumbai group
https://t.me/FlutterMumbai
New post on /r/flutterdev subreddit:

Are there any 'active' flutter podcasts?
Would love to listen to an active podcast now that flutter is getting a little bigger. I think there was its all widgets podcast which is a great interviewing podcast, I'd love more general topics/discussion podcast. Especially with the hot topic of state management libraries being discussed here so frequently. Having a good podcast to break down these topics would be really dope.

June 15, 2020 at 10:29PM by SaltTM
https://ift.tt/3d6Bl6k
New post on /r/flutterdev subreddit:

Open source flutter projects for contribution
Hello,I've been learning about flutter and making some apps since last couple of months now. I'm looking for some open source projects where I can start contributing and learning more from the community while doing so.Any suggestions on where to get started?

June 15, 2020 at 11:17PM by brijenr
https://ift.tt/2MX4aHY
New post on /r/flutterdev subreddit:

I created a face mask detection app using flutter and TensorFlow
-Detect mask from a photo-Detect it on the live camera feedPlayStore: https://play.google.com/store/apps/details?id=com.aniket.maskdetectorSourceCode:https://github.com/AniketSindhu/mask_detectorDemo Illustration: https://www.youtube.com/watch?v=JnQ7bRqm-oUPlease try it out and give me your honest opinions.

June 16, 2020 at 01:54AM by Amazing_Aniket
https://ift.tt/2AHp37t
New post on Flutter Dev Google group:

desarrollo de app flutter
estuve revisando el repositorio de github de flutter, cada directorio es un proyecto a parte, y llegue a revisar por el momento el proyecto vainilla y llegue a un par de conclusiones 1. todos los archivos .dart van dentro de la carpeta lib, dentro de este lo organizas en directorios. 2. trabaja

June 16, 2020 at 02:19AM by Pol Cristobal Paredes
https://ift.tt/2UMcRcs
New post on Flutter Dev Google group:

1.19 mac download?
Where is the 1.19 flutter mac download? Maybe it hasn't been released yet? I'm new to the flutter scene and I found a mention of 1.19.0 in a blue page element NOTE: under 'Update Your Path' in which dart is supposably included in the download for Mac OS. Currently the Install page downloads

June 16, 2020 at 02:32AM by JediUnixMaster
https://ift.tt/3e7hCVo
New post on /r/flutterdev subreddit:

Custom Flutter Testing CLI tool(running individual and group tests like VSCode from terminal)
https://ift.tt/3fzL8np

June 16, 2020 at 05:38AM by NextySomeone
https://ift.tt/2UMWwEi
New post on /r/flutterdev subreddit:

Supernova for designer-developer handoff?
Hi, what tools are you using for code-gen and designer-developer handoff? I tried Supernova Studio which can do it pretty well plus it has the option to create animations but I'd like to explore more similar tools. What's your experience?

June 16, 2020 at 10:42AM by terezatx
https://ift.tt/2YIpjeg
New post on Flutter Dev Google group:

Text anti-aliasing (local engine)
Trying to disable text anti-aliasing with local engine build. See https://ift.tt/2C9fqi9. Setting paint.setAntiAlias(false); in paragraph_txt.cc has no effect on text. Setting font.setEdging(SkFont::Edging::kAlias); on font in paragraph_txt.cc doesn't render glyphs in

June 16, 2020 at 10:45AM by Aleksandr M
https://ift.tt/37w2Ll9
New post on Flutter Dev Google group:

Sound in google AdSense adds (interstitial banner)
Hello! Is it possible to mute the sound in interstitial banner from Google AdSense? I have an app on flutter and it's crucial for me to mute the sound (the audience is moms with babies). And I don't see this possibility now(( The only way is to change the ads system, everybody tells me. But I

June 16, 2020 at 12:23PM by Natalya Kislukhina
https://ift.tt/3fuhjUY
New post on /r/flutterdev subreddit:

How is it working as a Flutter Dev for a full time job?
I have been a Xamarin / .NET dev for over 6 years and an iOS/ Objective-C before that. I have been laid off last month and took time off from programming. Now I'm back to job searching and tried looking for Xamarin jobs but they're fewer nowadays. Another thing is I think I'm ready to move on from .Net & C#. Now i'm thinking about learning Flutter. To devs who are using Flutter for their full time job, what do you like about it? What don't you like about it?

June 16, 2020 at 01:04PM by c0mb0rat
https://ift.tt/3fv0Ksg
New post on /r/flutterdev subreddit:

App Feedback Thread - June 16, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

June 16, 2020 at 02:33PM by AutoModerator
https://ift.tt/2BglBAM
New post on /r/flutterdev subreddit:

How to make a custom canvas and pass it around as an widget?
I have been trying to develop a drawing app and all the example codes including the one's from The Boring Flutter Development Show don't translate well into real-world usage.The main problem being that CustomPaint's paint operation is too expensive and re-draws every point, every frame. And as the points increase the flutter app's render time per frame increases significantlyFrom the time I spent finding a solution to this problem, I found theseRepaintBoundaryCustom Widget using SingleChildRenderObjectWidget and RenderProxyBoxI don't think any of the above solutions work well for my needs: smooth canvas drawing operations without re-paint. I even tried simplifying the points and that didn't work either because of the inherent mechanism of CustomPaintIf there was a way to pass a canvas as a widget and attaching a controller it'll be easy to store the captured points and use basic canvas operations like canvas.drawPath() or canvas.drawLine() much efficientlyLike:-class ControlledCanvas extends StatlessWidget{
 `Canvas canvas;` `CanvasBloc controller;` 
...`Any suggestions would be greatly helpful as I spent the last month trying to figure this out.

June 16, 2020 at 04:34PM by TUGTEN
https://ift.tt/3fvloIB
New post on /r/flutterdev subreddit:

Flutter set as wallpaper intent
Hi,
I want to set wallpaper from my app using the android native intent like in the picture. How can i do this in flutter ?
I want to send my picture in intent and use native android wallpaper action .
Thanks

June 16, 2020 at 05:44PM by imran__nadeem
https://ift.tt/2Y6tbGT
New post on Flutter Dev Google group:

IMPOSSIBLE TO BUILD Flutter Android APK - PLEASE HELP ME
Bonjour. *I NEED YOUR HELP ABOUT PROBLEM TO BUID APK. PLEASE !!!* I have been trying since yesterday to build the *APK* of my FLUTTER Application to no avail (without any success). It becomes a headache for me. Below you have the results of the "*flutter doctor*" command in *ANDROID-STUDIO*

June 16, 2020 at 05:20PM by Marc-Aurèle Chegnimonhan AYAOVI
https://ift.tt/2B9MKFk