Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Oct 11, 2021

October 11, 2021 at 07:02PM
https://twitter.com/FlutterDev/status/1447608485361831942
New post on /r/flutterdev subreddit:

Here are some tips on how to migrate your app to Flutter 2 while still delivering features
https://ift.tt/2YGazjW

October 11, 2021 at 08:52PM by douglasiacovelli
https://ift.tt/3v0Mhx9
New post on /r/flutterdev subreddit:

Anyone have generated DTOs from OpenAPI spec?
I can see there's a library however from what I could tell it's for yaml only (whereas mine outputs as json).Is anyone doing this? Any recommendations?

October 11, 2021 at 08:45PM by 946789987649
https://ift.tt/3iQLXw1
New tweet from FlutterDev:

RT @dart_lang: 🎉 This calls for celebration! Dart went #opensource on October 10, 2011. Join us in celebrating 10 great years of developing fast apps for any platform. https://t.co/T6IgnFbXnH— Flutter (@FlutterDev) Oct 11, 2021

October 11, 2021 at 09:00PM
https://twitter.com/FlutterDev/status/1447638134221574156
New post on /r/flutterdev subreddit:

Things I learned while developing Flutter GraphView widget with MultiChildRenderObject Why not Custom Painter? (ps: I'm not the author)
https://ift.tt/3lxEBzf

October 12, 2021 at 01:27AM by GoodSamaritan333
https://ift.tt/3DuMbRl
New post on /r/flutterdev subreddit:

LoRa and nbIoT with Flutter app
I'm pretty used to using ble with Flutter, but I'm wondering how to go about using LoRa (LoRaWan) and/or nbIoT (narrow band IoT). I'm not really seeing any packages in dart pub, so figured I'd ask and see how others have done it. Any info would be really appreciated. Even articles to read or anything like that. Thanks!

October 12, 2021 at 02:38AM by americanmade808
https://ift.tt/3FCAytj
New post on /r/flutterdev subreddit:

Anyone developing with Flutter using a Linux or Windows ARM environment?
I know that Flutter development works fine on M1 Macs, but curious how (and if) it works on ARM Linux distros or even Windows for ARM. I've seen some discussion saying it should work, but haven't actually heard reports.

October 12, 2021 at 03:54AM by mattmaddux
https://ift.tt/2YMQlp1
New post on /r/flutterdev subreddit:

Design patterns in flutter
I’m relatively new with flutter development. Coming from native android development background, are there any tutorials or example for the use of design patterns in flutter development (like MVC, MVP or MVVM)?

October 12, 2021 at 06:08AM by itsonlykareem
https://ift.tt/3ayBUqE
New post on /r/flutterdev subreddit:

Understanding and Animating Stuff using HeroWidget
https://ift.tt/3AZvsVG

October 12, 2021 at 07:01AM by maria_garcia20
https://ift.tt/3DBYHi5
New post on /r/flutterdev subreddit:

How to Build Secure App using freeRASP | freeRASP Implementation Guide
https://www.youtube.com/watch?v=LLFOSX1c5WAWe shot a security primer + tutorial about Flutter security library freeRASP. Check it out! Would you use freeRASP in your next project? Would you like to know more about threats to Flutter apps? We are looking for inspiration for another video, your opinion matters!If you are interested, follow our activities at https://github.com/talsec/Free-RASP-Community

October 12, 2021 at 01:05PM by SirionRazzer
https://ift.tt/3BO7dtX
New post on /r/flutterdev subreddit:

Google says it’s dropping Material Design components on iOS in favor of Apple’s UIKit
https://ift.tt/3iVULkd

October 12, 2021 at 12:46PM by fluthien
https://ift.tt/3iTXxpY
New post on /r/flutterdev subreddit:

Why do we need to override the constructor on StatelessWidgets?
I’m new to Flutter and am going through the tutorials and have a few questions:1) Why do the tutorial examples have classes that extend StatelessWidgets but also define a constructor that doesn’t nothing except call the super constructor and pass on the arguments? If not overriding the constructor did the same thing anyways couldn’t they just not override it?2) What is the relationship between normal widgets and Material/Cupertino widgets? Are normal widgets just a barebones look while Material and Cupertino are specific to Android/iPhone? If Flutter is by Google and Material is also by Google then why have normal widgets in the first place when it would make more sense to merge normal widgets and Material widgets?3) The tutorial says that defining the UI with widget constructors is fast. Does this scale to a few thousand objects widgets or will it get slow?4) If updating the UI means all constructors of the widgets get called again, how does the UI handle saving the scroll position or cursor positions unless it uses a virtual DOM like React and only update the changed nodes?5) is it possible to create a UI using the normal widgets (without using Material or Cupertino) and still have the app automatically adjust to screen insets and paddings such as the camera cut outs and the gesture zone?6) Do functions when passed around maintain the original value of “this”? I mean this relative to Javascript which loses “this” unless it is called in the form of object.function.

October 12, 2021 at 06:13PM by lorenzomofo
https://ift.tt/3mQFIJX
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