GGroup: Possiblity to render flutter app on server
*Hi Flutter Dev Team!* I was wondering if its possible to render a preview of what the current app is looking like on the server. without requiring android and ios. Basically i'm wondering if the flutter shell could run like in a server emulator take a screenshot and then close it. using a
Submitted December 05, 2017 at 11:03PM by Franz Silva
via Flutter Dev http://ift.tt/2A6QVQR
*Hi Flutter Dev Team!* I was wondering if its possible to render a preview of what the current app is looking like on the server. without requiring android and ios. Basically i'm wondering if the flutter shell could run like in a server emulator take a screenshot and then close it. using a
Submitted December 05, 2017 at 11:03PM by Franz Silva
via Flutter Dev http://ift.tt/2A6QVQR
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: droidcon SF 2017 - Building Modern Cross-Platform Apps with Flutter
https://www.youtube.com/watch?v=GJyYv58eWOU
Submitted December 06, 2017 at 12:58AM by dayanruben
via reddit http://ift.tt/2iqHq3E
https://www.youtube.com/watch?v=GJyYv58eWOU
Submitted December 06, 2017 at 12:58AM by dayanruben
via reddit http://ift.tt/2iqHq3E
YouTube
droidcon SF 2017 - Building Modern Cross-Platform Apps with Flutter
Vinay Gaba In this talk, you will learn about getting started with Flutter - a framework that helps you build modern 60 fps mobile apps for iOS and Android. ...
GGroup: Breaking change to debug display of enum property values.
Hi, I intend to submit http://ift.tt/2iyJE1f soon, which will change how EnumProperty values are displayed in debugging output. This change should only impact you if you have tests that compare toStringDeep output to golden values. If that is the case, you need to update
Submitted December 06, 2017 at 10:58PM by jacobr
via Flutter Dev http://ift.tt/2k2ZfWT
Hi, I intend to submit http://ift.tt/2iyJE1f soon, which will change how EnumProperty values are displayed in debugging output. This change should only impact you if you have tests that compare toStringDeep output to golden values. If that is the case, you need to update
Submitted December 06, 2017 at 10:58PM by jacobr
via Flutter Dev http://ift.tt/2k2ZfWT
GitHub
Change Alignment toString to match other properties better by jacob314 · Pull Request #13382 · flutter/flutter
I've done the minimal implementation. If you think the regular toString should be left more unambiguous I can change this so the shorter display is only used when
toStringShort is called.
The case ...
toStringShort is called.
The case ...
Reddit: How to startActivityForResult in Flutter?
http://ift.tt/2krWIcR
Submitted December 06, 2017 at 11:06PM by Purple_Pizzazz
via reddit http://ift.tt/2BP2Ujh
http://ift.tt/2krWIcR
Submitted December 06, 2017 at 11:06PM by Purple_Pizzazz
via reddit http://ift.tt/2BP2Ujh
GGroup: find.byIcon being replaced by find.icon
If you use the find.byIcon matcher in your tests, please switch to using find.icon instead. It turns out we had both and they are identical, so I plan to remove the longer one. Please let me know if this is a problem. I expect this change to land later this week. -- -- Ian Hickson 😸
Submitted December 06, 2017 at 11:53PM by Ian Hickson
via Flutter Dev http://ift.tt/2nEcJOa
If you use the find.byIcon matcher in your tests, please switch to using find.icon instead. It turns out we had both and they are identical, so I plan to remove the longer one. Please let me know if this is a problem. I expect this change to land later this week. -- -- Ian Hickson 😸
Submitted December 06, 2017 at 11:53PM by Ian Hickson
via Flutter Dev http://ift.tt/2nEcJOa
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: Moving image features from flutter/services.dart to flutter/painting.dart
In order to organize Flutter's code in a more sound way, I intend to move the image features from the "services" library (package:flutter/services.dart) to the "painting" library (package:flutter/painting.dart). This should have limited impact on most applications because the interesting
Submitted December 07, 2017 at 02:39AM by Ian Hickson
via Flutter Dev http://ift.tt/2kuin3S
In order to organize Flutter's code in a more sound way, I intend to move the image features from the "services" library (package:flutter/services.dart) to the "painting" library (package:flutter/painting.dart). This should have limited impact on most applications because the interesting
Submitted December 07, 2017 at 02:39AM by Ian Hickson
via Flutter Dev http://ift.tt/2kuin3S
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: Embedding multiple Flutter views in native code
Hello I'm evaluating Flutter to be an option for future projects, or new features on existing projects. I'm wondering how we can add multiple FlutterViews to our native code. Currently, I only find the example in the GitHub repository, which has a single FlutterView. This starts with the main
Submitted December 07, 2017 at 06:00PM by Yves Delcoigne
via Flutter Dev http://ift.tt/2BJyL3X
Hello I'm evaluating Flutter to be an option for future projects, or new features on existing projects. I'm wondering how we can add multiple FlutterViews to our native code. Currently, I only find the example in the GitHub repository, which has a single FlutterView. This starts with the main
Submitted December 07, 2017 at 06:00PM by Yves Delcoigne
via Flutter Dev http://ift.tt/2BJyL3X
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: Developing native mobile crossplattform Libraries in Flutter
Hi I was wondering whether it was possible to develop a native mobile library with the Flutter framework and export it as iOS and/or Android Native Library, so a 100% classic native app can reuse the library? The Library would do some background http work and show some views on the Screen upon certain events
Submitted December 07, 2017 at 07:06PM by makavelixx
via reddit http://ift.tt/2j3LdYT
Hi I was wondering whether it was possible to develop a native mobile library with the Flutter framework and export it as iOS and/or Android Native Library, so a 100% classic native app can reuse the library? The Library would do some background http work and show some views on the Screen upon certain events
Submitted December 07, 2017 at 07:06PM by makavelixx
via reddit http://ift.tt/2j3LdYT
reddit
Developing native mobile crossplattform Libraries... • r/FlutterDev
Hi I was wondering whether it was possible to develop a native mobile library with the Flutter framework and export it as iOS and/or Android...
GGroup: Another question
Hey guys! I spoke to Chinmay Garde, and he helped me alot to understand what im trying to accomplish and gave me some insight into FlutterEmbedder. I think that is the route I will take for what i want to build. Now the only question i have is. Is there a way to build the FlutterEmbedder
Submitted December 07, 2017 at 10:08PM by Franz Silva
via Flutter Dev http://ift.tt/2k8fT7v
Hey guys! I spoke to Chinmay Garde, and he helped me alot to understand what im trying to accomplish and gave me some insight into FlutterEmbedder. I think that is the route I will take for what i want to build. Now the only question i have is. Is there a way to build the FlutterEmbedder
Submitted December 07, 2017 at 10:08PM by Franz Silva
via Flutter Dev http://ift.tt/2k8fT7v
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: Breaking change: find.text now finds both Text and EditableText widgets
Apologies for not realizing that this was breaking. I submitted a change that made find.text find text inside both Text and EditableText. Please, let us know in this thread if this is causing issues. This landed in http://ift.tt/2AneXaA Yegor
Submitted December 08, 2017 at 02:11AM by Yegor Jbanov
via Flutter Dev http://ift.tt/2Bdu5XT
Apologies for not realizing that this was breaking. I submitted a change that made find.text find text inside both Text and EditableText. Please, let us know in this thread if this is causing issues. This landed in http://ift.tt/2AneXaA Yegor
Submitted December 08, 2017 at 02:11AM by Yegor Jbanov
via Flutter Dev http://ift.tt/2Bdu5XT
GitHub
Emulate text entry in FlutterDriver by yjbanov · Pull Request #13373 · flutter/flutter
This should be a good-enough fix for #6737
/cc @goderbauer
/cc @goderbauer
Reddit: VoidRealms tutorial series has finished covering Dart & is now starting Flutter; here is the first Flutter video.
https://www.youtube.com/watch?v=R3BmhTFr1sA&list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi&index=19
Submitted December 08, 2017 at 04:53PM by Purple_Pizzazz
via reddit http://ift.tt/2yOVPQo
https://www.youtube.com/watch?v=R3BmhTFr1sA&list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi&index=19
Submitted December 08, 2017 at 04:53PM by Purple_Pizzazz
via reddit http://ift.tt/2yOVPQo
YouTube
Flutter 19 - First Flutter Application
Our first flutter application Udemy Coupons - $9.99 Dart Beginners https://www.udemy.com/dart-beginners-course/?couponCode=YOUTUBE10K Dart Intermediate https...
GGroup: Custom Constructors for StatefulWidgets?
Hello there, I have a Widget that a) renders some text and b) holds its *own* state (one of the 3 state management approaches recommended here in the docs). Therefore, I have custom constructor for this widget that takes in
Submitted December 08, 2017 at 05:48PM by Nicholas Manning
via Flutter Dev http://ift.tt/2j7nfM6
Hello there, I have a Widget that a) renders some text and b) holds its *own* state (one of the 3 state management approaches recommended here in the docs). Therefore, I have custom constructor for this widget that takes in
Submitted December 08, 2017 at 05:48PM by Nicholas Manning
via Flutter Dev http://ift.tt/2j7nfM6
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 plugin v20 now available
The M20 release of the Flutter plugin is now available! Fixes and improvements include: - improved the "Open with Xcode..." logic to work better for plugin projects - improved flutter run console filtering - improvements to unit test running support
Submitted December 08, 2017 at 06:13PM by Wm Leler
via Flutter Dev http://ift.tt/2A3EC3I
The M20 release of the Flutter plugin is now available! Fixes and improvements include: - improved the "Open with Xcode..." logic to work better for plugin projects - improved flutter run console filtering - improvements to unit test running support
Submitted December 08, 2017 at 06:13PM by Wm Leler
via Flutter Dev http://ift.tt/2A3EC3I
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: Request for Experiments: Customizing and extending the HTTP client
Hello!We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app.Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic, tests and mocking, and more.Here is the API with a small example: http://ift.tt/2yP6hXQHere are the tests, showing how to create a custom HttpClient: http://ift.tt/2y8htezWe're very interested in learning how you use this new capability, please give it a try and let us know. You can file issues and feedback here: http://ift.tt/2yPaXNAEnjoy, and happy hacking!
Submitted December 08, 2017 at 06:44PM by sethladd
via reddit http://ift.tt/2y8huiD
Hello!We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app.Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic, tests and mocking, and more.Here is the API with a small example: http://ift.tt/2yP6hXQHere are the tests, showing how to create a custom HttpClient: http://ift.tt/2y8htezWe're very interested in learning how you use this new capability, please give it a try and let us know. You can file issues and feedback here: http://ift.tt/2yPaXNAEnjoy, and happy hacking!
Submitted December 08, 2017 at 06:44PM by sethladd
via reddit http://ift.tt/2y8huiD
docs.flutter.io
HttpOverrides class - dart:io library - Dart API
API docs for the HttpOverrides class from the dart:io library, for the Dart programming language.
GGroup: request for experiments: customizing and extending the HTTP client
Hello! We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app. Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic,
Submitted December 08, 2017 at 06:56PM by Seth Ladd
via Flutter Dev http://ift.tt/2BNjxv2
Hello! We recently added the ability to "inject" a custom HttpClient. This means you can write a custom HttpClient and ensure the custom client is used throughout your Flutter app. Use cases for this capability include: custom caching strategies, custom offline behavior, custom retry logic,
Submitted December 08, 2017 at 06:56PM by Seth Ladd
via Flutter Dev http://ift.tt/2BNjxv2
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: Breaking change to ModalRoute
Hello Flutter Community, I am intending to add a new property to ModalRoute [1], which will have to be implemented by all subclasses of ModalRoute. The new property will be a String called barrierLabel and it is supposed to be the semantic label that accessibility tools (like TalkBack on
Submitted December 08, 2017 at 06:58PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2iJlktf
Hello Flutter Community, I am intending to add a new property to ModalRoute [1], which will have to be implemented by all subclasses of ModalRoute. The new property will be a String called barrierLabel and it is supposed to be the semantic label that accessibility tools (like TalkBack on
Submitted December 08, 2017 at 06:58PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2iJlktf
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 plugin v20 now available for Android Studio and IntelliJ
http://ift.tt/2BYW3ni
Submitted December 08, 2017 at 08:43PM by KingBaal
via reddit http://ift.tt/2BiKfzw
http://ift.tt/2BYW3ni
Submitted December 08, 2017 at 08:43PM by KingBaal
via reddit http://ift.tt/2BiKfzw
news.dartlang.org
Flutter plugin v20 now available for Android Studio and IntelliJ
The M20 release of the Flutter plugin is now available! Fixes and improvements include: improved the "Open with Xcode..." logic to work bet...
Reddit: Flutter OAuth: plugin for performing user authentication for your apps
http://ift.tt/2y9eumd
Submitted December 09, 2017 at 01:07AM by KingBaal
via reddit http://ift.tt/2yPPZy8
http://ift.tt/2y9eumd
Submitted December 09, 2017 at 01:07AM by KingBaal
via reddit http://ift.tt/2yPPZy8
GitHub
hitherejoe/FlutterOAuth
FlutterOAuth - A Flutter OAuth package for performing user authentication for your apps.
GGroup: Background tasks
Hey guys! Is here any work been done at the moment to run background dart code? I'd like to test it out if it's in the works. Thanks Regards Franz
Submitted December 09, 2017 at 03:34PM by Franz Silva
via Flutter Dev http://ift.tt/2kLPLDv
Hey guys! Is here any work been done at the moment to run background dart code? I'd like to test it out if it's in the works. Thanks Regards Franz
Submitted December 09, 2017 at 03:34PM by Franz Silva
via Flutter Dev http://ift.tt/2kLPLDv
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: Get visible positions listview
I just made this library to create make a listview with sticky headers: http://ift.tt/2jBSFYa < http://ift.tt/2kLyBpJ > To determine which item is on top I used to scrollcontroller to get the pixels and
Submitted December 09, 2017 at 03:59PM by Rene Floor
via Flutter Dev http://ift.tt/2kg69rR
I just made this library to create make a listview with sticky headers: http://ift.tt/2jBSFYa < http://ift.tt/2kLyBpJ > To determine which item is on top I used to scrollcontroller to get the pixels and
Submitted December 09, 2017 at 03:59PM by Rene Floor
via Flutter Dev http://ift.tt/2kg69rR
GitHub
renefloor/side_header_list_view
side_header_list_view - Listview with sticky headers like the Android contact page
Reddit: side_header_list_view: Listview with sticky headers like the Android contact page
http://ift.tt/2iHFB2o
Submitted December 09, 2017 at 06:51PM by Purple_Pizzazz
via reddit http://ift.tt/2iMUjoN
http://ift.tt/2iHFB2o
Submitted December 09, 2017 at 06:51PM by Purple_Pizzazz
via reddit http://ift.tt/2iMUjoN
pub.dartlang.org
side_header_list_view 0.0.1 | Dart Package
side_header_list_view - Listview with sticky headers on the side