Reddit: Does Flutter have a plan to target Windows/Mac/Linux for app deployment?
Yes, I know you can build on those three and cross deploy to iOS/Android, but what about targeting them? QML is perhaps the nearest competitor to Flutter and it can target desktop, but it is not clear if that is in the roadmap for Flutter or not. Certainly, the FAQ doesn't mention that.
Submitted October 01, 2017 at 01:31PM by paul_h
via reddit http://ift.tt/2ygZd7g
Yes, I know you can build on those three and cross deploy to iOS/Android, but what about targeting them? QML is perhaps the nearest competitor to Flutter and it can target desktop, but it is not clear if that is in the roadmap for Flutter or not. Certainly, the FAQ doesn't mention that.
Submitted October 01, 2017 at 01:31PM by paul_h
via reddit http://ift.tt/2ygZd7g
reddit
Does Flutter have a plan to target... • r/FlutterDev
Yes, I know you can build on those three and cross deploy to iOS/Android, but what about targeting them? QML is perhaps the nearest competitor to...
Reddit: Installing Flutter on OSX
So I followed the install instructions for Flutter on OSX, and ended up with this error: "Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8."Checking the github issues, this one seems to be closed. I have no wierd characters in my filepath.I cannot find anything else on it that will resolve this error, nor do I know what/where to check to find out what is causing this. Anyone else ran into this issue on OSX?
Submitted October 01, 2017 at 05:33PM by michelb
via reddit http://ift.tt/2xQ6WYL
So I followed the install instructions for Flutter on OSX, and ended up with this error: "Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8."Checking the github issues, this one seems to be closed. I have no wierd characters in my filepath.I cannot find anything else on it that will resolve this error, nor do I know what/where to check to find out what is causing this. Anyone else ran into this issue on OSX?
Submitted October 01, 2017 at 05:33PM by michelb
via reddit http://ift.tt/2xQ6WYL
GitHub
"Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8" · Issue #8612 · flutter/flutter
I've installed flutter on my linux distro (arch). I ran
flutter doctor
Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8.
Then I ran
sudo flutter doctor
[✓] Flutter (on Linux, channel...
flutter doctor
Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8.
Then I ran
sudo flutter doctor
[✓] Flutter (on Linux, channel...
Reddit: BarcodeScannerPlugin: A simple flutter plugin to scan barcodes (e.g. EAN-13 or QR) by Patrice Müller (swissonid)
http://ift.tt/2g52U5m
Submitted October 02, 2017 at 04:04PM by Purple_Pizzazz
via reddit http://ift.tt/2wuklCy
http://ift.tt/2g52U5m
Submitted October 02, 2017 at 04:04PM by Purple_Pizzazz
via reddit http://ift.tt/2wuklCy
GitHub
swissonid/BarcodeScannerPlugin
BarcodeScannerPlugin - This is a Flutter Plugin
Reddit: Netwalk: A simple cross platform puzzle game created with Flutter by Niels Falk
http://ift.tt/2xTjIpx
Submitted October 02, 2017 at 08:54PM by Purple_Pizzazz
via reddit http://ift.tt/2wtw7gE
http://ift.tt/2xTjIpx
Submitted October 02, 2017 at 08:54PM by Purple_Pizzazz
via reddit http://ift.tt/2wtw7gE
GitHub
nielsfalk/netwalk_flutter
Contribute to netwalk_flutter development by creating an account on GitHub.
GGroup: Please help us plan and "thumbs up" issues in our tracker. Thanks!
Hello flutter-dev! We're planning our future arcs of work, and we'd appreciate if you could "thumbs up" the issues that are important for your app or team: http://ift.tt/2rosCVB If you have a special use case for the issue or feature request, please also leave a comment.
Submitted October 02, 2017 at 11:10PM by Seth Ladd
via Flutter Dev http://ift.tt/2xSQmr1
Hello flutter-dev! We're planning our future arcs of work, and we'd appreciate if you could "thumbs up" the issues that are important for your app or team: http://ift.tt/2rosCVB If you have a special use case for the issue or feature request, please also leave a comment.
Submitted October 02, 2017 at 11:10PM by Seth Ladd
via Flutter Dev http://ift.tt/2xSQmr1
GitHub
flutter/flutter
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
Reddit: Internationalizing Flutter Apps (tutorial)
http://ift.tt/2xaBzJE
Submitted October 02, 2017 at 11:51PM by KingBaal
via reddit http://ift.tt/2fL5Bwi
http://ift.tt/2xaBzJE
Submitted October 02, 2017 at 11:51PM by KingBaal
via reddit http://ift.tt/2fL5Bwi
GGroup: SlideTransition, FractionalOffset, and Alignment
# Summary SlideTransltion now works in terms of Animation rather than Animation. The semantics are the same as before. You just need to replace the type FractionalOffset with Offset. Alignment supersedes FractionalOffset and is a better way to specify where you
Submitted October 03, 2017 at 09:42AM by Adam Barth
via Flutter Dev http://ift.tt/2g5aPQe
# Summary SlideTransltion now works in terms of Animation rather than Animation. The semantics are the same as before. You just need to replace the type FractionalOffset with Offset. Alignment supersedes FractionalOffset and is a better way to specify where you
Submitted October 03, 2017 at 09:42AM by Adam Barth
via Flutter Dev http://ift.tt/2g5aPQe
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.
GGroup: Does the Flutter license allow commercial apps?
There are some open source licences which are 'poisonous' for normal commercial software development. For example, if you use a library with a GPL licence you must open source your entire application. Flutter mobile apps depend on a large number of licences: http://ift.tt/2xQ0Gi1
Submitted October 03, 2017 at 10:19AM by Mark McLaren
via Flutter Dev http://ift.tt/2xNOq44
There are some open source licences which are 'poisonous' for normal commercial software development. For example, if you use a library with a GPL licence you must open source your entire application. Flutter mobile apps depend on a large number of licences: http://ift.tt/2xQ0Gi1
Submitted October 03, 2017 at 10:19AM by Mark McLaren
via Flutter Dev http://ift.tt/2xNOq44
GGroup: how to access an object created in one stateful widget in another stateful widget in flutter
Hello Dev Team, I am stuck in my project where I have two stateful widgets created in flutter as two different dart files. Now, I have to access the instance of an object created in first widget in the second widget, but I am not so sure how I can do this in flutter when creating widgets. One
Submitted October 03, 2017 at 12:46PM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2fLwH6a
Hello Dev Team, I am stuck in my project where I have two stateful widgets created in flutter as two different dart files. Now, I have to access the instance of an object created in first widget in the second widget, but I am not so sure how I can do this in flutter when creating widgets. One
Submitted October 03, 2017 at 12:46PM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2fLwH6a
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.
GGroup: Awesome job
Hey deer flutter team, I found out about flutter 12h ago. And I am fascinited by it. As I I am a truly JetBrains Lover I was amazed how efficient my workflow is, through out this fact. I really wanted to thank u and hope that flutter has a great future and I wanted to ask u if u have stickers
Submitted October 03, 2017 at 08:49PM by Christoph Schnabl
via Flutter Dev http://ift.tt/2xet9fD
Hey deer flutter team, I found out about flutter 12h ago. And I am fascinited by it. As I I am a truly JetBrains Lover I was amazed how efficient my workflow is, through out this fact. I really wanted to thank u and hope that flutter has a great future and I wanted to ask u if u have stickers
Submitted October 03, 2017 at 08:49PM by Christoph Schnabl
via Flutter Dev http://ift.tt/2xet9fD
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.
Reddit: Firestore Plugin for Flutter
http://ift.tt/2g8hDN9
Submitted October 03, 2017 at 10:16PM by KingBaal
via reddit http://ift.tt/2yGknI9
http://ift.tt/2g8hDN9
Submitted October 03, 2017 at 10:16PM by KingBaal
via reddit http://ift.tt/2yGknI9
GitHub
flutter/plugins
plugins - Plugins for Flutter maintained by the Flutter team
Reddit: Flutter: The best way to build for mobile? GOTO Copenhagen 2017, Kasper Lund
http://ift.tt/2ga7IGA
Submitted October 04, 2017 at 02:38AM by sebe42
via reddit http://ift.tt/2wxoFku
http://ift.tt/2ga7IGA
Submitted October 04, 2017 at 02:38AM by sebe42
via reddit http://ift.tt/2wxoFku
Gotocph
GOTO Copenhagen 2017
Created for developers, by developers, GOTO Conferences are focused on bringing the best minds in the software community and the most interesting topics to light
GGroup: ListView with StatefulWidget
Hi, I'm facing a problem with ListView.builder, using itemBuilder to build a StatefulWidget as a ListItem. The problem is that after changing the list (removing item from the middle, adding at 0 index, etc...) the props on the ListItems are all wrong. *Examples* ** Adding:* -- LIST -- 1. A 2.
Submitted October 04, 2017 at 04:45PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2yYlkwv
Hi, I'm facing a problem with ListView.builder, using itemBuilder to build a StatefulWidget as a ListItem. The problem is that after changing the list (removing item from the middle, adding at 0 index, etc...) the props on the ListItems are all wrong. *Examples* ** Adding:* -- LIST -- 1. A 2.
Submitted October 04, 2017 at 04:45PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2yYlkwv
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.
GGroup: how to implement push notifications
Hi dev Team, hi every one I am trying to implement push notification but, when I am trying I can sense that I am receiving a message but how to redirect this message as a push notification. import 'dart:async'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutte
Submitted October 05, 2017 at 07:22AM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2hOi96m
Hi dev Team, hi every one I am trying to implement push notification but, when I am trying I can sense that I am receiving a message but how to redirect this message as a push notification. import 'dart:async'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutte
Submitted October 05, 2017 at 07:22AM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2hOi96m
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.
GGroup: Flutter and Future
Hi, It seems the Flutter team is planning its roadmap and engaging with external developers for prioritization. It would be great if the team could help the community understand the team's perspective on an important roadblock to Flutter's adoption. Who are the primary customers of Flutter?
Submitted October 05, 2017 at 12:27PM by Aham Brahmasmi
via Flutter Dev http://ift.tt/2z1VBDw
Hi, It seems the Flutter team is planning its roadmap and engaging with external developers for prioritization. It would be great if the team could help the community understand the team's perspective on an important roadblock to Flutter's adoption. Who are the primary customers of Flutter?
Submitted October 05, 2017 at 12:27PM by Aham Brahmasmi
via Flutter Dev http://ift.tt/2z1VBDw
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.
GGroup: Unsure how to make text centered instead of left-aligned
< http://ift.tt/2xVG9Zi> The text at the bottom here is left-aligned but I would like for it to be centered :) Here is
Submitted October 05, 2017 at 05:54PM by Jordan Griffin
via Flutter Dev http://ift.tt/2xWl5EN
< http://ift.tt/2xVG9Zi> The text at the bottom here is left-aligned but I would like for it to be centered :) Here is
Submitted October 05, 2017 at 05:54PM by Jordan Griffin
via Flutter Dev http://ift.tt/2xWl5EN
GGroup: Flutter Singapore
Hi, I am thinking about organizing periodical Flutter meet ups for developers in Singapore. Are here anybody from Singapore who are interested in visiting and/or speaking on such kind of events? Thanks
Submitted October 05, 2017 at 05:54PM by sapry...@gmail.com
via Flutter Dev http://ift.tt/2xYfET9
Hi, I am thinking about organizing periodical Flutter meet ups for developers in Singapore. Are here anybody from Singapore who are interested in visiting and/or speaking on such kind of events? Thanks
Submitted October 05, 2017 at 05:54PM by sapry...@gmail.com
via Flutter Dev http://ift.tt/2xYfET9
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.
GGroup: Flutter Firebase Messaging App Badging
We have run into an issue with the Flutter Firebase Messaging plugin that we’re hoping someone might be able to shed some light on. We’re trying to add application icon badges for unread message counts. It was pretty straightforward on iOS since it’s supported natively, but we can’t figure out
Submitted October 06, 2017 at 04:31AM by ken...@carnivorestudios.com
via Flutter Dev http://ift.tt/2fWbYNl
We have run into an issue with the Flutter Firebase Messaging plugin that we’re hoping someone might be able to shed some light on. We’re trying to add application icon badges for unread message counts. It was pretty straightforward on iOS since it’s supported natively, but we can’t figure out
Submitted October 06, 2017 at 04:31AM by ken...@carnivorestudios.com
via Flutter Dev http://ift.tt/2fWbYNl
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.
Reddit: Initial experience creating cross-platform apps with Flutter and Dart
http://ift.tt/2xZwXTG
Submitted October 06, 2017 at 08:34PM by Purple_Pizzazz
via reddit http://ift.tt/2kslpFK
http://ift.tt/2xZwXTG
Submitted October 06, 2017 at 08:34PM by Purple_Pizzazz
via reddit http://ift.tt/2kslpFK
Medium
Initial experience creating cross-platform apps with Flutter and Dart
I set out to build a proof of concept cross-platform app. The idea is a small tangent of a larger app I’ve been mulling over for a while.
GGroup: Re: how to get selected index in drown button
Instead of making a DropdownButton, make a DropdownButton and set the value of the DropdownMenuItems to be the index. Then, in your onChanged, you'll get the index as the argument. On Thu, Sep 21, 2017 at 10:08 AM wrote: > hi dev team, > > In dropdownbut
Submitted October 07, 2017 at 02:11AM by Ian Hickson
via Flutter Dev http://ift.tt/2fYtxMI
Instead of making a DropdownButton, make a DropdownButton and set the value of the DropdownMenuItems to be the index. Then, in your onChanged, you'll get the index as the argument. On Thu, Sep 21, 2017 at 10:08 AM wrote: > hi dev team, > > In dropdownbut
Submitted October 07, 2017 at 02:11AM by Ian Hickson
via Flutter Dev http://ift.tt/2fYtxMI
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.