Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Gradle flutter error
It took me 3 days to install and rectify flutter and android sdk. I was trying to run my first app but keep getting jcenter.bintray error. I searched and found out it was due to gradle. I downloaded gradle 4.6 and replaced it with my folder, The errors were reduced but these 2 file errors are

Submitted October 23, 2018 at 04:34AM by Sanyam Dogra
via Flutter Dev https://ift.tt/2ENBDmG
Reddit: Can anyone help me to solve this?
https://ift.tt/2Ezgi0i

Submitted October 23, 2018 at 04:54AM by haxor0
via reddit https://ift.tt/2OFTGjB
GGroup: How to resize texfield
Please can anyone help me on how i can reduce the size of texfield from the default size???

Submitted October 23, 2018 at 10:29AM by ibrahim shehu ibrahim
via Flutter Dev https://ift.tt/2Sbv0O0
GGroup: how to trigger onsubmit on textfield when you run integration test?
how to trigger onsubmit on textfield when you run integration test?

Submitted October 23, 2018 at 11:30AM by Erwin Tan
via Flutter Dev https://ift.tt/2q5RUt9
GGroup: Sharedb in Flutter/dart
Hi , I am looking something similar to shareDb in flutter for mobile development. I can't run the js files and hence cannot use the package directly. Is there someway to use shareDb with web-socket in dart.

Submitted October 23, 2018 at 12:25PM by karan...@hashedin.com
via Flutter Dev https://ift.tt/2yu14Ee
GGroup: Button padding
How to set FlatButton padding to 0.0? I tried this, but not working FlatButton( padding: EdgeInsets.all(0.0), color: Colors.blueAccent, textColor: Colors.white, child: Text("Button"), onPressed: () { }, )

Submitted October 23, 2018 at 01:20PM by AVRSP GKF
via Flutter Dev https://ift.tt/2PTPSYB
Reddit: How to show images in notification with firebase messaging
I am working on an app that requires notifications with images and action buttons . Is there a way to do that ??

Submitted October 23, 2018 at 06:23PM by Iron789
via reddit https://ift.tt/2yxbqU6
🎉You can now request an invite for #FlutterLive 🎉

Seating is limited for this two hour event, but don't worry: the entire event will be livestreamed! Be sure to also register for one of our global viewing parties or tune in from home.

Sign up here → https://t.co/WqaEziHgSU pic.twitter.com/w2Qx03LXus— Flutter (@flutterio) October 23, 2018

October 23, 2018 at 07:06PM
via Twitter https://twitter.com/flutterio
GGroup: How Do I render an image from the image data source
How Do I render an image from the image data source like the attached file here's a snippet of the data source; ���� JFIF ``��
Submitted October 23, 2018 at 07:52PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2ScEsAs
Make an impression with a custom header using the SliverAppBar! Combined with CustomScrollView, SliverAppBar allow you to easily animate or make headers disappear as you scroll.

Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/82ljCffEJS— Flutter (@flutterio) October 23, 2018

October 23, 2018 at 08:00PM
via Twitter https://twitter.com/flutterio
GGroup: Flutter for embedded systems (IoT)?
The question "*Will Flutter provide support for desktop apps?*" is pretty incongruous, but what about embedded systems, huh? Since Flutter aimed at mobile platforms and developers designed unique approach for project compilation to the native ARM code and work hard on it, so why not to take into

Submitted October 23, 2018 at 10:38PM by Миха Миха
via Flutter Dev https://ift.tt/2yuBzmC
Reddit: Pedro Massango on Twitter
I just publish my flutter project on Github, lets fork make pull request. It is a task app just another project to learn Flutter, but also I'm releasing it on Play Store once we finish it. Try to help me please.Link: https://github.com/pedromassango/xtimer-flutter-app

Submitted October 24, 2018 at 01:55AM by PedroMassango
via reddit https://ift.tt/2O0wo2r
GGroup: create a 32 bit windows version of flutter
Please create a 32 bit windows version of flutter

Submitted October 24, 2018 at 04:43AM by Partha Mandayam
via Flutter Dev https://ift.tt/2yWqv0X
Reddit: Can anyone summarize the difference between popular Flutter architectures?
I have been trying to look around quite a lot but I haven't been able to find a nice summary of all the more widely discussed patterns together. Can anyone summarize Scoped Model, BLoC and Redux in a few words? Comparison with traditional MV* patterns will help a lot too!

Submitted October 24, 2018 at 07:18AM by mentalfloss3
via reddit https://ift.tt/2yZmGYQ
Reddit: Isn't the idea of rebuilding widgets with Redux terribly wasteful?
I just started writing a Flutter app with Redux with no previous background in React or Redux. I come from Android, Windows desktop and embedded development and one thing that is getting to me is the constant rebuilding of widgets. Looking at the plethora of Todo app examples, I see them rebuild the whole widget tree top down every time an item is added or removed. Just the functional aspect of rebuilding a List to add an item scared me a bit.​Isn't all this terribly inefficient? Am I doing something wrong? Intuitively, if I change some text in a list I shouldn't be rebuilding my UI from top down.

Submitted October 24, 2018 at 07:08AM by mentalfloss3
via reddit https://ift.tt/2SbJxJn
Reddit: Developing for Multiple Screen Sizes and Orientations in Flutter (Fragments in Flutter)
https://ift.tt/2PlxHxE

Submitted October 24, 2018 at 10:57AM by deven9852
via reddit https://ift.tt/2EI7EfZ
Reddit: My first flutter widget lets you graffiti images. Help appreciated in spotting newbie errors :)
My first flutter widget. Allows you to graffiti images. Would appreciate your scrutiny for beginner mistakes :)Must I re-specify my variables for each class 'layer' until I reach the widget of interest? Sorry for the newbie Q.https://github.com/andytwoods/sign_imagedemo output

Submitted October 24, 2018 at 10:47AM by andytwoods
via reddit https://ift.tt/2O31CGn
GGroup: VM snapshot must be valid.
I have the exact issue. My app is installing fine on several iphones but the same crashes at startup. Running the app manually from Xcode produces this on the console : *2018-10-24 16:30:34.984717+0700 Runner[9026:1109274] [VERBOSE-2:dart_vm.cc(263)] VM snapshot must be valid.* *2018-10-24

Submitted October 24, 2018 at 11:32AM by Kamj Duong
via Flutter Dev https://ift.tt/2PML0Ed