Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

how to use SVG in flutter
need help how to use svg in flutter where how to put svg in pubspec.yaml until use in my script

December 01, 2018 at 05:49PM by Rill The End
https://ift.tt/2U3t1Mt
New post on /r/flutterdev subreddit:

Sharing data across different screens.
In a previous post, I wrote that I couldn't handle complex route navigation. I sort of found a workaround.I simply passed the current "buttonKey" as a parameter to the second screen, so that the second screen constructs a new "Key" based on that button and displays a particular view. Now I want this URL-like-route string to be stored somewhere in a widget, such that any screen can access that route. I checked out the InheritedWidget, but apparently, it can only pass data in the same widget-tree, which doesn't help my case.I'm looking for a way to store the route string which gets constantly updated in some InheritedWidget-like Widget, so that I can access it from any screen. Is there a way to do that? Or should I keep passing params all the way down to the last screen?​

December 01, 2018 at 07:30PM by Yahiabouda
https://ift.tt/2BM3EHV
New post on /r/flutterdev subreddit:

Desktop Environment In Flutter?
A simple desktop environment would require a window manager, top panel and application menu. What I am thinking is implementing a small Linux desktop environment. Do you guys think this can be done in flutter?

December 01, 2018 at 11:35PM by Emwat1024
https://ift.tt/2rgoVne
New post on /r/flutterdev subreddit:

Reactive Programming - Streams - BLoC - Practical Use Cases
https://ift.tt/2U6Hmrn

December 02, 2018 at 09:14AM by etca2z
https://ift.tt/2zAH9nE
New post on Flutter Dev Google group:

Search Delegate Problem
Need help please. i got a problem where search delegate text box not working after navigate to other page over it. i attached a video preview here. thanks for help!

December 02, 2018 at 12:47PM by Reaksmey Kevin
https://ift.tt/2E8UZld
New tweet from flutterio:

And the answer is ... we kicked off the Flutter Project in 2014! Here's another piece. Hmm, what could it be? 🤔 #FlutterLive

See the next question below! pic.twitter.com/tj42s96pG8— Flutter (@flutterio) December 2, 2018

December 02, 2018 at 02:37PM
http://twitter.com/flutterio/status/1069224020070014976
New tweet from flutterio:

Flutter's come a long way since 2014, but exactly how much has it changed? Flutter was originally based on a different Google product. Which product was it? #FlutterLive— Flutter (@flutterio) December 2, 2018

December 02, 2018 at 02:37PM
http://twitter.com/flutterio/status/1069224021613531136
New post on /r/flutterdev subreddit:

OhAuth2: A package for making OAuth2 easier.
https://ift.tt/2G6yQGf

December 02, 2018 at 03:41PM by GottaGoHome
https://ift.tt/2rdKiFy
New post on Flutter Dev Google group:

Using Shared Preferences, after adding Flutter to existing app.
Hello Guys, I've integrated flutter in my existing android application using this guide https://ift.tt/2ujlugB . I am trying to share the preferences using shared_preferences on Android and

December 02, 2018 at 03:43PM by Basanth Verma
https://ift.tt/2QxBFnv
New post on Flutter Dev Google group:

Problem installing flutter
I have a problem installing flutter on windows 10 problem can not read and know errors on the command prompt system when writing flutter in the text does not make any change or reading to the installation fully .. possible help since I A long time and I did not know the error ..... possible help

December 02, 2018 at 04:52PM by Amir Samir
https://ift.tt/2PfvjEL
New post on Flutter Dev Google group:

how do i prevent my content from dispearing when keyboard appearing
how do i prevent my content from dispearing when keyboard appearing

December 02, 2018 at 05:16PM by DMM
https://ift.tt/2FXwRDR
New post on Flutter Dev Google group:

Post something in facebook or linkedin
My question is: is possible to create an app that posts text in facebook or linkedin? Thank you

December 02, 2018 at 05:18PM by William Flores
https://ift.tt/2riIivE
New post on Flutter Dev Google group:

New PC or Emulator-less
Hello all, Got burnt this weekend as I was way too enthusiastic and installed the complete package Flutter & Android Studio including all the various downloads. Of course it did not function because I have an amd system (phenom) and I am still on win7. So what I see I have 2 options to learn

December 02, 2018 at 05:38PM by restless invention
https://ift.tt/2Q5sHyu
New tweet from flutterio:

We made it to London! What should we do with the extra couple days we have before we kick off #FlutterLive on December 4th?

Leave your recommendations in the comments and maybe we’ll see you out there! #ImWithDash pic.twitter.com/E1uRyGQCNu— Flutter (@flutterio) December 2, 2018

December 02, 2018 at 07:31PM
http://twitter.com/flutterio/status/1069297915905085440
New post on /r/flutterdev subreddit:

Is there Any plans to include Kotlin in the world of Flutter??
No text found

December 02, 2018 at 07:25PM by Rocko10
https://ift.tt/2AIMaup
New post on Flutter Dev Google group:

RFC - DocumentListMapView (easy way to add Maps to a Flutter app)
I think we made the easiest way to add Maps and Location to your app. We’ve added DocumentListMapView to Rapido, which automatically creates a map and displays documents on it. It also automatically add creating and editing UI to your app. Probably the best way to get a feel for it is to see

December 02, 2018 at 09:59PM by Rick Spencer
https://ift.tt/2E97L35
New post on /r/flutterdev subreddit:

WidgetsBindingObserver
I have an issue about using WidgetsBindingObserver.My override method didChangeAppLifecycleState didn't get called at all.I try to do this but it's not printed.
@override initState() { super.initState(); WidgetsBinding.instance.addObserver(this); } @override 
void didChangeAppLifecycleState(AppLifecycleState state) { print("cik"); super.didChangeAppLifecycleState(state); print("bgst"); }
@override void dispose() { _connectivitySubscription.cancel(); super.dispose(); } 
what do I do wrong?​this is the flutter doctor
[✓] Flutter (Channel master, v0.11.14-pre.2, on Mac OS X 10.14.1 18B75, locale en-JP) • Flutter version 0.11.14-pre.2 at /Users/ekoprasetyo/flutter • Framework revision a226c0f0d9 (2 days ago), 2018-11-30 16:18:18 -0800 • Engine revision 7375a0f414 • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297) [✓] Android toolchain - develop for Android devices (Android SDK 28.0.3) • Android SDK at /Users/ekoprasetyo/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) • All Android licenses accepted. [!] iOS toolchain - develop for iOS devices (Xcode 10.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 10.1, Build version 10B61 ✗ Verify that all connected devices have been paired with this computer in Xcode. If all devices have been paired, libimobiledevice and ideviceinstaller may require updating. To update with Brew, run: brew update brew uninstall --ignore-dependencies libimobiledevice brew uninstall --ignore-dependencies usbmuxd brew install --HEAD usbmuxd brew unlink usbmuxd brew link usbmuxd brew install --HEAD libimobiledevice brew install ideviceinstaller • ios-deploy 1.9.2 ✗ ios-deploy out of date (1.9.4 is required). To upgrade with Brew: brew upgrade ios-deploy • CocoaPods version 1.5.3 [✓] Android Studio (version 3.2) • Android Studio at /Applications/Android Studio.app/Contents ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06) [✓] VS Code (version 1.29.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 2.21.0 [✓] Connected device (1 available) • SM J710F • 52035fadec69a3f9 • android-arm • Android 8.1.0 (API 27) ! Doctor found issues in 1 category. 
Thanks, guys.

December 03, 2018 at 08:46AM by illukinati
https://ift.tt/2AKldGx