Flutter Heroes
26K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

What's one thing about flutter that seems under-discussed/valued?
Personally there's a lot of content coming out of flutter, but I feel like a majority of the content surrounding flutter is based on single page applications or some cool nifty widget or library someone put together for usage in their project.Let me preface nothing is wrong with that at all, but me personally I'm more fascinated in how people are structuring their applications from folder to source architecture. Currently flutter has no standard way of doing anything and I haven't really seen anyone discuss an optimal way of structuring a multi-page application using these state management libraries. So yeah for me that's something I feel like is undervalued/underdiscussed when it comes to flutter.What's something that you feel is undervalued or discussed when it comes to flutter & building applications with flutter?

September 09, 2019 at 03:53PM by SaltTM
https://ift.tt/2ZWgso0
New post on /r/flutterdev subreddit:

Restrictions on Naming of App (IOS and Play Store)
Hi,I have only recently become aware of flutter and I was thinking of building my first mobile app. The idea for the app is to simply collate some bits of information from the website of a small local business and display it in a format that I need. Some other people may be interested in it but not a lot, maybe a few hundred at the most. They have no terms restricting scraping etc. they have an rss feed and a json feed, and it would only pull the data once a week so I wouldn't be hammering their server.What are the rules around creating an app and using the name of this company? They don't have an app so I'm not interfering with anything they own but I understand that the name belongs to them. Is it ok to do this and if they complain take it down or will it be blocked by Apple and Google before it even gets to that stage?I thought here would be the best place to post rather than posting in the Android and IOS subreddits.It's very hard to find any information about this.Thanks

September 09, 2019 at 03:32PM by aBitOfCloud
https://ift.tt/2PZ8yKR
New post on /r/flutterdev subreddit:

stack widget performance question
new flutter dev here. just wondering if anyone here with experience has any helpful advice:how does the stack widget effect app performance with a stack of a few dozen widgets? i need to stack a bunch of cards based on a list of objects. they're relatively simple card widgets. an image and a few buttons on them. but it'd be simpler if i could just stack them all up up front instead of rendering them beneath one another as the user pops the top one of the stack each time. (think tindr or something along those lines)

September 09, 2019 at 04:57PM by mattpannella
https://ift.tt/2UGOj3e
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 3
https://ift.tt/303DEke

September 09, 2019 at 05:31PM by vensign
https://ift.tt/2ZTdB37
New post on /r/flutterdev subreddit:

Combine streams with an extra condition
I struggle with basic streams' manipulation and am looking for help.I have 2 streams, one for the "search term" and the other for the "type of data" I want to search for. Both are BehaviorSubject that I seed with a default value. I used to combine them with Observable.combineLatest2() and trigger my http request from here.Now I would like to change something so it's more convenient for the user: I would like that, when the search term change, the "type of data" is reset to its default value, as it is some case of sub-filter in this use case.How can I achieve this ?

September 09, 2019 at 06:19PM by CrisalDroid
https://ift.tt/314JCTc
New post on /r/flutterdev subreddit:

Zefyr rich text editor 0.7 with new docs and Spectrum community
It's been a while since I posted a serious update for Zefyr.In this update:New version of Zefyr 0.7 with some breaking changes and a couple of new featuresNew documentation website with some articles fully rewritten (Quick Start in particular)Spectrum community for general discussions, questions and such.This is just a beginning, I'm planning to have more updates soon as well as publish a roadmap towards Zefyr 1.0.0. I'd like thank everyone how took time to submit issues on Github, this helps tremendously!Pub: https://pub.dev/packages/zefyrRead the docs at: https://zefyr-editor.gitbook.io/docs/v/v0.7.0/Join Spectrum chat: https://spectrum.chat/zefyr?tab=posts

September 09, 2019 at 06:47PM by pulyaevskiy
https://ift.tt/2LCZype
New post on /r/flutterdev subreddit:

Flutter continues hiring! Looking for a senior/staff (10+ years) software engineer/technical lead and senior (5+ years) technical program manager. Both in CA, USA. Help us make software development amazing!
https://twitter.com/_eseidel/status/1171097641213542400

September 09, 2019 at 06:37PM by EngineerScientist
https://ift.tt/2ZL7Yoq
New post on /r/flutterdev subreddit:

Accessibility in Flutter
I've written a short analysis of Flutter's accessibility tooling and support for building accessible applications. I'm hoping this may be of use for analyzing Flutter for production-level apps, or building accessible apps with Flutter!

September 09, 2019 at 09:12PM by Areneboy
https://ift.tt/34rqUHs
New post on /r/flutterdev subreddit:

A Flutter plugin for integrating Freshchat in your mobile app.
https://ift.tt/2XzAY0D

September 09, 2019 at 04:54PM by boss-san
https://ift.tt/2ZMPHXK
New tweet from FlutterDev:

Flutter will be in Shanghai for GDD China 2019!

Chinese companies like ByteDance, Tencent, and Grab are all using the latest Flutter tools to develop their apps.

Stay tuned for the talks! 👍 pic.twitter.com/GadCU4OoVT— Flutter (@FlutterDev) September 9, 2019

September 10, 2019 at 01:08AM
http://twitter.com/FlutterDev/status/1171198819486375937
New post on /r/flutterdev subreddit:

Improving Flutter’s Error Messages. [Flutter Team : We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages! Learn about the research that went into finding a solution in our latest blog post.]
https://ift.tt/31dJv7W

September 10, 2019 at 02:35AM by EngineerScientist
https://ift.tt/2HX6cFW
New tweet from FlutterDev:

We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages!

Learn about the research that went into finding a solution in our latest blog post. → https://t.co/hOgFOMwptk pic.twitter.com/9V2umbSSv8— Flutter (@FlutterDev) September 10, 2019

September 10, 2019 at 02:30AM
http://twitter.com/FlutterDev/status/1171219238880776192
New post on /r/flutterdev subreddit:

A new #Flutter release is available 🎉! Channel: stable Version: v1.9.1+hotfix.2
https://twitter.com/FlutterReleases/status/1171251981643603968

September 10, 2019 at 05:09AM by EngineerScientist
https://ift.tt/31e40kU
New post on Flutter Dev Google group:

Let your flutter docs support live samples.
Let your flutter docs support live samples. and you can see 100+ live sample on Flutter Widget Livebook < https://flutter-widget-livebook.blankapp.org/basics/introduction/%5D(https://flutter-widget-livebook.blankapp.org) > . Source code: https://ift.tt/309GxAc

September 10, 2019 at 06:16AM by 李健莹
https://ift.tt/2A2KVWL
New post on Flutter Dev Google group:

How to insert banner ad in listview builder
Hey I want to insert ad between list of card, Like ad between after every 3 cards in list,How to do that. I have gone through the article. but I was not able to implement please can anyone help me https://ift.tt/302ouM9

September 10, 2019 at 08:50AM by mahantappa b k
https://ift.tt/2A45K4h
New post on /r/flutterdev subreddit:

Deploying iOS app from Windows PC
If I am using only a Windows PC and I want to build and publish my app for iOS can I do thay? Or I absolutely have to have a Mac ? And what my are my options ?

September 10, 2019 at 09:19AM by Dan7nm
https://ift.tt/31cs07U