Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Flutter app
Hi Sir, My requirement is i want run my app directly in mobile, And I am used IDE as VS Code. Can you pleases how can i debugging my app in phone?

Submitted March 20, 2018 at 07:45AM by Sanjay Tejani
via Flutter Dev http://ift.tt/2IBX2gH
GGroup: Flutter plugin creation
Hi Team, I want to know how to create the plugin. I need the steps for creating plugin, please guide me. Thanks, Karthick

Submitted March 20, 2018 at 07:54AM by karthic...@gmail.com
via Flutter Dev http://ift.tt/2ppOZLU
GGroup: what is equivalent to handler in flutter
Can anyone tell, what is equivalent to handler in flutter?. i want to implement a splash screen which will last for 5 seconds and after another screen will be shown.

Submitted March 20, 2018 at 09:55AM by amol.ga...@gmail.com
via Flutter Dev http://ift.tt/2G91MMo
GGroup: Flutter with Google Play Instant?
So Google yesterday announced "Google Play Instant": https://www.youtube.com/watch?v=u_STBSPQxYA This seems to be different from Android Instant apps which are limited to a 4MB apk which is too big for Flutter. In the video they demonstrate a video game called Clash Royale which has a demo

Submitted March 20, 2018 at 11:25AM by Jaap Vermeulen
via Flutter Dev http://ift.tt/2GL6XA5
Reddit: Stereo: A Flutter plugin for playing music on iOS and Android
http://ift.tt/2G4ZI86

Submitted March 20, 2018 at 11:48AM by faku99
via reddit http://ift.tt/2HOgi9w
Reddit: An experimental launcher for Android created using Flutter
http://ift.tt/2DHGosh

Submitted March 20, 2018 at 02:58PM by kathy_rose
via reddit http://ift.tt/2IB4l8e
GGroup: Flutter for Web?
Hello, I’m particularly interested in leveraging Flutter for Webapps based on Dart, but I’d like to avoid using AngularDart. Does anyone know when there’d be an open source project available to contribute to for this? I read on the Flutter FAQ page that this is planned. Also, until then,

Submitted March 21, 2018 at 06:11AM by Nicholas Manning
via Flutter Dev http://ift.tt/2prK4Ks
GGroup: Facebook-like image
I've recently started using Flutter, so I'm still a beginner. I'd like to create a widget for an Image like the Facebook's ones. So when I try to zoom out, it is restricted to the image's original dimensions, so it doesn't become too small. How can I create that? I've looked at zoomable_image

Submitted March 21, 2018 at 06:11AM by Alessandro Lioi
via Flutter Dev http://ift.tt/2DIHpjK
GGroup:
Lets us know how can we build a total apk....after the flutter code that can easily run in the android device

Submitted March 21, 2018 at 06:11AM by Vishwakarma Raj
via Flutter Dev http://ift.tt/2prj5yu
GGroup: Flutter UI components
Does anyone know of anything like this for flutter? http://ift.tt/25lN3Bm thanks Andy

Submitted March 21, 2018 at 06:11AM by Andy Stannard
via Flutter Dev http://ift.tt/2pxQcB9
GGroup: Plugin creation issue
Hi Team, I have trying to create plugin using visual studio code and android studio based on "http://ift.tt/2xiHyZd" steps. I have faced an issue like below after "Gradle Sync dialog, select 'OK' ". Issue: "Error:Could not resolve all files for configuration ':app:debugAndroid

Submitted March 21, 2018 at 10:18AM by karthic...@gmail.com
via Flutter Dev http://ift.tt/2u80NHp
GGroup: Can to draw text at an angle using flutter?
For text drawing on canvas, a fairly simple construction can be used: void drawName(Canvas context, String name, double x, double y) { TextSpan span = new TextSpan( style: new TextStyle(color: Colors.blue[800], fontSize: 24.0, fontFamily: 'Roboto'), text: name);

Submitted March 21, 2018 at 02:58PM by Michael Kanzieper
via Flutter Dev http://ift.tt/2DIlqtm
GGroup: sqljocky5 and new Row()
Hello, i have problem. I have to connect with MySQL so i want use "sqljocky5" lib but if i add this lib to main.dart then i cant create new Row() creating layouts. This is code [code] import 'package:flutter/material.dart'; import 'package:sqljocky5/sqljocky.dart'; void main(){ runApp(new

Submitted March 21, 2018 at 07:37PM by Paweł Przybyłek
via Flutter Dev http://ift.tt/2DIYTg0
GGroup: Publishing Application from Flutter
Hello, I was wondering if you could Publish an application from flutter to ios and android. I know I can make the application for both ios and android but can I publish them on both ios and android? And this is probably a silly question, but if we can publish them is it free? Thank you, Mit

Submitted March 21, 2018 at 09:50PM by Mit Mistry
via Flutter Dev http://ift.tt/2IHe7Wp
GGroup: Breaking changes in image_picker: Mandatory source argument & removal of ImageSource.askUser
Hi all! The image_picker plugin is currently undergoing the code review process. When/if it lands, there will be some breaking changes. *What is changing?* The major change in the next version will be using the native Android gallery instead of a custom image grid when the *ImageSource.galle

Submitted March 22, 2018 at 12:17AM by Iiro Krankka
via Flutter Dev http://ift.tt/2pwXgxC
GGroup: Breaking image_picker changes: Mandatory source argument and the removal of ImageSource.askUser
Hi all! The image_picker plugin is currently undergoing the code review process. When/if it lands, there will be some breaking changes. *What is changing?* The major change in the next version will be using the native Android gallery instead of a custom image grid when the *ImageSource.galle

Submitted March 22, 2018 at 03:47AM by Iiro Krankka
via Flutter Dev http://ift.tt/2GSJNaM