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

RT @GooglePlayDev: 📢 Starting soon! 📢 Join us at 10 AM PT to hear the latest Google Play policy updates and December’s compliance requirements. The team will also provide insights into the new Families policies and have Q&A for policy-related questions. Register → https://t.co/Bn0xn0cqWr https://t.co/FtnwdALS92— Flutter (@FlutterDev) Nov 17, 2021

November 17, 2021 at 06:30PM
https://twitter.com/FlutterDev/status/1461023832949538825
New post on /r/flutterdev subreddit:

Question about state management in flutter on an concrete example
Hello all,at the moment I am trying to write my first Flutter application. I have a question about state management:I have a screen where I can see details about an entity. This screen has its own state, which is responsible for retrieving the data, etc. A button at the top gives the user the ability to change the name of the entity. When the button is clicked, an AlertDialog with an input field is displayed. Currently, this popup shares its state with the main page.Would you use a separate state to manage the popup? This could have the advantage of allowing you to control things like a loading spinner for the action within this popup separately from the main view.If you use a separate state: How do you share the data with the main page? To be more specific: The entity name is displayed on the main page. If it is changed in the popup, this change should also be displayed on the main page. How would you solve this problem?I would be happy to hear your opinions and suggestions on this.

November 17, 2021 at 07:54PM by eckii24
https://ift.tt/3CoHpE8
New tweet from FlutterDev:

🐦 In case you missed it, here's the latest from the Flutter Update! Check out what we’ve hatched 🐣 ✔️ GMA SDK for Flutter to General Availability ✔️ Support on iOS & Android ✔️ Mediation (Beta) ✔️ And more! Let's go 👇 https://t.co/hihrX3QYjC— Flutter (@FlutterDev) Nov 17, 2021

November 17, 2021 at 08:30PM
https://twitter.com/FlutterDev/status/1461054029161762824
New post on /r/flutterdev subreddit:

How to start development in flutter
I'm working as developer using Symfony framework. I can make usable UIs using bootstrap and html css. I'm Ok with JS. I'm getting bored with web projects and decided to make some into android apps using flutter.From your experience what's the optimal way to start? Maybe some project ideas that rises the bar when doing each one. Any tips on how to get started will be appreciated.

November 17, 2021 at 09:11PM by Latvianization
https://ift.tt/3kKu42O
New post on /r/flutterdev subreddit:

Is setState() a step back?
Hello guys, I'm new to flutter (and here), and I'm following a udemy course. For background, I'm a front and back dev, currently in a front position using react. as for mobile dev, I do have experience with java, react native and ionic.So I love flutter so far, the widget approach is an interesting fresh take. However, seeing setState is troubling. As it was a common thing in react, and it brought lots of bugs (due to it being async, mostly), I don't understand why a new framework would use something similar.As stated, I'm really in the process of learning, and I'm sure the much-more-experts-than-me engeniers at flutter know better. So I was wondering if you guys know why they picked this approach, and what's your opinion about it? Is it working as it should?​Also, any good tip/pattern/resource regarding my learning of flutter and dart are most welcome.Thank you :)

November 18, 2021 at 02:08AM by Yogso92
https://ift.tt/3oxnON2
New post on /r/flutterdev subreddit:

Understanding how fluxbuilder work!
HiMy employer purchased a code from https://fluxbuilder.com/That allows him to modify the UI through their app without the need for re-publishing to play store nor Apple storeNow he needs to add some new widget to the UI, these widgets may need to be remotely configuredI understand i need to configure and/or modify the server to deliver these featuresThe questions are:what technologies are used for such system?how can we add custom configurations to the flutter app?Any help would be appreciated

November 18, 2021 at 09:17AM by nexttron96
https://ift.tt/30DdsTK
New post on /r/flutterdev subreddit:

Flutter Complete Reference eBook
https://ift.tt/3nsuWeo

November 18, 2021 at 12:00PM by Debugger1010
https://ift.tt/3HAKZi4
New post on /r/flutterdev subreddit:

Flutter iOS agora no audio
Our app work as expected in all cases but we have this case when some one called from any android or iOS device to iOS device which not running the app in foreground mode both the caller device and the receiver not hear each other we are sure that microphone permission has given thanks

November 18, 2021 at 11:58AM by NerdsArena
https://ift.tt/30KuQ98
New post on /r/flutterdev subreddit:

I Really Want to Learn Flutter BUT ..
I am a solo freelance, I get project contracts and the clients don't care which technology or tool I use to build their product, so I have the option to go React Native / Flutter / Native.I really want to learn and use Flutter but most of the people I am coming across on online forums are saying negative things about the framework, some say the Dart language is a solution to a problem that doesn't exist, some say the framework itself is slow, some say Google will abonden the project.Could you please share your ideas on the framework? Is Flutter worth investing my time into?

November 18, 2021 at 11:34AM by iEmerald
https://ift.tt/3Fj2jq2
New post on /r/flutterdev subreddit:

Backend framework ServeMe now supports TCP sockets!
Hello everyone!As probably some of you already know, not that long ago I've published a server framework for Flutter apps: ServeMe https://pub.dev/packages/serveme. It's meant for development of highly efficient server apps for web and mobile applications using WebSockets.Today's update (v1.1.1) brings TCP sockets support with minimal API changes! Simply specify type: ServeMeType.tcp in ServeMe constructor.Note: Though there are some minor changes in ServeMeClient class constructor, instead of taking 2 arguments now it takes single ServeMeSocket argument.P.S. It's not just raw TCP implementation: it already handles data packets boundaries and you don't need to do any additional coding to handle your data messages.P.P.S. Also there's an new method for establishing connections to a remote TCP and WebSocket servers: server.connect(...) (from ConnectMe package https://pub.dev/packages/connectme) - and it allows to use all the data exchange stuff ServeMe supports: fast binary serialized messages (PackMe https://pub.dev/packages/packme), asynchronous queries etc.Enjoy! There will be more :)

November 18, 2021 at 01:56PM by MrSheogorath
https://ift.tt/3oC4ePP
New post on /r/flutterdev subreddit:

5 Flutter Tips For Better Code Structure
https://ift.tt/3kNlzUM

November 18, 2021 at 01:29PM by wineandcode
https://ift.tt/3cvq9Cl
New tweet from FlutterDev:

💰📲 New opportunities to monetize your apps have hatched for Flutter developers 🐣 Start monetizing with Flutter ↓ https://t.co/TnzVjS7T8v— Flutter (@FlutterDev) Nov 18, 2021

November 18, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1461378835136462853