Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Material Theming
I feel like we, here, need to give some importance to Material Theming too. I think what Google have done to transform it from a mere guideline to this is huge. And if you saw the I/O talk on it, they basically were pushing everyone to Flutter when they were explaining how to integrate Material Theming into Web, iOS and even Android. Material Theming works out of the box in FlutterAlong with the tutorials for Dart and simple apps, we have to push Material Theming too because this is where people are going to come sooner or laterR/materialdesign is sort of deadI don't know if I misunderstood the potential of it but I really am a huge fan of how they've bridged the gap between designers and developers like never beforeTl;dr let's start incorporating material Theming into our workflow and videos and tutorials

Submitted May 14, 2018 at 06:41PM by mycroftholmess
via reddit https://ift.tt/2IflTdF
Reddit: VScode widget debugger?
will this be a feature in the near future? I love vscode but i feel like it really lacks compared to intellij features. just my two cents. i don't want to switch but i think i might soon

Submitted May 14, 2018 at 07:46PM by alaricat
via reddit https://ift.tt/2L0X1Eq
GGroup: DrawerLayout: How to make this Custom Layout in flutter
Hi, I have a drawer in which I want to achieve layout posted in the below screenshot. `AllTasks, Today, Complete and Incomplete` with `numbers` are fixed. The user cannot add these. Already added by me. `CreateList and Settings` as well. `MyList` which is added by the user and he can add

Submitted May 14, 2018 at 10:58PM by pirzada rashid
via Flutter Dev https://ift.tt/2Kq2Hqr
Reddit: Building a Flutter App that fits in with your micro-services strategy
https://ift.tt/2rGTqmG

Submitted May 14, 2018 at 11:59PM by Purple_Pizzazz
via reddit https://ift.tt/2GgWlH9
Reddit: markup/css vs flutter code - simplicity vs complexity
This slide from google i/o 2017 compares html/css markup vs flutter codehttps://i.imgur.com/9NOY00g.jpgwhich side is easier to mentally digest? left side wins the day everydayWhy o why could they not just implemented a layout system based on that? Markup your UI or other widgets with markup tags the style them with a css system flutter understands.

Submitted May 15, 2018 at 12:53AM by movdev
via reddit https://ift.tt/2rGY2sg
GGroup: How to display a dialog after page loads using showDialog
I would like to display a dialog using showDialog as soon as the page loads. I currently have something like this class TestActive extends StatefulWidget { TestActive(); @override TestActiveState createState() => new TestActiveState(); } class TestActiveState extends State
Submitted May 15, 2018 at 03:16AM by Adam Zedan
via Flutter Dev https://ift.tt/2IiZCrn
GGroup: Face Recognition and Detection using OpenCV
I need to integrate the OpenCV native “LIBS” or “SDK” for both Android and IOS and invoke them through Platform Channels. Can anyone provide a solution, example with Fulluter for Face Recognition and Detection for Login scenario?

Submitted May 15, 2018 at 10:43AM by Niyazi Toros
via Flutter Dev https://ift.tt/2wFBqyb
GGroup: How to fetch certain elements from a website using flutter
I want to make a app in which the app will fetch a certain element from a website < https://lh3.googleusercontent.com/-G4koqCuu8Eg/WvqlNjf5e7I/AAAAAAAAEMg/7_OGbB5UUfw3UKV2T4WIseH6s2B-7bfdACLcBGAs/s1600/Capture.JPG >

Submitted May 15, 2018 at 11:16AM by Abhijit leihaorambam
via Flutter Dev https://ift.tt/2L31yG7
GGroup: Re: How to display a dialog after page loads using showDialog
Try this: @override Widget build(BuildContext context) { showDialog(context: context, builder:(BuildContext context){ return myWidgets.getBusyDialog();}); return new Scaffold( body: new Container( child: new Column(

Submitted May 15, 2018 at 12:48PM by Eugenio Tesio
via Flutter Dev https://ift.tt/2rO1xy7