Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: I'm coming to London on Monday to talk about Flutter and RxVMS
https://www.meetup.com/de-DE/FlutterLDN/events/251985441/(RxVMS pattern) => { RxVMS a practical App Architecture for Flutter:As Google hasn’t recommend any specific app architecture for Flutter Apps Users started trying to apply well known patterns from other ecosystems to Flutter Apps which isn’t an ideal approach. With its reactive paradigm Flutter deserves an equally reactive architecture a goal RxVMS is setting to achieve. In this talk we will learn what RxVMS is and what sets it apart from other patterns. You will be introduced to the important building blocks that are used in an RxVMS based App and you will see code examples from a real world app that has benefitted from its use.Being familiar with Dart Streams and Dart Rx is helpful. To get a quick into check out these posts by Thomas:https://www.burkharts.net/apps/blog/fundamentals-of-dart-streams/ https://www.burkharts.net/apps/blog/rxdart-magical-transformations-of-streams/Thomas Burkhart is a freelance and indie developer and lives in Bonn, Germany }Keep up to date with Thomas => { Blog: https://www.burkharts.net/apps/blog/

Submitted September 20, 2018 at 10:10AM by escamoteur
via reddit https://ift.tt/2DbLh1T
GGroup: Flutter App development company is available for Paid development work
Hello All, We are a Web & Mobile App development company located at New Delhi, India and few months back we have started working with Flutter. Recently we have completed one App using Flutter and Firebase - Best Indian Restaurants https://ift.tt/2QKmzZ9

Submitted September 20, 2018 at 10:30AM by Sanjay Kumar
via Flutter Dev https://ift.tt/2xDo2rg
GGroup: Development architecture
Hi All, Can any one suggest which architecture is best for flutter app development like *MVC, MVP or MVVM *also provide document link so I can refer.

Submitted September 20, 2018 at 12:04PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2xtxjTH
GGroup: Where I can get dart.io RawSocket examples?
Hi, Where I can get dart.io RawSocket examples?

Submitted September 20, 2018 at 12:39PM by Niyazi Toros
via Flutter Dev https://ift.tt/2Nnf0cV
GGroup: Payment Gateway
I want to integrate paypal with my flutter app, any body can provide help about this.

Submitted September 20, 2018 at 02:57PM by ravi kumar
via Flutter Dev https://ift.tt/2MPSJiy
GGroup: How to remove spacing at the start and end of a horizontal list
I have a horizontal list in a StatelessWidget and a a padding defined for the body. The padding is everywhere correct but not for the LIST - when I scroll the list, the result is like in the screenshot. How can this be fixed? [image: flutter.jpg] class MyWidget extends StatelessWidget{

Submitted September 20, 2018 at 03:00PM by Chris
via Flutter Dev https://ift.tt/2QK68Mp
Reddit: Want your opinion: Renaming the nothing saying static factory methods RxCommand
Hi Peeps, I'm thinking about renaming the nothing saying static factory methods of my @flutterio RxCommand and want to know what you would prefer please vote here https://github.com/fluttercommunity/rx_command/issues/3

Submitted September 20, 2018 at 03:09PM by escamoteur
via reddit https://ift.tt/2MPbItR
GGroup: Can someone help with this? Got stuck for a few days
I would appreciate if someone with more flutter experience can have a look at this https://ift.tt/2ppcMuY My flutter knowledge is rather limited and have been trying a few days but couldn't get it work.

Submitted September 20, 2018 at 09:07PM by Tiantang Sun
via Flutter Dev https://ift.tt/2MS3Ojk
Learn how @AlibabaGroup used Flutter to develop their Xianyu app that now has over 50 million users!

Click below to hear their story ↓ pic.twitter.com/mzWJLlyTtf— Flutter (@flutterio) September 20, 2018

September 20, 2018 at 10:13PM
via Twitter https://twitter.com/flutterio
Flutter Release Preview 2 is here, and @RedBrogdon has the details of what to expect as we get closer to Flutter 1.0: loads of new widgets, smoother running apps, background execution support, and more!

Watch here → https://t.co/wiIjOOmI6W pic.twitter.com/ZhD0vFkmCs— Flutter (@flutterio) September 20, 2018

September 21, 2018 at 12:08AM
via Twitter https://twitter.com/flutterio
Reddit: Any library or web tool for converting JSON to Dart model classes?
I used this for Android http://jsonschema2pojo.org for converting JSON to POJO classes. Anything similar for Flutter? Would be okay if it doesn't add the factory methods too.

Submitted September 21, 2018 at 12:35AM by pblead26
via reddit https://ift.tt/2PSVXnn
Reddit: Flutter localstorage
Hello dear Flutterians!I'm an alien from react-native world. As it often happens when someone switches from one technology to another, I'm enjoying good parts of flutter and missing some good parts from react-native. AsyncStorage is one of those "good parts". shared_preferences plugin work, but it's too "flat". So here it comes https://github.com/lesnitsky/flutter_localstorage
I'm really new to flutter and dart, so feel free to destroy me in comments 😏Suggestions, best practices and guidance will be more appreciated though. What edge cases have I missed? Is overall approach legit?

Submitted September 21, 2018 at 03:25AM by r1zzu
via reddit https://ift.tt/2xqGa8Q
GGroup: Multiple TabController
Hi, I want two *TabController* in one page. how it is possible? Can any one please suggest me.

Submitted September 21, 2018 at 05:39AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2po2WcV
"Google has announced the final pre-release version of its Flutter cross-platform mobile app toolkit. This release addresses a key developer concern: The lack of native UI components on iOS." #mobileapps #cupertino #iosdev @thurrott https://t.co/n7f2xzk5sJ— Flutter (@flutterio) September 21, 2018

September 21, 2018 at 08:00AM
via Twitter https://twitter.com/flutterio
GGroup: const constructors and encapsulation don't go together in Dart
I am really annoyed by the restrictions that the Dart language imposes on const constructors. Flutter makes heavy use of immutable objects. At the same time it seems impossible to make any non trivial const constructor work in Dart. A constant constructor can only be initialized with compile time

Submitted September 21, 2018 at 09:54AM by Andreas Sumerauer
via Flutter Dev https://ift.tt/2MWiZrW
GGroup: What is the actual implementation of SO_LINGER in the Dart platform?
Hi, I place an issue on Dart SDK. *My Flutter Mobile app* cannot get the socket data due to dart.io socket set option. I can get my data in java when I set my java socket setSoLinger option. Question: What is the actual implementation of SO_LINGER in the Dart platform? https://github.com/dart

Submitted September 21, 2018 at 11:41AM by Niyazi Toros
via Flutter Dev https://ift.tt/2PZ49CX
GGroup: How to migrate my flutter app with the new version of flutter?
*How to migrate my flutter app with the new version of flutter?*

Submitted September 21, 2018 at 12:53PM by Ahmed Meklad
via Flutter Dev https://ift.tt/2OIXHzy