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

Widgetbook with Lucas Josefiak on the Flutter 101 podcast
Listen to the episode here 🎧 https://flutter101.dev/episodes/widgetbook-with-lucas-josefiakToday, I wanted to share with you a very interesting open-source project, Widgetbook. My guest is Lucas Josefiak and he is the co-founder of Widgetbook. Widgetbook is "an open-source tool for organizing widgets in Flutter. It helps developers cataloging their widgets, testing them quickly on multiple devices and themes, and sharing them easily with designers and clients".It’s a problem that I probably faced at every team and project I worked on, and on some teams, we even tried to implement some sort of secondary application just to showcase, document, and test our reusable components and pages, so I was very glad that Lucas decided to join me for an episode.Widgetbook is inspired by flutterbook, and Storybook, maybe that sounds familiar to some of you.You can find all episodes and links on flutter101.dev. Listen and subscribe to the Flutter 101 podcast on Apple Podcasts, Google Podcasts, Spotify, Amazon Music, Overcast, Pocketcast, Stitcher, TuneIn, iHeartRadio, or via RSS.For updates about future episodes and Flutter news, follow me on Twitter @vincevargadev.

October 12, 2021 at 07:13PM by serial_dev
https://ift.tt/3DqVBxg
New post on /r/flutterdev subreddit:

App development learning
I want to learn how to build and bring my app idea to fruition. Based on your professional experience is Flutter and Dart the right choice? I love the idea of cross platform but not sure if it’s advisable or if I should just start with iso. I’m a beginner and am thinking of learning through online courses on udemy. Thanks in advance for your help !

October 13, 2021 at 01:38AM by studioroses
https://ift.tt/3oTrR8c
New post on /r/flutterdev subreddit:

Add mediation
Hello folks, anyone had use google mobile ads plugin with mediation? I little bit confused.

October 13, 2021 at 02:24AM by ChuiiZeet
https://ift.tt/3iWFoI9
New post on /r/flutterdev subreddit:

Auth without Firebase
Wondering what everyone is doing for authentication when not using firebase?I'd really like to get easy social logins working, but don't want to include the firebase SDK if I can help it, as it limits desktop testing and really slows down (and complicates) the builds on ios.It looks like AppWrite might be an option, or Amazon Cognito, is there any others that people are using?

October 13, 2021 at 02:19AM by esDotDev
https://ift.tt/3lCpjZS
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