Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Suggestion for display tweaks to /FlutterDev appearance
Don't know if this is a reddit boondoggle or if the mods can do something about it.Search box controls overlap (search this subreddit & include nsfw.. are on same line) in results view.Subscribe button green / white is exceptionally poor contrast.

Submitted October 15, 2018 at 01:08AM by relativityboy
via reddit https://ift.tt/2yilhgf
GGroup: IOS crash, it is like slow motion
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it?

Submitted October 15, 2018 at 05:49AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2pSY3st
GGroup: IOS crash, it is like slow motion
Hi all, My app is running on IOS like slow motion. :D Does anyone faced it? Bug: Falling back to storing access token in NSUserDefaults because of simulator bug

Submitted October 15, 2018 at 05:54AM by Từ Phương Danh
via Flutter Dev https://ift.tt/2NHbgOC
Reddit: Is there a way to add items to the Alt+Enter menu?
Would be nice if I could add some items myself. For example, there is "Wrap with widget", "Wrap with column", etc. But what if I want to add another one, like wrap with Builder? Is there an easy-enough way to do that?

Submitted October 15, 2018 at 07:16AM by aalhamali
via reddit https://ift.tt/2yEeBsd
GGroup: [Breaking Change] Replacing Null by void
Hi, Most of Flutter API has been designed before `void` was allowed to be used as type argument and `Null` has been used instead. `void` been more familiar to most users (and more specific than Null - so additional errors can be spot on) I propose to replace most of `Null` by `void`. This

Submitted October 15, 2018 at 09:36AM by Alexandre Ardhuin
via Flutter Dev https://ift.tt/2yiWvN3
GGroup: CupertinoNavigationBar with TabBar
Hi, with the normal AppBar I'm able to include in the bottom a TabBar, but the new Cupertino Navigation Bar doesn't seem to have that. Can anyone help me how I can archive the same with the new Cupertino Navigation Bar, maybe you could lead me to an example? Thank you, Marc

Submitted October 15, 2018 at 06:39PM by Marc Andrew
via Flutter Dev https://ift.tt/2CPaz4S
GGroup: CupertinoNavigationBar with TabBar
Hi, with the normal AppBar I'm able to include in the bottom a TabBar, but the new Cupertino Navigation Bar doesn't seem to have that. Can anyone help me how I can archive the same with the new Cupertino Navigation Bar, maybe you could lead me to an example? Thank you, Marc

Submitted October 15, 2018 at 06:39PM by Marc Andrew
via Flutter Dev https://ift.tt/2CPaz4S
Reddit: Is anyone else having this issue in VS Code when working with Flutter? Pressing enter on an autocomplete suggestion highlights the code and autocompletion stops working until the code is unhighlighted.
https://ift.tt/2QPCDba

Submitted October 15, 2018 at 11:25PM by EibeMandel
via reddit https://ift.tt/2Acmg31
GGroup: Padding inside the cardview
I want padding for the image inside the card view Is it possible? Here is my code, return new Card( child: new Column( children: [ new ListTile( leading: new Image.asset("images/" + _allAndroid[index].image, fit: BoxFit.fitHeight, width:80.0

Submitted October 16, 2018 at 07:00AM by Dharani tharan
via Flutter Dev https://ift.tt/2CjgiPh
GGroup: difference between image.Asset and AssetImage
pls can anyone carify the differences between image.asset and AssetImage in flutter

Submitted October 16, 2018 at 04:45PM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2QRZFOy
Reddit: Build Responsive UIs in Flutter – Flutter Community – Medium
https://ift.tt/2En4X3d

Submitted October 16, 2018 at 01:24PM by rahiche
via reddit https://ift.tt/2yk2Ojs
Reddit: How do I go about creating these message blocks?
Do I create a Box Constraints or cards? Will any of you please recommend a particular widget that would be really good for these types of message blocks? Thanks so much!https://i.redd.it/etdx3rcf6ks11.jpg

Submitted October 16, 2018 at 04:33PM by xpaultheman
via reddit https://ift.tt/2yGpPMU
Taming your widget children can be simple with Flutter’s Tables widget. The Tables widget gives you the control to quickly adjust grid viewing, alignment, column sizing and border properties.

Click for more #WidgetoftheWeek tips ↓ pic.twitter.com/cLuN82wyMz— Flutter (@flutterio) October 16, 2018

October 16, 2018 at 08:47PM
via Twitter https://twitter.com/flutterio
GGroup: build server / continuous integration recommendations?
I’d like to set up a build server to automate the build/packaging of my flutter app for the iOS/Android platforms. However, since Flutter depends on XCode, and hence MacOS, this seems to narrow the options quite a bit. Generic virtual machine on AWS + Jenkins => no MacOS AWS Codebuild =>

Submitted October 16, 2018 at 09:05PM by rto...@emporiaenergy.com
via Flutter Dev https://ift.tt/2ylAn4D
GGroup: Flutter packages upgrade confusion
When I run this, should it automatically update my pubspec.yaml with the updated packages? Does this only upgrade flutter packages or also dart packages from the pubspec. Sincerely, Super Confused.

Submitted October 16, 2018 at 10:03PM by Bryan Gintz
via Flutter Dev https://ift.tt/2J0yuP3
Reddit: How to user Multiple Streams in a StreamBuilder
Hello, I am trying to do multiple queries with FireStore and I ran into the issue of having multiple streams, one for each query, and now I want to display all the query results in my UI. I figured I'd use a StreamBuilder, I tried to use StreamGroup.merge([stm1, strm2]) to combine 2 streams, but it would always show me the results of strm2 even if I switched the order and it would show me strm1(now strm2).Does anyone know how I can either combine multiple streams into StreamBuilder, or how to combine multiple quires into the UI?​Thanks

Submitted October 16, 2018 at 10:20PM by BrilliantEmber
via reddit https://ift.tt/2NKX3An