Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Margin from screen edges
Hi, Is there anyway to get the top margin of a widget from the screen top edge ( Green arrow in the picture) Hi found a way to get the statusBar height using: MediaQuery.of(context).padding.top and appBar height using: appbar.preferredSize.height but is there a more generic way to get each

Submitted October 09, 2017 at 06:30PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2yzK7Kk
Reddit: A basic flutter_redux todo list example
http://ift.tt/2gq7xXO

Submitted October 09, 2017 at 10:20PM by Sol_Ido
via reddit http://ift.tt/2y4KrAb
GGroup: Flutter IntelliJ plugin v18: Android Studio support
Android Studio support You can now install the Flutter plugin into Android Studio, and create, edit, and run your Flutter apps there. The plugin requires at least Android Studio 3.0 (currently at Android Studio 3.0 Preview beta 7). As this is the first Flutter plugin release to support Android

Submitted October 10, 2017 at 01:18AM by Wm Leler
via Flutter Dev http://ift.tt/2xv287P
GGroup: Trying to enhance the qrcode-reader plugin for IOS, sort of stuck
I am trying to get the qrcode-reader plugin from http://ift.tt/2wKsLGi to run in IOS. I created a plugin a per instructions on http://ift.tt/2v1t3rk with the thoughtfull name of 'qrcodereader' and tried to add the running code I have from an IOS QRCode

Submitted October 10, 2017 at 02:42PM by Johan Henselmans
via Flutter Dev http://ift.tt/2wLGHj4
GGroup: interface suggestions for selecting from a large set of options?
I'm wondering if anyone can suggest a good (and easy to implement) user interface for allowing a user to select between a large number of text options. Currently I have a popup menu, which is problematic because it requires a lot of scrolling to find what the user is looking for. I imagine

Submitted October 11, 2017 at 07:34PM by David Roundy
via Flutter Dev http://ift.tt/2yfYfro
GGroup: responding to local notifications
On IOS one has local notifications (UILocalNotification), which I use to setup for notifications into the future. When the local notification is called, the app gets launched or get resumed and then displays specific info. Is there such a thing possible in flutter? Kind Regards, Johan

Submitted October 11, 2017 at 09:50PM by Johan Henselmans
via Flutter Dev http://ift.tt/2gwk3oO
GGroup: Significant incompatible Flutter internationalization change
http://ift.tt/2hCjk5j We decided to refactor the Flutter support for internationalization: the localizations for the widgets and material libraries have been moved into a separate package called flutter_localizations. By default Flutter will only provide US English

Submitted October 12, 2017 at 01:05AM by hansmuller
via Flutter Dev http://ift.tt/2yGJA9x
GGroup: Is there any news about the time line of flutter's release version ?
As title.

Submitted October 12, 2017 at 04:48AM by ql zhang
via Flutter Dev http://ift.tt/2i5wITq
Reddit: flutter_built_redux: Flutter plugin by David Marne
http://ift.tt/2qi8Q0n

Submitted October 13, 2017 at 09:32AM by Purple_Pizzazz
via reddit http://ift.tt/2yleGlX
GGroup: Error: '_elements.contains(element)': is not true
Hello DevTeam, I am seeing this error ` '_elements.contains(element)': is not true.`for the past two days in my flutter project, this was working absolutely fine since the beginning. I am sorry to say this but I have no clue regarding this error but i think i am missing something which is

Submitted October 13, 2017 at 02:58PM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2yl3llA
GGroup: Scaffold edge-swipe iOS; Fab stick
Hi, I have few questions: 1. How can I *disable* the native iOS edge-swipe to navigate back (in Scaffold)? 2. Force fab to stick to the bottom of screen? currently when the keyboard is opened the fab moves above it. Thanks, Idan

Submitted October 13, 2017 at 03:00PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2yiNxOG
Reddit: Are any companies besides Google using Flutter?
If what Google says is true, it seems like a no-brainer, silver bullet solution to modern mobile development. I'm surprised that the job boards are singing crickets when it comes to Flutter projects.

Submitted October 13, 2017 at 11:48PM by johnwayne2413
via reddit http://ift.tt/2zmN7XU
Reddit: If webgl became a backend for flutter we would have truly universal cross os+device apps
We could run them on desktops, smartphones and in the browser. Please make it happen. For me personally it would win me over to the Dart side.

Submitted October 15, 2017 at 12:18AM by pure_x01
via reddit http://ift.tt/2ymNaCY
GGroup: Error to integrate flutter with firebase
Hi All, I am trying to integrate flutter with firebase to my iOS app but I can not. I am using Xcode 9 with CocoaPods 1.3.1, flutter alpha, IntelliJ IDEA 2017.2.5 CE. On IntelliJ seems fine but on Xcode shows very rare error on main.m file. ----------main.m---------------- #import
Submitted October 16, 2017 at 05:40PM by Javier Dextre Pittman
via Flutter Dev http://ift.tt/2ieykKI