Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: Flutter WebView Plugin Load new pages with setState(){}?
Hey, I'm doing an app with the WebView Plugin from flutter, but I don't know how to change the website on Button press. I wan't to use the same webview from my WebviewScaffold if possible.

Submitted May 15, 2018 at 06:47PM by leo nx
via Flutter Dev https://ift.tt/2IIFzpy
GGroup: Flutter WebView Plugin Load new pages with setState(){}?
Hey, I'm doing an app with the WebView Plugin from flutter, but I don't know how to change the website on Button press. I wan't to use the same webview from my WebviewScaffold if possible.

Submitted May 15, 2018 at 06:47PM by leo nx
via Flutter Dev https://ift.tt/2IIFzpy
GGroup: Flutter WebView Plugin Load new pages with setState(){}?
Hey, I'm doing an app with the WebView Plugin from flutter, but I don't know how to change the website on Button press. I wan't to use the same webview from my WebviewScaffold if possible.

Submitted May 15, 2018 at 06:47PM by leo nx
via Flutter Dev https://ift.tt/2IIFzpy
GGroup: Flutter WebView Plugin Load new pages with setState(){}?
Hey, I'm doing an app with the WebView Plugin from flutter, but I don't know how to change the website on Button press. I wan't to use the same webview from my WebviewScaffold if possible.

Submitted May 15, 2018 at 06:47PM by leo nx
via Flutter Dev https://ift.tt/2IIFzpy