Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Bottom Overflowing
Does anyone know how to stop pixels from overflowing at the bottom of the screen and allow the user to scroll to the bottom of an app?

Submitted June 23, 2018 at 10:28PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2IlWzh9
GGroup: Paypal Button
Does anyone know how to create a Paypal button using flutter?

Submitted June 23, 2018 at 11:00PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2Mltaq3
GGroup: DropdownButton
Hello, I have a Dropdownbutton with 100 items in it and when I open it in my app to select another item in the list, the new panel that opens up takes the whole screen, so is it possible if I can decrease the size of the item view without decreasing the number of items in my dropdownbutton?

Submitted June 24, 2018 at 06:43AM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2K7e0Yw
GGroup: Dropdownbutton
My dropdownbutton has 100 items in it, so when I open it, it takes up the whole screen. Is it possible to decrease how much the dropdownbutton expands without changing the number of items in it?

Submitted June 24, 2018 at 04:21PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2tzXRjk
GGroup: Credit Card Payments
Does anyone know how to create a form on an app that will charge the user once they fill it out?

Submitted June 24, 2018 at 04:56PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2lvDBf6
GGroup: I made a state management library for Flutter, and would love some feedback!
Hi everyone! I'm super new to Flutter, but really wanted to contribute since I feel this project has a lot of potential. I didn't really like the way ScopedModel and FlutterRedux make you have one huge state object, so I figured I'd make something more akin to Angular's DI. Here's the repo.

Submitted June 24, 2018 at 06:36PM by Dusan Kovacevic
via Flutter Dev https://ift.tt/2MTd9bP
Reddit: I made a state management library for Flutter, and would love to hear some feedback on it!
https://ift.tt/2twpjj1

Submitted June 24, 2018 at 06:45PM by dkovacevic15
via reddit https://ift.tt/2yCIkF9
Reddit: pref_dessert | Package that allows you persist objects as shared preferences easily.
https://ift.tt/2MSKvrm

Submitted June 24, 2018 at 09:37PM by Elixane
via reddit https://ift.tt/2yDPQjn
GGroup: StreamBuilder of Firebase rebuild when pop from another widget...why?
Hi , i have a class (CLASS A) that use StreamBuilder for listen change of document, if i i click a Hero Widget (CLASS A) that animate to new material page route (CLASS B) and pop back., i see that the widget (CLASS A) reload like first time (i see the placeholder before loading of image for

Submitted June 24, 2018 at 10:18PM by juanito21
via Flutter Dev https://ift.tt/2todjA0
Reddit: Flutter Scoped Model : Accessing Top Level Models From Bottom Tree Widget Elements When We Have Other Models In The Middle Of The Tree.
Hi, I have been trying to use the scoped model pattern in my non trivial Flutter app for state management and then hit the wall when reaching some non trivial cases.I wanted to have an app global model to be accessible everywhere in all of app widgets.
The problem I noticed is if we have another scoped model used in the middle of the tree, bottom widgets are not able to access the most top level models ( Plz Correct if something is wrong on my side ).In a Flutter widget tree I'd like to know whether a page/widget pushed with the Navigator is a child of the origin widget.
For instance
onTap: () {
Navigator.push(
context,
new MaterialPageRoute(
builder: (context) =>
UserCartScreen(cart: Cart),
),
);
},
),
Can we say that UserCartScreen is a child of the gesture detector in the widget tree ? This is important to know since I am using the scoped model pattern.

Submitted June 24, 2018 at 10:22PM by TheOSM
via reddit https://ift.tt/2tyDbrV
GGroup: How to change position of Bezier Curve from bottom to top
Hello, please, does anyone know how I can achieve the below look with flutter? < https://lh3.googleusercontent.com/-oXfp3qvSbTM/WzBe1rmWkhI/AAAAAAAAASY/AI9QC1q9o-MXY7Pz-s5k_A-0n1TBfaGWACLcBGAs/s1600/Login%2BPage.png > I have been able to achieve the below one but I need the curve to be at the

Submitted June 25, 2018 at 05:21AM by Michael Aworoghene
via Flutter Dev https://ift.tt/2yDkpW9
Reddit: Flutter UI Kit is now Open Sourced ❤️
I'm happy to announce that Flutter UI Kit is now Open Sourced ❤️. Check it out - https://github.com/iampawan/Flutter-UI-Kit. Don't forget to star the repo and share with your friends. Keep fluttering

Submitted June 25, 2018 at 05:39AM by imthepk
via reddit https://ift.tt/2tshiLJ
Reddit: flutter_state | A lightweight framework for stateless UI in Flutter, and an alternative to Redux.
https://ift.tt/2MkXtND

Submitted June 25, 2018 at 08:43AM by Purple_Pizzazz
via reddit https://ift.tt/2KiTekT
GGroup: Make focused element visible when keyboard appears
Hello , If the form has more TextFields then how to make the last text filed visible when the keyboard appears.

Submitted June 25, 2018 at 02:03PM by sumeet kasar
via Flutter Dev https://ift.tt/2IorHNj