Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project.
Hello, when I try to run my app I get this message: Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project. Do not run this command from the root of your git clone of Flutter. I have made sure to run from the right folder that my app is in. I have

Submitted April 22, 2018 at 03:51PM by Tiarnan Swayne
via Flutter Dev https://ift.tt/2K7qRGz
GGroup: disable Flutter crash reporting?
Hi, is it possible to disable Flutter crash reporting? I did some changes in flutter_tools and did a mistake. As I tried it I got this error log: Oops; flutter has exited unexpectedly: "Error detected in pubspec.yaml: Invalid argument(s): join(null, "pubspec.yaml"): part 0 was null, but

Submitted April 22, 2018 at 04:56PM by Ralph Bergmann
via Flutter Dev https://ift.tt/2vGjv9M
Reddit: Flutter: Wave clipper animation
https://ift.tt/2vAGQKf

Submitted April 22, 2018 at 10:02PM by Purple_Pizzazz
via reddit https://ift.tt/2Hj96GD
Reddit: JSON to Dart
https://ift.tt/2vBvtlk

Submitted April 23, 2018 at 12:57AM by Purple_Pizzazz
via reddit https://ift.tt/2qRIgKM
GGroup: Adjust GridView child height according to the dynamic content in flutter
*How to implement this complex view in the flutter?* I am trying to implement a GridView with n columns and the child should be of a certain aspect ratio(say 1.3) but the height of the child should be (wrap content in Android terminology). I am stuck because as fas I understand GridView's

Submitted April 23, 2018 at 09:05AM by Vipul Asri
via Flutter Dev https://ift.tt/2qP3wlg
GGroup: How can a custom keyboard be implemented?
I'm looking to implement a custom cross-platform keyboard with Flutter. As far as I can tell there are two major parts: - getting the keyboard view and (window) behavior on IOS done with the ContainingAppForKeyboard template on Android with ? - sending key-events and interacting with text-input on

Submitted April 23, 2018 at 10:28AM by Adam Vandervorst
via Flutter Dev https://ift.tt/2F9dKB7
GGroup: Listview smoothly scroll
Hi, I have used Listview in my list but it's not a smoothly scroll, I didn't have used Listview.builder.

Submitted April 23, 2018 at 11:20AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Ho2mXZ
Reddit: Using AWS services?
Hello,What is the best way to interact with AWS services, specifically AWS Cognito & Lambda? The packages I've seen seem to be a bit outdated, and I can't interop with JS when using Flutter (Correct me if I'm wrong).Do I have any other options, or do I have to work with the raw REST API?

Submitted April 23, 2018 at 02:25PM by s0ft3ng
via reddit https://ift.tt/2HqHSKo
GGroup: Best Practice for separating style and theming?
Hello there, I'm currently working on a Flutter and a React Native project in tandem and one thing I've noticed about the React documentation is that from step 1 they provide examples where style is separated from component code. While their documentation is kind of mediocre (as unbiased as I

Submitted April 23, 2018 at 02:59PM by Nicholas Manning
via Flutter Dev https://ift.tt/2vGcLZI
GGroup: Is it / will it become possible to give Widgets a name in the view hierarchy, so the Play Store "Pre-launch report" Sign-in credentials can be configured?
Hi all, I was looking into the "Pre-launch Report" Sign in credentials configuration in the Play Store console. I pulled open Android Device Monitor while running the app on the login-screen, and did not expect to get a valid view XML snapshot returned, that's actually pretty nice work! It

Submitted April 23, 2018 at 05:10PM by Hugo van Galen
via Flutter Dev https://ift.tt/2HMpeQn
Reddit: Flutter implementation for Google Mobile Vision (Android only, iOS implementation needed)
https://ift.tt/2HFuqFN

Submitted April 23, 2018 at 10:17PM by Purple_Pizzazz
via reddit https://ift.tt/2HpBoeL
GGroup: Breaking change: removing nextNodeId, previousNodeId, DebugSemanticsDumpOrder.geometricOrder
*What is changing?* This is a follow-up to the previously announced changes to the semantic traversal order < https://groups.google.com/forum/#!searchin/flutter-dev/breaking$20change%7Csort:date/flutter-dev/iCoLnW31heE/98HGnMe3AAAJ>. In https://ift.tt/2HqGyqz and

Submitted April 23, 2018 at 11:21PM by Yegor Jbanov
via Flutter Dev https://ift.tt/2HXbVdm
GGroup: asking for flutter mp4 tutorial
Hi flutter thank you google for creating flutter for us as you see learning by reading is not easy it is hard and cousts a lot of time so we hoop to find an mp4 tutorial for flutter created by google or flutter team and thank you a gain

Submitted April 24, 2018 at 12:18AM by mohamed hazem
via Flutter Dev https://ift.tt/2HlM2a9
GGroup: How do I force a child of a scroll view to be visible?
Hi, Since I started using flutter, I keep running up against this problem and it's caused me all sorts of headaches... If I have a control within a scroll view (e.g. somewhere in a hierarchy of controls inside a SingleChildScrollView), how can I force that child to be visible? That is, scroll

Submitted April 24, 2018 at 07:56AM by Kent Boogaart
via Flutter Dev https://ift.tt/2vCniFq