Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: New tooling releases - Using Flutter in an Android App
Hello all! Happy Monday! New releases for both IntelliJ and VS Code are ready, more details below. Enjoy! Using Flutter in an Android App It is possible to use Flutter to drive a portion of the UI in an Android app. The technical details are here: https://ift.tt/2Reh8lr

Submitted October 01, 2018 at 07:17PM by Nilay Yener
via Flutter Dev https://ift.tt/2DKPHNj
New releases for both IntelliJ and VS Code! Now you can use Flutter to drive a portion of the UI in an Android app. Check out the technical details here ↓ https://t.co/d02ltDSeVK— Flutter (@flutterio) October 1, 2018

October 01, 2018 at 07:34PM
via Twitter https://twitter.com/flutterio
GGroup: VS Code plugins v2.19.0 w/ attach support
Hey all, v2.19.0 of the Dart and Flutter plugins for VS Code are available. Release notes below (and online ). Flutter Attach Functionality has been added to attach to existing applications (for example a native Android app hosting a Flutter view). To

Submitted October 01, 2018 at 07:40PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2P2tlYQ
GGroup: problems starting to work with Flutter
Greetings: I am working with Linux Ubuntu, AndroidStudio 3.2and the Last version of IntellijIDEA and Java version "10.0.2" from Oracle.I installed in Android Studio the plugins for Flutter and Dart. I downloaded the flutter version: flutter_linux_v0.5.1-beta.tar.xz and installed it in / usr

Submitted October 01, 2018 at 09:10PM by Mario Jaramillo
via Flutter Dev https://ift.tt/2zJIObl
Reddit: Dart Code v2.19 - Flutter Attach
https://ift.tt/2zJVoXL

Submitted October 01, 2018 at 10:10PM by JaapVermeulen
via reddit https://ift.tt/2IAnwzL
Reddit: Aeyrium Sensor | Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS
https://ift.tt/2y3Fwxu

Submitted October 01, 2018 at 11:51PM by Elixane
via reddit https://ift.tt/2DJCN2o
GGroup: google_sign_in and flutter_facebook_login plugin error in Flutter!
I am using firebase to authenticate google and facebook sign in. I use firebase_auth plugin. But when I use google_sign_in and flutter_facebook_login plugin in my app and when I run it, my app close automatically. When I remove google_sign_in and flutter_facebook_login plugin and then I run my

Submitted October 02, 2018 at 08:38AM by Falak Sabbir
via Flutter Dev https://ift.tt/2P8qmOU
GGroup: backdrop widget
Hi I have created a backdrop widget from this article https://ift.tt/2txwdUR and I want to extend to change the background color of the front panel when it opens and change again when it closes.

Submitted October 02, 2018 at 10:19AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2zKobLS
GGroup: How do I create a time-based Flutter App?
Hi, I need to create a login form. After user successfully login than I need to start some kind of timer (ex: 3 min), so if user has no reaction to app or other word if flutter app state is paused, suspended or inactive more than 3 min. the app will goto main login page. As long as user has

Submitted October 02, 2018 at 11:03AM by Niyazi Toros
via Flutter Dev https://ift.tt/2IyPj3a
GGroup: Goodle Map in Flutter
Hi, I'm trying to integrate google map in flutter where we can pin(mark) current location or search for a particular location and mark it. Currently I didn't find any option to support displaying a Google Map within the Flutter widget. Could you please assist me to go on?

Submitted October 02, 2018 at 01:38PM by Abiramy Murugavel
via Flutter Dev https://ift.tt/2RgOJex
GGroup: ld failure: building an iOS arm cpu type Flutter.framework on MacOS
Hi, all, I try to build an iOS flutter engine framework by following script: (1)build arm64 target (2)build arm target (3)use lipo to combine these two single arch frameworks to a multiple arch framework. The arm64 arch framework is built successfully, but the arm framework was failed in

Submitted October 02, 2018 at 04:30PM by Max
via Flutter Dev https://ift.tt/2DOdIDf
Reddit: I took first place in local hackathon app developed in Flutter
Just wanted to share that Flutter is amazing for hackathons. Hot Reload is lifesaver. Also the fact that it builds to both platforms is great.The main reason why I preferred Flutter over React-Native is superior toolset.Source is nothing amazing and most of the part where it needs backend is just simulated.Application uses QR codes to send/receive money (Simulated with Firebase)https://github.com/alexandrius/QR_Pay​The photohttps://www.facebook.com/BOGfintech/photos/pcb.2076520152391472/2076516722391815/?type=3&theater

Submitted October 02, 2018 at 04:58PM by alexandr1us
via reddit https://ift.tt/2Or1WTD
Reddit: Published 40+ Screens App in 4 Months built with Flutter + ❤️
https://ift.tt/2zMo7eQ

Submitted October 02, 2018 at 06:02PM by mahmed8003
via reddit https://ift.tt/2IvJofk
FloatingActionButtons are FABulous (sorry, couldn't resist) but it gets even better: Flutter makes it easy to embed them in the bottom navigation bar. Use FloatingActionButtonLocation & you can embed the button right where you want it.

Click for more #WidgetoftheWeek tips ↓ pic.twitter.com/0DBbbUtirR— Flutter (@flutterio) October 2, 2018

October 02, 2018 at 07:13PM
via Twitter https://twitter.com/flutterio
GGroup: Navigation Push Pop - Why is the Caller reloading (initState) on Push and POP
I have a page/Route RatingPage when I call Navigator.push with a Profile page InitState is recalled on RatingPage. The on navigator.pop from the profile page RatingPage calls initState again? Why is this? IT forces all of my data and state on RatingPage to be reset. Tim

Submitted October 02, 2018 at 09:14PM by Tim Grubb
via Flutter Dev https://ift.tt/2Oso5Rw
GGroup: keyboard bugs
Hi all. Anyone experience these two? (I have only tried on an Android phone.) 1) When you show a keyboard on a tab it remains on the screen when you pick another tab. 2) In the code below: Things work fine if you the touch the second (*TextInputType.tex*t) Field *first*. However after touching*

Submitted October 02, 2018 at 10:13PM by hoek
via Flutter Dev https://ift.tt/2P0jl2d