New post on /r/flutterdev subreddit:
Flutter on desktop, a real competitor to Electron – Flutter Community – Medium
https://ift.tt/2PdUEyS
December 01, 2018 at 08:02PM by Nash0x7E2
https://ift.tt/2DW6FXv
Flutter on desktop, a real competitor to Electron – Flutter Community – Medium
https://ift.tt/2PdUEyS
December 01, 2018 at 08:02PM by Nash0x7E2
https://ift.tt/2DW6FXv
Medium
Flutter on desktop, a real competitor to Electron
Flutter desktop for real-world applications and to accelerate mobile development. A project made by Simon Lightfoot and Norbert Kozsir.
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
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
reddit
r/FlutterDev - Sharing data across different screens.
1 vote and 1 comment so far on Reddit
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
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
reddit
r/FlutterDev - Desktop Environment In Flutter?
1 vote and 2 comments so far on Reddit
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
Reactive Programming - Streams - BLoC - Practical Use Cases
https://ift.tt/2U6Hmrn
December 02, 2018 at 09:14AM by etca2z
https://ift.tt/2zAH9nE
Didier Boelens
Didier Boelens - Flutter
Flutter - BLoC, Reactive Programming, Streams - Practical use cases and useful patterns.
Difficulty: Intermediate
Difficulty: Intermediate
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter: Adding Separator in ListView – Flutter Community – Medium
https://ift.tt/2Qyspzu
December 02, 2018 at 12:45PM by ibhavikmakwana
https://ift.tt/2DV99Wd
Flutter: Adding Separator in ListView – Flutter Community – Medium
https://ift.tt/2Qyspzu
December 02, 2018 at 12:45PM by ibhavikmakwana
https://ift.tt/2DV99Wd
Medium
Flutter: Adding Separator in ListView
There are lots of applications pushed to the app store as well as play store which is using a list to showcase scrollable things to the…
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
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
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.
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
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
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.
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
OhAuth2: A package for making OAuth2 easier.
https://ift.tt/2G6yQGf
December 02, 2018 at 03:41PM by GottaGoHome
https://ift.tt/2rdKiFy
GitHub
murtaza0xFF/OhAuth2
A flutter library for OAuth2 - the industry-standard protocol for authorization - murtaza0xFF/OhAuth2
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
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
GitHub
flutter/flutter
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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 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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.
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
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
reddit
r/FlutterDev - Is there Any plans to include Kotlin in the world of Flutter??
1 vote and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Authenticate app data in Flutter
https://ift.tt/2PdxbOb
December 02, 2018 at 08:53PM by Purple_Pizzazz
https://ift.tt/2zD9V7n
Authenticate app data in Flutter
https://ift.tt/2PdxbOb
December 02, 2018 at 08:53PM by Purple_Pizzazz
https://ift.tt/2zD9V7n
Medium
Authenticate app data in Flutter
Security! one of the most important and gaming changing topic in the world of software development. In the world of mobility, apps like…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Adding Maps and Location to an app with just a few lines of code
https://www.youtube.com/watch?v=RZuozCUM138
December 02, 2018 at 09:48PM by moephan
https://ift.tt/2AFwMyE
Adding Maps and Location to an app with just a few lines of code
https://www.youtube.com/watch?v=RZuozCUM138
December 02, 2018 at 09:48PM by moephan
https://ift.tt/2AFwMyE
YouTube
Video 4 Adding Maps and Location
How to add maps and location to your application with a few lines of code using the Rapido library. Note that this video is slightly out of date from the API...
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.
December 03, 2018 at 08:46AM by illukinati
https://ift.tt/2AKldGx
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); } @overridevoid 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
reddit
r/FlutterDev - WidgetsBindingObserver
1 vote and 1 comment so far on Reddit
New tweet from flutterio:
Dash NoooOOoooooOo!!!
Looks like our friend flew the coop to go experience London.
If you find a Dash out in the wild, pick ‘em up and bring ‘em to #FlutterLive for us, would you? And don’t forget to take selfies along the way! #ImWithDash pic.twitter.com/FwefgNB2Sv— Flutter (@flutterio) December 3, 2018
December 03, 2018 at 09:50AM
http://twitter.com/flutterio/status/1069514161665777664
Dash NoooOOoooooOo!!!
Looks like our friend flew the coop to go experience London.
If you find a Dash out in the wild, pick ‘em up and bring ‘em to #FlutterLive for us, would you? And don’t forget to take selfies along the way! #ImWithDash pic.twitter.com/FwefgNB2Sv— Flutter (@flutterio) December 3, 2018
December 03, 2018 at 09:50AM
http://twitter.com/flutterio/status/1069514161665777664
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.