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

Anyone know what live streaming service the app Insight Timer uses?
Since they use flutter I’m wondering who they use. I’m guessing agora but anyone actually know?

September 16, 2021 at 04:52AM by riveraj33
https://ift.tt/3AjpiyY
New post on /r/flutterdev subreddit:

Flutter ListView Navigation For Beginners
https://ift.tt/3zcmimJ

September 16, 2021 at 04:32AM by athira_reddy
https://ift.tt/3nBxTtq
New post on /r/flutterdev subreddit:

What's the "hand-off" process like for a freelance Flutter developer?
How do you "deliver" your finished product?I've never done any freelance work myself and while I know there's no right answer I'm interested in your experiences - especially when it comes to projects that involve paid services/APIs like firebase/firestore/AWS/etc.Do you sign up for those services and then hand off the credentials on delivery? Do you setup payment for subscription services for your client or do you leave them to it?Do you hand off your source code/project files or do you build the app and send a copy?Do you push it to play/app stores or leave that to the client?Do you do maintenance/updates on a delivered app?Really curious about the logistics of Flutter freelancing (as opposed to development) if anyone's got insight to share!

September 16, 2021 at 06:49AM by emililililily
https://ift.tt/3kaWHGC
New post on /r/flutterdev subreddit:

Looking for paid mentor
Hi,I am in process of writing enterprise flutter application but although i am experienced backend developer, i am totally new to mobile technologies, including flutter. I have a lot of questions, and because of that i am looking for experienced flutter developer to be my mentor. You just need to have knowledge and be willing to answer my questions 🙂 i will pay of course, $ to be discussed. Please contact me on priv

September 16, 2021 at 10:11AM by incIouds
https://ift.tt/3hzHL3e
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