Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Best Way For Navigation Between Screens
Hello, i'm new to flutter, and i'm wondered whats the best way for navigating. Im using Navigator.push, but i feel like there should be a better/cleaner way to do it.

November 18, 2021 at 07:37PM by Turbulent-Rope-8634
https://ift.tt/3cGHMQ5
New post on /r/flutterdev subreddit:

Should I breakdown long code blocks into separate widgets or just private builder functions?
I noticed the common convention in other languages is to breakdown code blocks into separate objects in separate files (even though they will only be used once) and them "import" them as modules.Or breakdown code blocks into separate classes and put them below the main class in the same file.But I see a lot of Flutter code just breakdown the code blocks into private "builder" functions within the same class. Is this convention preferred?

November 19, 2021 at 03:18AM by lorenzomofo
https://ift.tt/3oIzfBB