Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Android Studio fails to build project properly
I working with Android Studio and Flutter after switching from VSC, I got extremely frustrated. When I was building to an emulator for the first time, the app displayed fine, and after a few hot reloads and a few clean builds the UI stopped showing. I had no idea what was going! I tried reverting commit to the last successful build and the UI wasn't showing either. I switched the project to VSC and surprisingly everything was fine! Has anyone experienced something similar with AS? P.S. I am running on the latest stable release.

Submitted October 14, 2018 at 01:07PM by adrian110288
via reddit https://ift.tt/2RTuMuK
Reddit: Remote Redux Debugging for Flutter Apps
https://ift.tt/2yrUgq7

Submitted October 14, 2018 at 12:34PM by MichaelMarner
via reddit https://ift.tt/2RO5rSS
Reddit: My first Flutter app - xkcdViewer
Hi r/FlutterDev! 👋I've been tinkering with Android development for some time now but never had the drive to finish and/or publish an app yet.Thanks to Flutter I finally managed to put something out there which hopefully helps and encourages others to try it out too.xkcdViewer is a lightweight app for viewing xkcd comics. You can browse randomly through the comics, add them to your favorites and revisit them later on.Also there are many features I've planned to implement in the future like saving comics, gestures for adding to favorites or next/previous comic, notifications and custom themes.Try it out and let me know what you think! 😊It's also open source!Feel free to create an issue if you encounter any bugs or have a good feature request.

Submitted October 14, 2018 at 02:34PM by ylfiir
via reddit https://ift.tt/2OVBDF9
Reddit: tinano: Plugin to automatically generate parsing code for sqflite queries
https://ift.tt/2Aa0j4B

Submitted October 14, 2018 at 06:50PM by simolus3
via reddit https://ift.tt/2QPO9mT
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