Reddit: Plugin that integrates the stripe plugin for iOS and Android: credit/debit card validation + add support
http://ift.tt/2rQ6aKg
Submitted January 30, 2018 at 03:35PM by boni2k
via reddit http://ift.tt/2nu5EMO
http://ift.tt/2rQ6aKg
Submitted January 30, 2018 at 03:35PM by boni2k
via reddit http://ift.tt/2nu5EMO
Dart Packages
stripe_payment | Flutter Package
stripe_payment 0.0.4 Flutter and Dart package - A flutter plugin to integrate the stripe plugin for iOS and Android. Currently only adding a credit card as source is implemented.
GGroup: How to enable Flutter with Dart 2 when using Intellij IDEA and Flutter plugin 21.2.3?
Reading this article, it seems easy to turn on Dart 2 support. http://ift.tt/2rR3Kel I am not sure how to do that when using the Idea plugin though. Is there a way to add one or more extra params for *flutter run*, e.g. flutter run --preview-dart-2
Submitted January 30, 2018 at 04:07PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2DNIBU9
Reading this article, it seems easy to turn on Dart 2 support. http://ift.tt/2rR3Kel I am not sure how to do that when using the Idea plugin though. Is there a way to add one or more extra params for *flutter run*, e.g. flutter run --preview-dart-2
Submitted January 30, 2018 at 04:07PM by dimi...@gmail.com
via Flutter Dev http://ift.tt/2DNIBU9
Flutter Institute
Flutter with Dart 2
Dart 2 is in pre-release, and you can now test your flutter apps against it. It's pretty simple. Simply add the --preview-dart-2 flag as follows: flutter run --preview-dart-2 (The --strong argument can also be quite useful) Also, make sure to run a flutter…
GGroup: [Breaking Change] Copy/Cut/Paste
Hello, to enable copy, cut, and paste via accessibility affordances (e.g. TalkBack) I plan to introduce some breaking changes in http://ift.tt/2FvoJVU. Most of these changes are internal to the Flutter framework and unless you are working directly with some lower-level
Submitted January 30, 2018 at 07:04PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2DXQCZH
Hello, to enable copy, cut, and paste via accessibility affordances (e.g. TalkBack) I plan to introduce some breaking changes in http://ift.tt/2FvoJVU. Most of these changes are internal to the Flutter framework and unless you are working directly with some lower-level
Submitted January 30, 2018 at 07:04PM by Michael Goderbauer
via Flutter Dev http://ift.tt/2DXQCZH
GitHub
a11y on Android: copy/cut/paste by goderbauer · Pull Request #14343 · flutter/flutter
With a little refactor and unification of how availability of copy/cut/paste is determined across platforms.
Minor remaining issue: #14331.
Fixes #13501.
Minor remaining issue: #14331.
Fixes #13501.
GGroup: Replacing ScrollMetrics.cloneMetrics with ScrollMetrics.copyWith
For consistency with the rest of the framework, I'm considering replacing the cloneMetrics method with a copyWith method, and removing the "clone" constructors. This should affect very few apps, if any, since these objects are a pretty low-level part of the scrolling infrastructure. Please
Submitted January 31, 2018 at 02:45AM by Ian Hickson
via Flutter Dev http://ift.tt/2FvLZ6s
For consistency with the rest of the framework, I'm considering replacing the cloneMetrics method with a copyWith method, and removing the "clone" constructors. This should affect very few apps, if any, since these objects are a pretty low-level part of the scrolling infrastructure. Please
Submitted January 31, 2018 at 02:45AM by Ian Hickson
via Flutter Dev http://ift.tt/2FvLZ6s
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: Missing debugProvided() in Flutter Project
Hello Flutter-Dev Team, I’m currently programming a small app with flutter. Since a few days I’m stuck with the same problem as in the following article: http://ift.tt/2Erj2t3
Submitted January 31, 2018 at 05:41AM by Oxana Doroshkevich
via Flutter Dev http://ift.tt/2DOIOGs
Hello Flutter-Dev Team, I’m currently programming a small app with flutter. Since a few days I’m stuck with the same problem as in the following article: http://ift.tt/2Erj2t3
Submitted January 31, 2018 at 05:41AM by Oxana Doroshkevich
via Flutter Dev http://ift.tt/2DOIOGs
Reddit: Simple Flutter-Coveralls setup
http://ift.tt/2rP6yc8
Submitted January 31, 2018 at 08:40AM by Marcinus
via reddit http://ift.tt/2GxaX6M
http://ift.tt/2rP6yc8
Submitted January 31, 2018 at 08:40AM by Marcinus
via reddit http://ift.tt/2GxaX6M
Szałko-Blog
Integrating Flutter with Coveralls | Szałko-Blog
This post shortly presents snippet on how to integrate Flutter app with Coveralls, which will give you feedback on test coverage in your app. Let's get to it!
Reddit: How to show a Firebase AdMob banner ad in Flutter
http://ift.tt/2FwJ7pK
Submitted January 31, 2018 at 02:56PM by KingBaal
via reddit http://ift.tt/2DZVWMi
http://ift.tt/2FwJ7pK
Submitted January 31, 2018 at 02:56PM by KingBaal
via reddit http://ift.tt/2DZVWMi
Musings of an Android App Software Developer
How to show a Firebase AdMob banner ad in Flutter - Musings of an Android App Software Developer
Love them or hate them, ads are a common way for indie app developers to make money from their apps. So, how can you display a banner ad in your Flutter app? If you search Flutter packages for “ad”, there are currently two relevant results, both for AdMob.…
Reddit: contacts_service: A Flutter plugin to access and manage the device's contacts.
http://ift.tt/2ErmYKc
Submitted January 31, 2018 at 09:41PM by Purple_Pizzazz
via reddit http://ift.tt/2DPNImG
http://ift.tt/2ErmYKc
Submitted January 31, 2018 at 09:41PM by Purple_Pizzazz
via reddit http://ift.tt/2DPNImG
GitHub
clovisnicolas/flutter_contacts
flutter_contacts - A flutter plugin to manage device contacts
Reddit: RTL support
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The thing is we are developing for both English and Arabic interface.
Submitted February 01, 2018 at 03:31AM by nirataro
via reddit http://ift.tt/2GxA21r
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The thing is we are developing for both English and Arabic interface.
Submitted February 01, 2018 at 03:31AM by nirataro
via reddit http://ift.tt/2GxA21r
reddit
RTL support • r/FlutterDev
How's the RTL support in Flutter? I have a bunch of new projects coming up and I am investigating whether Flutter would be a good candidate. The...
Reddit: Unofficial conference app for DroidKaigi 2018 Tokyo (built with Flutter).
http://ift.tt/2GClw8G
Submitted February 01, 2018 at 08:56AM by Purple_Pizzazz
via reddit http://ift.tt/2EtNm6n
http://ift.tt/2GClw8G
Submitted February 01, 2018 at 08:56AM by Purple_Pizzazz
via reddit http://ift.tt/2EtNm6n
GitHub
konifar/droidkaigi2018-flutter
droidkaigi2018-flutter - The unofficial conference app for DroidKaigi 2018 Tokyo
Reddit: Any Google apps?
Are there any Google apps on the Play/App Store that are built with Flutter?
Submitted February 01, 2018 at 10:43AM by jaxondu
via reddit http://ift.tt/2rZIdQO
Are there any Google apps on the Play/App Store that are built with Flutter?
Submitted February 01, 2018 at 10:43AM by jaxondu
via reddit http://ift.tt/2rZIdQO
reddit
Any Google apps? • r/FlutterDev
Are there any Google apps on the Play/App Store that are built with Flutter?
GGroup: Flutter first impressions
Link to my android page : http://ift.tt/2s1MC5T I originally wrote an app in Android, but now want to make it available to ios users. I wanted to learn a cross-platform development environment and found that Dart looked familiar to me due to my Java experience -
Submitted February 01, 2018 at 06:23PM by Rockvole
via Flutter Dev http://ift.tt/2GDHLuI
Link to my android page : http://ift.tt/2s1MC5T I originally wrote an app in Android, but now want to make it available to ios users. I wanted to learn a cross-platform development environment and found that Dart looked familiar to me due to my Java experience -
Submitted February 01, 2018 at 06:23PM by Rockvole
via Flutter Dev http://ift.tt/2GDHLuI
Google
Rockvole - Android Apps on Google Play
With over a million apps and games, Google Play has something for everyone. Browse and install your favorite Android apps and games on your Android phone, tablet, TV or from the Web.
Reddit: Good value serialization library?
Trying to find an immutable value library that supports serialization across languages. I found built_value but I don't think Python has a similar schema that can parse its output.Any suggestions? Protobufs maybe? Thanks!
Submitted February 02, 2018 at 07:02AM by TypingThisHurt
via reddit http://ift.tt/2nAjMUN
Trying to find an immutable value library that supports serialization across languages. I found built_value but I don't think Python has a similar schema that can parse its output.Any suggestions? Protobufs maybe? Thanks!
Submitted February 02, 2018 at 07:02AM by TypingThisHurt
via reddit http://ift.tt/2nAjMUN
reddit
Good value serialization library? • r/FlutterDev
Trying to find an immutable value library that supports serialization across languages. I found built_value but I don't think Python has a similar...
Reddit: Could we get rid of the automatic AutoModerator "Hi, welcome..." comment on every new text post?
To me, it's more or less unneeded clutter.The same information is also in the sidebar. And like someone already said, I'm excited when a post gets replies here, but usually it's the bot. I get that it's for enforcing that posts that are essentially StackOverflow questions should be posted on SO instead, but isn't that what the mod team is for?I feel like in 95% of the posts here, the bot is introducing unneeded noise for totally good and relevant posts :)
Submitted February 02, 2018 at 12:25PM by roughike
via reddit http://ift.tt/2FDaVJ5
To me, it's more or less unneeded clutter.The same information is also in the sidebar. And like someone already said, I'm excited when a post gets replies here, but usually it's the bot. I get that it's for enforcing that posts that are essentially StackOverflow questions should be posted on SO instead, but isn't that what the mod team is for?I feel like in 95% of the posts here, the bot is introducing unneeded noise for totally good and relevant posts :)
Submitted February 02, 2018 at 12:25PM by roughike
via reddit http://ift.tt/2FDaVJ5
reddit
Could we get rid of the automatic AutoModerator... • r/FlutterDev
To me, it's more or less unneeded clutter. The same information is also in the sidebar. And like someone already said, I'm excited when a post...
GGroup: Xcode 8 support
The latest 0.0.22 dev channel drop support for XCode 8 and requires minimum XCode 9. Is it possible to bring back support for XCode 8? Kind of hesitant(lazy) to upgrade from El Capitan and also not sure my old Mac can run Sierra well which is required for XCode 9. Maybe it's time for me to buy a
Submitted February 02, 2018 at 04:09PM by Jaxon Du
via Flutter Dev http://ift.tt/2FEi0Jy
The latest 0.0.22 dev channel drop support for XCode 8 and requires minimum XCode 9. Is it possible to bring back support for XCode 8? Kind of hesitant(lazy) to upgrade from El Capitan and also not sure my old Mac can run Sierra well which is required for XCode 9. Maybe it's time for me to buy a
Submitted February 02, 2018 at 04:09PM by Jaxon Du
via Flutter Dev http://ift.tt/2FEi0Jy
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: Unable to upgrade Flutter: no upstream repository configured.
Hi, When I run flutter upgrade on the dev channel I get: Unable to upgrade Flutter: no upstream repository configured.
Submitted February 02, 2018 at 07:30PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2DYTWVy
Hi, When I run flutter upgrade on the dev channel I get: Unable to upgrade Flutter: no upstream repository configured.
Submitted February 02, 2018 at 07:30PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2DYTWVy
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: Fluttie: Lottie for Flutter
http://ift.tt/2s1lROP
Submitted February 02, 2018 at 09:45PM by KingBaal
via reddit http://ift.tt/2GGoxon
http://ift.tt/2s1lROP
Submitted February 02, 2018 at 09:45PM by KingBaal
via reddit http://ift.tt/2GGoxon
Dart Packages
fluttie | Flutter Package
fluttie 0.0.3 Flutter and Dart package - Fluttie allows you to easily display stunning Lottie animations in flutter.
GGroup: Likely upcoming change to SliverGridLayout
As part of fixing an issue with SliverGrid and SliverList ( http://ift.tt/2E96qJb), I am intending to make the following breaking change to the SliverGridLayout, RenderSliverBoxChildManager, and SliverChildDelegate APIs: *The SliverGridLayout.estimateMaxScrollOffset
Submitted February 03, 2018 at 03:43AM by Ian Hickson
via Flutter Dev http://ift.tt/2FH6lcZ
As part of fixing an issue with SliverGrid and SliverList ( http://ift.tt/2E96qJb), I am intending to make the following breaking change to the SliverGridLayout, RenderSliverBoxChildManager, and SliverChildDelegate APIs: *The SliverGridLayout.estimateMaxScrollOffset
Submitted February 03, 2018 at 03:43AM by Ian Hickson
via Flutter Dev http://ift.tt/2FH6lcZ
GitHub
CustomScrollView bug when SliverGrid and SliverList are children · Issue #11548 · flutter/flutter
Steps to Reproduce
Running the Sample Code from widgets/CustomScrollView produces a bug while scrolling. See Video and Github Repo.
(The issue only seems to happen if a SliverGrid and a SliverFixed...
Running the Sample Code from widgets/CustomScrollView produces a bug while scrolling. See Video and Github Repo.
(The issue only seems to happen if a SliverGrid and a SliverFixed...
GGroup: Using TabController with redux
Hi, I use redux in my application, and I manage my application state by redux style. So my widgets are stateless. I store active tab index in application state. I want to add TabController to application for animation in tab selection. Really I don't understand how to do this better. I decided to
Submitted February 03, 2018 at 08:09PM by Ivan Avdonin
via Flutter Dev http://ift.tt/2FJo3g6
Hi, I use redux in my application, and I manage my application state by redux style. So my widgets are stateless. I store active tab index in application state. I want to add TabController to application for animation in tab selection. Really I don't understand how to do this better. I decided to
Submitted February 03, 2018 at 08:09PM by Ivan Avdonin
via Flutter Dev http://ift.tt/2FJo3g6
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: Same look app for iOS and Android
Hi. Is it an option for Flutter to build the same looking app for both platforms (iOS and Android). I want my app to have material design for both platforms Thanks.
Submitted February 03, 2018 at 08:18PM by Aleksandr Fedorov
via Flutter Dev http://ift.tt/2nysfbx
Hi. Is it an option for Flutter to build the same looking app for both platforms (iOS and Android). I want my app to have material design for both platforms Thanks.
Submitted February 03, 2018 at 08:18PM by Aleksandr Fedorov
via Flutter Dev http://ift.tt/2nysfbx
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: Regarding the "Welcome to the subreddit" message on self posts
So the general consensus in this thread was that the message that was posted by AutoModerator in every self post was kind of annoying, so it's been removed.Instead, the first time a user submits a post or comments in the subreddit, a private message will be sent to that user.However, since I've just set this up now, all existing users will get this message once the next time you post or comment as well. You should only receive the welcome message once and after that AutoModerator should leave you alone :)Let me know if there are any problems. I hope this solution makes everyone happy!
Submitted February 03, 2018 at 10:55PM by KingBaal
via reddit http://ift.tt/2s2Xhgx
So the general consensus in this thread was that the message that was posted by AutoModerator in every self post was kind of annoying, so it's been removed.Instead, the first time a user submits a post or comments in the subreddit, a private message will be sent to that user.However, since I've just set this up now, all existing users will get this message once the next time you post or comment as well. You should only receive the welcome message once and after that AutoModerator should leave you alone :)Let me know if there are any problems. I hope this solution makes everyone happy!
Submitted February 03, 2018 at 10:55PM by KingBaal
via reddit http://ift.tt/2s2Xhgx
reddit
Could we get rid of the automatic AutoModerator... • r/FlutterDev
To me, it's more or less unneeded clutter. The same information is also in the sidebar. And like someone already said, I'm excited when a post...