Reddit: Flutter FYI -- A Curious Coder's Guide To Flutter
http://www.flutter.fyi/
Submitted June 15, 2018 at 12:04AM by Darkglow666
via reddit https://ift.tt/2LOcTJM
http://www.flutter.fyi/
Submitted June 15, 2018 at 12:04AM by Darkglow666
via reddit https://ift.tt/2LOcTJM
www.flutter.fyi
Flutter FYI
A Curious Coder's Guide To Flutter
GGroup: [Breaking change] Changes to "flutter trace"
As part of trying to remove a number of race conditions in the "flutter" tool, I've refactored the way "flutter trace" works. With my changes, it no longer defaults to a known port for the observatory, and instead requires an explicit --debug-port to be specified. In practice, relying on the
Submitted June 15, 2018 at 01:34AM by Ian Hickson
via Flutter Dev https://ift.tt/2Mre9DG
As part of trying to remove a number of race conditions in the "flutter" tool, I've refactored the way "flutter trace" works. With my changes, it no longer defaults to a known port for the observatory, and instead requires an explicit --debug-port to be specified. In practice, relying on the
Submitted June 15, 2018 at 01:34AM by Ian Hickson
via Flutter Dev https://ift.tt/2Mre9DG
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: Flutter doctor says Dart Extension Is not installed, but VS Code says it is. Anyone have a solution?
https://ift.tt/2JLtf5c
Submitted June 15, 2018 at 01:29AM by MikeSteinberg123
via reddit https://ift.tt/2MpsrVw
https://ift.tt/2JLtf5c
Submitted June 15, 2018 at 01:29AM by MikeSteinberg123
via reddit https://ift.tt/2MpsrVw
GGroup: can't build flutter/engine
I followed the CONTRIBUTING.md to build the flutter/engine on mac os, when excute ./flutter/tools/gn --android --unoptimized I got the following error: File "./flutter/tools/gn", line 296, in sys.exit(main(sys.argv)) File "./flutter/tools/gn", line 271, in main gn_call_resu
Submitted June 15, 2018 at 08:17AM by xiaopeng wang
via Flutter Dev https://ift.tt/2MtFLIw
I followed the CONTRIBUTING.md to build the flutter/engine on mac os, when excute ./flutter/tools/gn --android --unoptimized I got the following error: File "./flutter/tools/gn", line 296, in sys.exit(main(sys.argv)) File "./flutter/tools/gn", line 271, in main gn_call_resu
Submitted June 15, 2018 at 08:17AM by xiaopeng wang
via Flutter Dev https://ift.tt/2MtFLIw
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: A Flutter Class for Your App's Preferences
https://ift.tt/2t4wRcz
Submitted June 15, 2018 at 08:39AM by Purple_Pizzazz
via reddit https://ift.tt/2taHXLZ
https://ift.tt/2t4wRcz
Submitted June 15, 2018 at 08:39AM by Purple_Pizzazz
via reddit https://ift.tt/2taHXLZ
Medium
A Flutter Class for Your App’s Preferences
A Walkthrough
Reddit: TLS with Flutter
Hi all, I'm looking for some documentation or tutorial for securing my network calls in Flutter with TLS. I couldn't really find anything on the Flutter.io site. Anyone have a good resource? Thanks in advance!
Submitted June 15, 2018 at 09:08AM by davide9192
via reddit https://ift.tt/2JMw4mE
Hi all, I'm looking for some documentation or tutorial for securing my network calls in Flutter with TLS. I couldn't really find anything on the Flutter.io site. Anyone have a good resource? Thanks in advance!
Submitted June 15, 2018 at 09:08AM by davide9192
via reddit https://ift.tt/2JMw4mE
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
GGroup: How to centre column and row item in Flutter
Hi, I have small currency table. I didn't use grid. I use Column and rows. Problem is that items in rows is not showing in centre as shown below excel example. What widget do I have to use to makes the items centred? Any help please? < https://lh3.googleusercontent.com/-8WFcDENmYy4/WyNqswaT52I/
Submitted June 15, 2018 at 09:30AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JMUMDr
Hi, I have small currency table. I didn't use grid. I use Column and rows. Problem is that items in rows is not showing in centre as shown below excel example. What widget do I have to use to makes the items centred? Any help please? < https://lh3.googleusercontent.com/-8WFcDENmYy4/WyNqswaT52I/
Submitted June 15, 2018 at 09:30AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JMUMDr
GGroup: VSCode not respecting tab space indenting when Dart extension enabled
I've tracked it down specifically to the Dart extension, as when it's enabled it overrides any settings I have. Tried EditorConfig and everything else I can imagine. Others have had this issue, but none that are specifically Dart, so none of the solutions I've found fix this. Anyone know where
Submitted June 15, 2018 at 09:32AM by Ash Simmonds
via Flutter Dev https://ift.tt/2MuwaRB
I've tracked it down specifically to the Dart extension, as when it's enabled it overrides any settings I have. Tried EditorConfig and everything else I can imagine. Others have had this issue, but none that are specifically Dart, so none of the solutions I've found fix this. Anyone know where
Submitted June 15, 2018 at 09:32AM by Ash Simmonds
via Flutter Dev https://ift.tt/2MuwaRB
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: Requesting consent from European user for Mobile Ads
I just started placing ads in my app using AdMob, and the console warned me of the required user content for personalized ads for European users.At first I only want to use Google as the provider, and for that I can use a consent form provided by Google, as described here: https://developers.google.com/admob/android/eu-consentHowever, the example code is Java, and I can't seem to find anything in the imported Flutter AdMob SDK that would provide the same functionality, and typing 'consent' after import doesn't show anything either.Or does the Flutter plugin automatically collect the user consent based on the user's previous Google Ad preferences?
Submitted June 15, 2018 at 10:11AM by kergefarkas42
via reddit https://ift.tt/2ycSxrX
I just started placing ads in my app using AdMob, and the console warned me of the required user content for personalized ads for European users.At first I only want to use Google as the provider, and for that I can use a consent form provided by Google, as described here: https://developers.google.com/admob/android/eu-consentHowever, the example code is Java, and I can't seem to find anything in the imported Flutter AdMob SDK that would provide the same functionality, and typing 'consent' after import doesn't show anything either.Or does the Flutter plugin automatically collect the user consent based on the user's previous Google Ad preferences?
Submitted June 15, 2018 at 10:11AM by kergefarkas42
via reddit https://ift.tt/2ycSxrX
Google for Developers
Get started | Android | Google for Developers
Reddit: Requesting consent from European user for Mobile Ads
I just started placing ads in my app using AdMob, and the console warned me of the required user content for personalized ads for European users.At first I only want to use Google as the provider, and for that I can use a consent form provided by Google, as described here: https://developers.google.com/admob/android/eu-consentHowever, the example code is Java, and I can't seem to find anything in the imported Flutter AdMob SDK that would provide the same functionality, and typing 'consent' after import doesn't show anything either.Or does the Flutter plugin automatically collect the user consent based on the user's previous Google Ad preferences?
Submitted June 15, 2018 at 10:11AM by kergefarkas42
via reddit https://ift.tt/2ycSxrX
I just started placing ads in my app using AdMob, and the console warned me of the required user content for personalized ads for European users.At first I only want to use Google as the provider, and for that I can use a consent form provided by Google, as described here: https://developers.google.com/admob/android/eu-consentHowever, the example code is Java, and I can't seem to find anything in the imported Flutter AdMob SDK that would provide the same functionality, and typing 'consent' after import doesn't show anything either.Or does the Flutter plugin automatically collect the user consent based on the user's previous Google Ad preferences?
Submitted June 15, 2018 at 10:11AM by kergefarkas42
via reddit https://ift.tt/2ycSxrX
Google for Developers
Get started | Android | Google for Developers
GGroup: Navigate to screen without user interaction
Hello All, I want to know that how we can move from one screen to another screen without usre interaction. I have one button on my screen whose click event calls post api after that laoder starts loading and when i get the response , I am hiding that loader but unable to move to another
Submitted June 15, 2018 at 12:37PM by sumeet kasar
via Flutter Dev https://ift.tt/2JVM1dq
Hello All, I want to know that how we can move from one screen to another screen without usre interaction. I have one button on my screen whose click event calls post api after that laoder starts loading and when i get the response , I am hiding that loader but unable to move to another
Submitted June 15, 2018 at 12:37PM by sumeet kasar
via Flutter Dev https://ift.tt/2JVM1dq
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: Flutter Crypto Project
Anyone want to work together on a project? I am about half way through a flutter app that deals with crypto currency and decentralization. If you're interested message me.
Submitted June 15, 2018 at 04:13PM by AIDXN3
via reddit https://ift.tt/2lbaJso
Anyone want to work together on a project? I am about half way through a flutter app that deals with crypto currency and decentralization. If you're interested message me.
Submitted June 15, 2018 at 04:13PM by AIDXN3
via reddit https://ift.tt/2lbaJso
reddit
r/FlutterDev - Flutter Crypto Project
1 votes and 0 so far on reddit
GGroup: Flutter keyboardType number can't show decimal places?
Hi, I have input text and it set to the Flutter keyboardType: TextInputType. number, *But when the keyboard opens it doesnt show the ( . ) or ( , ) decimal places.* *Any Help please?*
Submitted June 15, 2018 at 07:20PM by Niyazi Toros
via Flutter Dev https://ift.tt/2lc3kcf
Hi, I have input text and it set to the Flutter keyboardType: TextInputType. number, *But when the keyboard opens it doesnt show the ( . ) or ( , ) decimal places.* *Any Help please?*
Submitted June 15, 2018 at 07:20PM by Niyazi Toros
via Flutter Dev https://ift.tt/2lc3kcf
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: url_launcher v.3.0.2 sms, call and mail help needed?
Hi, I am trying to build and app with user support. I know there is a plugin (url_launcher v.3.0.2). But I cannot find any info or example for Supported URL schemes such as: - *mailto:* - *tel:* - *sms:* Any help please?
Submitted June 15, 2018 at 07:47PM by Niyazi Toros
via Flutter Dev https://ift.tt/2JDNTIJ
Hi, I am trying to build and app with user support. I know there is a plugin (url_launcher v.3.0.2). But I cannot find any info or example for Supported URL schemes such as: - *mailto:* - *tel:* - *sms:* Any help please?
Submitted June 15, 2018 at 07:47PM by Niyazi Toros
via Flutter Dev https://ift.tt/2JDNTIJ
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: Flutter Challenge: Tinder Matching
https://m.youtube.com/watch?v=NMHhzd5ewP4&feature=youtu.be
Submitted June 15, 2018 at 08:02PM by JaapVermeulen
via reddit https://ift.tt/2leYsTU
https://m.youtube.com/watch?v=NMHhzd5ewP4&feature=youtu.be
Submitted June 15, 2018 at 08:02PM by JaapVermeulen
via reddit https://ift.tt/2leYsTU
YouTube
Flutter Challenge: Tinder Matching
In this Flutter Challenge I attempt to Tinder-style card swiping user interface. Tinder cards can be dragged all around the screen, covering everything else ...
GGroup: Are there IF conditions in child widgets without the ELSE part to hide widgets?
Hi guys, I try to hide widgets based on state variables, but all I can find are "if/else" conditional-operators like this: actions: [ _someBoolean ? new IconButton( icon: new Icon(Icons.person_add), ) : new IconButton( icon: new Icon(Icons.cancel), ), ] What I try to
Submitted June 15, 2018 at 09:28PM by Momsenmeister
via Flutter Dev https://ift.tt/2JUjDbY
Hi guys, I try to hide widgets based on state variables, but all I can find are "if/else" conditional-operators like this: actions: [ _someBoolean ? new IconButton( icon: new Icon(Icons.person_add), ) : new IconButton( icon: new Icon(Icons.cancel), ), ] What I try to
Submitted June 15, 2018 at 09:28PM by Momsenmeister
via Flutter Dev https://ift.tt/2JUjDbY
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 negate flutter firestore query?
Hi, how can I negate flutter firestore queries like this: Firestore.instance.collection('events').where("status", isEqualTo: "canceled").snapshots(), There is no "whereNot" or "isNotEqualTo" :-| Thanks, Mike
Submitted June 15, 2018 at 11:04PM by Momsenmeister
via Flutter Dev https://ift.tt/2HRhjNR
Hi, how can I negate flutter firestore queries like this: Firestore.instance.collection('events').where("status", isEqualTo: "canceled").snapshots(), There is no "whereNot" or "isNotEqualTo" :-| Thanks, Mike
Submitted June 15, 2018 at 11:04PM by Momsenmeister
via Flutter Dev https://ift.tt/2HRhjNR
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: Flutter design patterns?
Guys, I gotta level with you. The Flutter docs are thorough, which is great, but holy moly. How do you find anything in this? https://docs.flutter.io/flutter/material/material-library.htmlI've spent an hour trying to figure out how to move a Widget with a relative position and it occurred to me that I have not seen any guidelines for common flutter patterns. This entire library is Widgets inside Widgets that patterns must emerge and having those patterns to refer to would be great.Is there anything out there? Sitting down to read the docs is like reading the Odyssey but it's a tale of Widgets and lust for react-native market share.
Submitted June 15, 2018 at 10:19PM by lukepighetti
via reddit https://ift.tt/2JPwwEb
Guys, I gotta level with you. The Flutter docs are thorough, which is great, but holy moly. How do you find anything in this? https://docs.flutter.io/flutter/material/material-library.htmlI've spent an hour trying to figure out how to move a Widget with a relative position and it occurred to me that I have not seen any guidelines for common flutter patterns. This entire library is Widgets inside Widgets that patterns must emerge and having those patterns to refer to would be great.Is there anything out there? Sitting down to read the docs is like reading the Odyssey but it's a tale of Widgets and lust for react-native market share.
Submitted June 15, 2018 at 10:19PM by lukepighetti
via reddit https://ift.tt/2JPwwEb
docs.flutter.io
material library - Dart API
material library API docs, for the Dart programming language.
Reddit: Does flutter support audio streams?
I've looked at https://github.com/rxlabz/flutter_audio which seems to be the most popular audio plugin, but I don't think it says whether it supports audio streams as opposed to normal mp3 files. Does anyone know if it does, and if not, does Flutter support handling audio streams at all?
Submitted June 15, 2018 at 11:54PM by the_slovenian
via reddit https://ift.tt/2laEFEY
I've looked at https://github.com/rxlabz/flutter_audio which seems to be the most popular audio plugin, but I don't think it says whether it supports audio streams as opposed to normal mp3 files. Does anyone know if it does, and if not, does Flutter support handling audio streams at all?
Submitted June 15, 2018 at 11:54PM by the_slovenian
via reddit https://ift.tt/2laEFEY
GitHub
rxlabz/flutter_audio
flutter_audio - A Flutter plugin to play audio files (Swift/Java)
Reddit: What It Was Like to Write a Full Blown Flutter App – Nick Manning
https://ift.tt/2td4lEC
Submitted June 15, 2018 at 11:37PM by Elixane
via reddit https://ift.tt/2Mu9YXV
https://ift.tt/2td4lEC
Submitted June 15, 2018 at 11:37PM by Elixane
via reddit https://ift.tt/2Mu9YXV
Medium
What It Was Like to Write a Full Blown Flutter App
Porting an existing iOS app to Flutter, what it was like and my thoughts on Flutter thus far.
Reddit: Android Dialogs: Eugenio Marletti: Flutter widget (2 of 6)
https://www.youtube.com/watch?v=hjcmBmocRAU
Submitted June 16, 2018 at 12:27AM by Elixane
via reddit https://ift.tt/2JPxsF7
https://www.youtube.com/watch?v=hjcmBmocRAU
Submitted June 16, 2018 at 12:27AM by Elixane
via reddit https://ift.tt/2JPxsF7
YouTube
Eugenio Marletti: Flutter widget (2 of 6)
In part 2 of this 6 part series, we create the BrailleDecoder widget in Flutter. Recorded at a Google lobby. Please excuse the background noise from door ope...