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

Lokalise + Sketch: How to design for a global audience
https://ift.tt/2VLOyix

September 16, 2021 at 11:35AM by cristiantonio
https://ift.tt/3hDpTEl
New post on /r/flutterdev subreddit:

Where should i compress the video
I am confused where we should compress the video (or reduce its size)Is there any packages that can manipulate videos to reduce its size with various options like framerate and bitrate but don't consume much time and resources?
or should this be done on the server side?the problem is that we need to reduce both the video size the upload size (request size) without consuming much processing resources and time on the client side, and also keep the video quality as good as possible.which is better considering the video quality and resources management.and thanks.

September 16, 2021 at 04:22PM by Pro-san
https://ift.tt/2Xl9SvB
New post on /r/flutterdev subreddit:

We've Created a Package for Hand Drawing!
https://pub.dev/packages/scribbleHey everyone!For a project of ours we were looking for a freehand drawing solution in Flutter that supports pen pressure, variable line widths, erasing lines and more and we didn't find anything that went beyond the absolute basics.That's why we created our own! It's still early in development but we'd be happy about feedback or even contributions :)FeaturesDoesn't include any UI (except in the example) so you're free to use it in your app however you want!Variable line widthPen and touch pressure supportLines get slimmer when the pen is moved more quicklyLine eraser supportFull undo/redo support using state_notifier and kimchiSketches are fully serializable

September 16, 2021 at 06:28PM by nameausstehend
https://ift.tt/3zhBVJR
New post on /r/flutterdev subreddit:

It is a project to update the emoji by connecting it with E-Paper hardware through BLE in the Flutter App. If you are interested in connecting the Flutter App and hardware, please refer to it.
https://youtu.be/pP9YXFNOBhY

September 18, 2021 at 08:52AM by XBriefer
https://ift.tt/3Cn0VRz
New post on /r/flutterdev subreddit:

Isolates, event loop, async interview questions?
What are your favorite interview questions regarding isolates, the event loop, concurrency?What was a question that you might have received from a colleague or interviewer that made you doubt you understand these topics well enough?What are some of the resources you recommend people study? Feel free to recommend resources that are not Dart specific, too. I know I've seen some great talks about the event loop in JavaScript and most of those things apply to Dart, too, and some CUDA coding challenges I saw are interesting to solve for isolates (though obviously, the performance outcomes are totally different).I'm a self-taught software developer, and I feel that sometimes it's hard to truly understand some topics, even worse, it's hard to know what you don't really understand. I really appreciate all your feedback, answers, and hints.

September 18, 2021 at 09:55AM by serial_dev
https://ift.tt/2ZaooHB
New post on /r/flutterdev subreddit:

Space between elements
So I have been using Flutter for quite a while now, and throughout all the personal projects and client work I've done I noticed that I use different methods to put space between elements every time.If its some sort of a list or elements stacked next/ontop of each other I tend to use a SizedBox with the height or width I want, some times I use the Divider too so I can have that separating line.In other cases I use margins, but since not all widgets got that property Ill have to wrap them in a Container first which sometimes does come in handy if I wanna add some color to the background or other decorations.In CSS when Im developing for the web, all elements can have a margin whether by default or when turned into block like element, if its Grid or Flexbox I can use the Gap property.I do wonder what other Flutter developers use and why! and is there a difference between these options especially in terms of performance and responsiveness from one device to another?

September 18, 2021 at 01:58PM by Salazar083
https://ift.tt/3EtSZ2O
New post on /r/flutterdev subreddit:

How to create Navigation Drawer in Flutter - Left and Right Navigation Drawer?
https://ift.tt/3lAUL9J

September 18, 2021 at 05:09PM by rrtutors
https://ift.tt/3AipvT8
New post on /r/flutterdev subreddit:

Should I learn android studio?
I want to be a flutter developer and I think I have read that java/Kotlin and swift is needed for some parts.But is android studio required too? Or is it OK to know for example kotlin but not how to make apps in Android studio

September 18, 2021 at 04:16PM by juanmzedxy
https://ift.tt/2XtykLc
New post on /r/flutterdev subreddit:

What’s your favorite set of lint rules and why?
I personally use the https://pub.dev/packages/effective_dart however I heard that pedantic is very popular. There was also the set of rules from very_good franchise. I was wandering what’s working the best for you and why?

September 18, 2021 at 06:43PM by poq106
https://ift.tt/39xlaQt
New post on /r/flutterdev subreddit:

OpenKraken - Production-grade Flutter in Javascript
https://ift.tt/2Xv9H1n

September 18, 2021 at 10:09PM by sandys1
https://ift.tt/3khwqGB
New post on /r/flutterdev subreddit:

Was snopping around pub.dev and found that mongodb is building realmdb for flutter!
Here is the link: https://pub.dev/packages/realm#getting-started

September 18, 2021 at 10:55PM by thekookysurfer
https://ift.tt/3nLu9Wv
New post on /r/flutterdev subreddit:

Is it a good idea to download a Flutter App UI Template and move on from there?
And if so, got any free Flutter templates website you can recommend?

September 18, 2021 at 10:50PM by digital-pharmacist
https://ift.tt/3lzUgNq
New post on /r/flutterdev subreddit:

isolated_worker: a worker that supports all platforms
Hello everyone, I just created a dart package named isolated_worker. It is basically an Isolate when spawned, except on web, it spawns a Web Worker instead.Link hereAny helps/suggestions are welcome!

September 19, 2021 at 12:00AM by FroedEgg
https://ift.tt/3AsxAoo