Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter Positioned Widget not fixed depending size screen
Hi, My problem concerns the Positioned Widget. I'd like to position Widgets that match with an Image background specific location of a Container. The context is to apply a PDF sheet to mobile with many assets with a RadioButton/editText. The fact is, if I don't specify a fixed width and height

December 22, 2020 at 10:40PM by pierre-charles torno
https://ift.tt/3hbEiGp
New post on /r/flutterdev subreddit:

what's the difference between using BLoC and just having observable variables in a singleton
Hi!
in order to manage the state of my app is m using a singleton class (multiple of them in fact) that has observable attributes that I can subscribe to (using rxdart behavior subjects). I am however getting some lags and some junky animations around my app.one of my colleagues suggested using BLoC instead of my solution. I don't know a lot about BLoC but I don't think it does more to performance than my solution. I would like to know if I am wrong about this and if so, how does BLoC improve performance.​For how do I listen to the streams, I usually use StreamBuilder and FutureBuilder on single component, so you might find two or more components subscribing to the same or to different streams, that are shown together on the screen.

December 22, 2020 at 10:21PM by RARBK
https://ift.tt/3mDxqTj
New post on /r/flutterdev subreddit:

The Pen tool in Rive 2
https://youtube.com/watch?v=BM4f9Ck1iD0&feature=share

December 23, 2020 at 01:19AM by Pixelreddit
https://ift.tt/3rl8Bza
New post on /r/flutterdev subreddit:

Provider and AnjmationController
Hey, seams like simple task but not necessarily.What's the best way to start AnimationController when provider triggers, I have couple ideas.In stateful widget manually use addListener to provider.Make a wrapper on the actual widget which is just a consumer that creates stateful widget with value from the provider, and that stateful widget overwrites didUpdateWidgetBoth of them are quite tidious, what do you think?

December 23, 2020 at 04:20AM by a4738758392
https://ift.tt/37MURWp
New post on /r/flutterdev subreddit:

Best Android phone for Flutter Dev? (Android)
Title says it all :P

December 23, 2020 at 06:32AM by AphrxWasHere
https://ift.tt/2WI6Pda
New post on Flutter Dev Google group:

Adding native ads in Flutter
I would love to ad native ads into my code in Flutter but I can't deal with it. I'm using this: https://ift.tt/32qXoAE They say: Native Ads are presented to users via UI components that are native to the platform. (e.g. A View on Android or a UIView on iOS). Using Flutter

December 23, 2020 at 10:44AM by Jakub Klementewicz
https://ift.tt/3h9waX6
New post on /r/flutterdev subreddit:

Why pub.dev doesn't have any WORKING package for android to turn on flash light with luminous intensity
Using flutter i am developing a android torch app with capability of controlling luminous intensity of flash light and i have dried lamp 0.0.6 package to turn on flash light with controlled luminous intensity but this package doesn't work and other many package (like flashlight:0.1.1, flutter_flashlight:1.0.0, torch_compat:1.0.2) are not providing luminous intensity controlling power, now what shoud i do to overcome this problem.

December 23, 2020 at 11:29AM by anilshrivastav
https://ift.tt/3hbqMma
New post on Flutter Dev Google group:

When zooming and panning complex paths, performance degrades
Hi Team, Using CustomPainter/RenderBox, I rendered a complex path by converting coordinate points(get it from the JSON file) into pixel offsets. After that, I've added the InteractiveViewer to do zooming and panning. Here, I've faced a lagging issue while zooming and panning. I suspect it may be

December 23, 2020 at 06:37PM by Vijayakumar Mariappan
https://ift.tt/3pi5UMR
New post on /r/flutterdev subreddit:

Anyone else have a problem with Flutter loading old/stale code?
On Android (and maybe elsewhere), Flutter can load old or stale application code, randomly. This has been happening to me for over a year, but I've never been able to get good reproduction steps... until now! https://github.com/flutter/flutter/issues/72868Does this happen to anyone else?? If it does, can you please up-vote this issue?This is extremely frustrating when working on large projects, that have complex chains of events/layout errors, and you are never quite sure if your latest code is running, or some code from 2m ago. It doesn't just happen with Restoration, it usually happens when Errors are being spammed, but this seems like an easy way to reproduce it.

December 23, 2020 at 07:41PM by esDotDev
https://ift.tt/2Kvxurm
New post on /r/flutterdev subreddit:

Learn Flutter After CTO and CFO left me
Hey Guys!I'm running a startup on a concept I truly believe can change the world.About three months ago we had a CTO, building our application on flutter, who left us in the middle of nowhere halfway through development. He charged us around 5k USD and just left us, two Economics' students from UCLA without any prior experience in coding. My Co-founder left as well, thinking we were never going to find someone to develop it, leaving me 5k USD in the hole and with no CTO or CFO.I just graduated early with a Major in Philosophy and a Minor in UCLA, and I still want to work on my startup. I love my idea so much, and I want to learn how to develop a simple MVP that can help me get funding. I have all my UX/UI designs completed, and I'm using 17k YSD to pay development team in India to build the application for me using React Native that will be ready on April 1st. I am funding it with 10k that I crowdfunded and the rest is from my meagre savings of 9k USD.I've done my research and would love to learn flutter. I've never written even one line of code in my life, and would love some pointers on where and how to start, what to expect, and how much time to set daily to reach my goal of building an MVP by myself in 2 months.I work hard, I spend 12 hours a day working, and can put in extra nights to reach my goal.I would really appreciate any pointers!

December 23, 2020 at 08:30PM by vikrampai
https://ift.tt/34HncLB
New post on /r/flutterdev subreddit:

Happy holidays, full stack Flutter devs!
Only 28 days ago, I posted here to announce that we had opened the Functions Framework for Dart. Well, we got some great responses from the community and we've been hard at work since.Today, I'm really happy to let you all know that we just landed a new version that supports functions to handle JSON and Cloud Events, plus more examples and docs on how to deploy to Cloud Run, plus a tool for generating starter projects from templated samples! Check it out over the holidays and let us know what you think! We really do appreciate your thoughts (feel free to open a discussion) and stars on the repo!https://github.com/GoogleCloudPlatform/functions-framework-dartI plan to schedule some kind of live session between Christmas and New Year to demo this and answer questions from you. I'll post an update on that shortly.Happy holidays!Tony and the rest of the elves on the Google Dart / serverless teams🎅🌲🎁🎉

December 24, 2020 at 01:32AM by subfuzion
https://ift.tt/3rr39Li
New post on Flutter Dev Google group:

Flutter SDK Not loading to windows
Hi, This is vamsi, i downloaded from SDK 1.22.5_stable and i want create flutter project in this process flutter path is not loading to Project. please resolve this issue. if you have any video, i will send. my System Configurations Windows 10.

December 24, 2020 at 06:39AM by Vamsi Krishna
https://ift.tt/38vVse1