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

send otp with phone no
how to use plese help me

November 19, 2021 at 07:24AM by FitAsifedicine3222
https://ift.tt/3Dz4eGz
New post on /r/flutterdev subreddit:

Flutter vs React Native: Which One Should You Choose
ReactNative and Flutter are the two most popular cross-platform mobile frameworks.The post below makes an in-depth comparison between the two frameworks to help you understand the criteria you need to consider when choosing the best fit for your projects.Disclaimer: This is not my work, I am just sharing technical quality content.https://adevait.com/mobile/flutter-vs-react-native

November 19, 2021 at 10:33AM by xkalanx
https://ift.tt/3Hz8HLN
New post on /r/flutterdev subreddit:

App Feedback Thread - November 19, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

November 19, 2021 at 03:00PM by AutoModerator
https://ift.tt/30I2Sel
New post on /r/flutterdev subreddit:

How to create a custom artifactory for flutter/dart ?
Hi everyone,In my company i have the role to choose a common technology stack to use for all our mobile apps.
After a study, we've decided to go with Flutter. Hooray!The main goal of having a single technology stack is to create an internal mobile library of reusable components and logic mostly for our internal products and APIs.​So, the problem is that of course we cannot host our packages on pub.dev and we already use JFrog as artifactory for our others artifacts, I read that the 'pub get' command can interrogate a custom host for retrieving packages but the endpoint has to conform to certain API, but where are these specification?Specifically this page says:
"A hosted package is one that can be downloaded from the pub.dev site (or another HTTP server that speaks the same API)."​How can we implement our custom artifactory for this situation? Our only chances is to use the pub.dev source code to have our private repo?

November 19, 2021 at 03:38PM by Pelonarax
https://ift.tt/3croopW