Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Dash to Dartlang - Flutter tutorial series
https://www.youtube.com/playlist?list=PL0iaWPijZ-OdI59_nJWTb9-7Ec6h7U-Eo

Submitted June 12, 2018 at 01:14AM by RxFORTRAN
via reddit https://ift.tt/2y2wqV3
GGroup: The height of the container inside the ListView overflows the content
Could someone help us with this problem: https://ift.tt/2l46or7 < https://user-images.githubusercontent.com/5141762/40866094-4eaa8de8-65d2-11e8-9d62-374e903a6b38.png > new Container( height: _allArea.length>3 ? 150.0 : _allArea.length*50.0, margin: EdgeInsets.only(lef

Submitted June 12, 2018 at 01:33AM by Luiz Jácome Júnior
via Flutter Dev https://ift.tt/2t47AOS
GGroup: [Breaking Change] Material tap target sizes
Howdy, Previously I had announced the intent to increase the size of tap targets to conform to the Android accessibility scanner recommendations of 48px by 48px. Because of the scale of the changes necessary and the potential to break layouts we have refocused the changes to make migration and

Submitted June 12, 2018 at 02:40AM by Jonah Williams
via Flutter Dev https://ift.tt/2y2EW6t
GGroup: I may have found a bug about BackdropFilter
I want to blur the background when show dialog. But if I use "SystemChrome.setEnabledSystemUIOverlays([]);" to hide status bar at the same time, blur does not take effect where the old status bar should be. this is Screenshot and main.dart: < https://lh3.googleusercontent.com/-pPyVSF8R2oc/Wx87HYr

Submitted June 12, 2018 at 05:19AM by huang
via Flutter Dev https://ift.tt/2JzYtfH
GGroup: What is the best way to show json data when app starts?
Hi, *What is the best way to show json data when app starts? * *Currently;* *In Step 2* *// **TODO: 2) MyApp* *class *MyApp *extends *StatelessWidget *{* *// I call Lang.dart class file and load local language json data* *……………* *In step 4* *// **TODO: 4) _MyHomePageState

Submitted June 12, 2018 at 08:19AM by Niyazi Toros
via Flutter Dev https://ift.tt/2yd4nCr
Reddit: Access and modify Plugin for calendars on the user's device
https://ift.tt/2Miu3jP

Submitted June 12, 2018 at 07:27AM by Sol_Ido
via reddit https://ift.tt/2y5yPhu
Reddit: Tip: Using Watch to mimic hot reload for command line dart
As im learning Dart I am turning to command line mini programs more and more. I missed flutters hot reload so I made my own.I am using the Watch command. It is native to linux systems but you can also get it for mac. Im sure there are ways to make it work on windows.As the name implies, Watch will watch for changes in a file. When changed it will run the command and put the output on the screen .In this manner I can work on a dart file, save the changes, then see the output immediately.Here is a demonstration gifhttps://imgur.com/a/WU7fH4M

Submitted June 12, 2018 at 08:15AM by movdev
via reddit https://ift.tt/2MkPfFW
GGroup: Warning: Element 'Image' from SDK library 'ui.dart' is implicitly hidden by 'image.dart'.
I've seen a couple others like this, everything works fine but it just triggers my OCD for having nothing in my VSCode "Problems" list. All the googling I've done refers to pretty ancient Dart threads, but no simple resolution I can see. Is there some conflicting imports or something?

Submitted June 12, 2018 at 09:15AM by Ash Simmonds
via Flutter Dev https://ift.tt/2JOjy9s
GGroup: how to hide drawer
In main.dart I created a drawer as shown below. There is bool appLive variable in my main.dart. bool appLive = *true**;* …. …. …. drawer: *new *DrawerMenu(appLive)*,* I want to send this variable (appLive)to my drawer class. *class *DrawerMenu *extends *StatelessWidget *{*

Submitted June 12, 2018 at 12:17PM by Niyazi Toros
via Flutter Dev https://ift.tt/2sRgX4X
GGroup: Websockets strange behaviour
While testing out https://ift.tt/2y4VVVH example, I found some strange behaviour I cannot explane to myself. When connecting to a websocket server with an old Android device (Moto XT1092, Android 6.0.1) or the Android emulator (Android P) everything works fine.

Submitted June 12, 2018 at 02:18PM by Maik Mewes
via Flutter Dev https://ift.tt/2l5W4Pm
Reddit: [helpme] Best practice for an app with authentication and some fetch from a REST API
Hi all!I'm developing a quite big smartphone app and I chose to use flutter. I've only played around to and made some small and easy app. Now I'm facing the real world and things are becoming pretty difficult.I come from react so I thought the best way to implement it was using redux with this Boilerplate but I really can't even fetch and display anything.My goal: User login -> I save the token in the store and then use it for any request i need to make.Do you know any other way to achieve my goal?

Submitted June 12, 2018 at 02:21PM by giovapanasiti
via reddit https://ift.tt/2LLbkfP
GGroup: Achieve a different background color in ListView or ListTile
Hi experts, I've tried to search for a way to change the background color of my ListView or at least my ListTile so it becomes different from the Container's background. Heres the sample: [image: Screen Shot 2018-06-12 at 12.01.00.png] I tried wrapping up the entire ListView in another

Submitted June 12, 2018 at 05:10PM by Guilherme Giani
via Flutter Dev https://ift.tt/2HLeltY
GGroup: How to build dynamic widget
Hi, In my app I need to check internet and warn the user that there is no internet so they can open internet using mobile network or wifi network. As soon as they open the internet than app shows the actual layouts and items. My problem is dynamic widget is not working and giving me an error.

Submitted June 12, 2018 at 07:20PM by Niyazi Toros
via Flutter Dev https://ift.tt/2t3vIkr
GGroup: Build Dart VM with dart:ui
Hi all, I was wondering if there is a way to build (or package) standalone Dart VM with embedded dart:ui (sky_engine) package? This may sound strange but I'm doing an experiment where I need to depend on some code from Flutter but run everything from the CLI. Currently if I do that I get: The

Submitted June 12, 2018 at 07:45PM by Anatoly Pulyaevskiy
via Flutter Dev https://ift.tt/2LN0GFt