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

Introducing Widgetbook - The Storybook for Flutter
https://ift.tt/2UMHzoS

October 13, 2021 at 10:53AM by jenshor
https://ift.tt/3mQoJaA
New post on /r/flutterdev subreddit:

Hey FlutterDevs 👋 Join us for our Flutter Day this Hacktoberfest as we get started with cross-platform app development for mobile and desktop using Dart and Flutter with some amazing speakers from Appwrite, Stream, Telia, and Very Good Ventures 💝 📅 October 13, 2021 9:00 PT
https://ift.tt/3iWEziS

October 13, 2021 at 11:33AM by lohanidamodar
https://ift.tt/3oYGx6a
New post on /r/flutterdev subreddit:

MVVM in Flutter using Providers
https://ift.tt/3AO1bIt

October 13, 2021 at 12:58PM by Happycodeine
https://ift.tt/2YGPQfJ
New post on /r/flutterdev subreddit:

Flutter as a multiplatform solution
Hi, everyone!I'm currently looking for technology that may help me to deliver different clients (one or several (ios + android + desktop) + necessarily web) and so far Flutter looks like an option.
But there is a problem: I didn't manage to find any case where Flutter would be used for several clients including Web (mobile only - yes, but not with web)Knowing that there is a production-ready solution for such a case would help me to convince owner to use Flutter in production. Do you know such cases? Or may be you know some other examples of multiplatform solution in production that would run not only on mobile/desktop but in Web as well ?Thank's everyone in advance

October 13, 2021 at 12:39PM by UncleFrankInDaHouse
https://ift.tt/3BEOMaL
New post on /r/flutterdev subreddit:

Are state management frameworks indispensable?
I wrote multiple production apps in Flutter (and some other reactive toolkits like SwiftUI) over the recent years, but somehow only recently came across state management packages - previously I just didn't think about it too much. Always thought a well placed state and some SetState callbacks strategically passed around here and there did the job just fine 99% of the time *shrug*.I noticed, however, that a lot of users swear by these packages that supposedly make your life so much easier. I have nothing against making my life easier so I wrote a test app using Provider, which seemed like a pretty good example of what these are and I'm not that convinced.The main advantage of it seems to be eliminating the need to daisy chain callback functions when Widgets that are 15 levels apart from each other need to interact. That's pretty neat. But then it comes at the cost of less encapsulation (passing everything in arguments is tedious but at least it's all self-contained and logical, rather than things "magically" available down the tree), further abstracting the language that's already pretty high level, and an additional dependency to rely on. In general it feels somewhat like coding in Provider rather than Flutter. And also, at times I still had to pass values or contexts which kinda defeated the entire purpose. Selective listening to changes is also nice but that's not that much of rocket science compared to what's already available out of the box either.Don't get me wrong, I'm not trying to bash Provider or state management in general, or be some sort of a die-hard purist. I'd happily incorporate them into my code but would like to get to know some examples of why it's really worth it.Do you use state management packages? What are some great use cases for them?

October 13, 2021 at 10:21PM by HeftyImplement
https://ift.tt/2YVD90W
New post on /r/flutterdev subreddit:

What i need to learn to be considered a Junior dev?
Hi, i'm currently graduating at a Technical School (and High School), and when I graduate, i would like to work in a Mobile Development Job. Unfortunately I didn't have the mobile development subject in my course, so I am learning flutter by myself, currently developing an e-commerce app.Although I am learning a lot because of this application, what technologies/concepts are important to know? Any recommended learning paths?

October 13, 2021 at 11:49PM by isMoonphase
https://ift.tt/2YTL0MH
New post on /r/flutterdev subreddit:

This package supports drag & drop widgets inside the GridView.builder for multiplatform. It provides all the properties which are available in Gridview.builder and easy to implement with the few lines of code.
https://ift.tt/3AFTL9R

October 14, 2021 at 08:54AM by connectsteven
https://ift.tt/3AFTXpB
New post on /r/flutterdev subreddit:

Build to apple?
Do i really have a to buy an apple computer just to build it (with xcode) to release to the app store?

October 14, 2021 at 09:20AM by Suisuiiidieelol
https://ift.tt/3mPam6d
New post on /r/flutterdev subreddit:

icon_decoration | Add decorative capabilities to your icons
https://ift.tt/3FLl2f2

October 14, 2021 at 03:15PM by TesteurManiak
https://ift.tt/3DFj11T
New post on /r/flutterdev subreddit:

What image type would you recommend for a Mobile/Web project?
Hi Flutter Devs,I am currently developing a project that is intended for iOS, Android, and Web. What image type would you recommend?I am considering SVG files for the convenience of Vectors. Did anyone have pitfalls using flutter_svg?Alternatively should I get high resolution PNGs so that they are supported on web and mobile?Lastly, I could have our designer make mobile images and web images, to separate the resolution/build size.I know there is no simple solution, but I am curious as to what other devs have done! Many thanks in advance!

October 14, 2021 at 04:36PM by Samdogg7
https://ift.tt/3lDhaVk