New post on Flutter Dev Google group:
Is there any way to test IOS app in windows
Hi all.I'm a beginner to flutter but i have previously done android studio. it's very interesting that it can support both android and ios platform. I am so much excited to know all the widgets and new features in flutter. Is there any way to run IOS tests on a windows computer? Thanks in
April 27, 2019 at 08:41AM by Yasas Sandeepa
http://bit.ly/2XOokqQ
Is there any way to test IOS app in windows
Hi all.I'm a beginner to flutter but i have previously done android studio. it's very interesting that it can support both android and ios platform. I am so much excited to know all the widgets and new features in flutter. Is there any way to run IOS tests on a windows computer? Thanks in
April 27, 2019 at 08:41AM by Yasas Sandeepa
http://bit.ly/2XOokqQ
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:
Dependency Injection: Any chance to get the dart:mirrors library in Flutter?
Hi, I’ve wrote a dependency injection container for dart ( http://bit.ly/2LgzzXA) several time ago. The problem is that this package uses the dart:mirrors library which isn’t available in Flutter yet. Is there is any chance to get the mirrors library in Flutter? Best,
April 27, 2019 at 09:22AM by jul...@mintware.de
http://bit.ly/2VsI7yx
Dependency Injection: Any chance to get the dart:mirrors library in Flutter?
Hi, I’ve wrote a dependency injection container for dart ( http://bit.ly/2LgzzXA) several time ago. The problem is that this package uses the dart:mirrors library which isn’t available in Flutter yet. Is there is any chance to get the mirrors library in Flutter? Best,
April 27, 2019 at 09:22AM by jul...@mintware.de
http://bit.ly/2VsI7yx
Dart Packages
catalyst | Dart Package
The only dependency injection container for Dart you'll ever need
New post on /r/flutterdev subreddit:
Question on plugin security(platform channel methods)
Example, using flutter_secure_storage plugin for storing keys into the keychain/keystore.I am getting a crypto key from library such as flutter_sodium. I want to store my private key into its respective platform keychain/keystore.So firstly, i do an async call to the lib_sodium platform and await for my key. The native platform communicates the key back to me in flutter/dart environment.
Secondly, i store this key I retrieved into secure_storage. Which does another platform call to native OS.Is this secure? Now whenever we access the private keys from the keychain/keystore it will invoke a method call to retrieve it from its respective native OS store and communicate it back to dart.Is it okay in terms of security when the communication occurs that we are passing back and forth our keys(between dart and native OS)?Would it be better to combine such libraries, when we generate a secret Key, store it at the same time in their own respective keychain/keystore, in that invoked method call?
So this way, we never have to communicate the secret key back to dart/flutter. Let all the processing happen on native side. Only let the public keys be transmitted to the dart side of the code so we can publish them onto our backend.I am currently developing my own package where I generate curve25519 public key and secret- keys and was thinking of integrating keychain and a keystore in my own package. So i can save the secret without passing it through the communication channel between the native os and dart.Would this be better for security or is it redundant. Lets hear your says! Thank you
April 27, 2019 at 09:13AM by Bk_ADV
http://bit.ly/2GLb5lc
Question on plugin security(platform channel methods)
Example, using flutter_secure_storage plugin for storing keys into the keychain/keystore.I am getting a crypto key from library such as flutter_sodium. I want to store my private key into its respective platform keychain/keystore.So firstly, i do an async call to the lib_sodium platform and await for my key. The native platform communicates the key back to me in flutter/dart environment.
Secondly, i store this key I retrieved into secure_storage. Which does another platform call to native OS.Is this secure? Now whenever we access the private keys from the keychain/keystore it will invoke a method call to retrieve it from its respective native OS store and communicate it back to dart.Is it okay in terms of security when the communication occurs that we are passing back and forth our keys(between dart and native OS)?Would it be better to combine such libraries, when we generate a secret Key, store it at the same time in their own respective keychain/keystore, in that invoked method call?
So this way, we never have to communicate the secret key back to dart/flutter. Let all the processing happen on native side. Only let the public keys be transmitted to the dart side of the code so we can publish them onto our backend.I am currently developing my own package where I generate curve25519 public key and secret- keys and was thinking of integrating keychain and a keystore in my own package. So i can save the secret without passing it through the communication channel between the native os and dart.Would this be better for security or is it redundant. Lets hear your says! Thank you
April 27, 2019 at 09:13AM by Bk_ADV
http://bit.ly/2GLb5lc
reddit
r/FlutterDev - Question on plugin security(platform channel methods)
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
After a 3½ year wait, flutter now supports expanding BottomSheets! You'll see these changes in Master.
http://bit.ly/2I5Pqab
April 27, 2019 at 10:02AM by EngineerScientist
http://bit.ly/2L9H1DZ
After a 3½ year wait, flutter now supports expanding BottomSheets! You'll see these changes in Master.
http://bit.ly/2I5Pqab
April 27, 2019 at 10:02AM by EngineerScientist
http://bit.ly/2L9H1DZ
GitHub
Should support manually growing an overflowing bottom sheet · Issue #497 · flutter/flutter
We do this: Bottom sheets slide up from the bottom of the screen and initially cover a portion of the screen. The initial height of a bottom sheet is relative to the height of the list items (or gr...
New post on /r/flutterdev subreddit:
Prevent SliverAppBar from sliding when focused on another Widget
I have a SliverAppBar that I want to be hidden when the user scrolls down on the page. The problem is that I have a Google Map widget that is causing the app bar to move as well, when I only want it to move only when my touch is off the Google Map. Is there a way to prevent this?
April 27, 2019 at 10:47AM by mikeyyg58
http://bit.ly/2Wbu3GT
Prevent SliverAppBar from sliding when focused on another Widget
I have a SliverAppBar that I want to be hidden when the user scrolls down on the page. The problem is that I have a Google Map widget that is causing the app bar to move as well, when I only want it to move only when my touch is off the Google Map. Is there a way to prevent this?
April 27, 2019 at 10:47AM by mikeyyg58
http://bit.ly/2Wbu3GT
Imgur
Post with 4 views.
New post on /r/flutterdev subreddit:
An implementation of a design i saw on uplabs.com. Don’t forget to ⭐️
http://bit.ly/2ZFv5wU
April 27, 2019 at 12:49PM by regnex
http://bit.ly/2UEe82d
An implementation of a design i saw on uplabs.com. Don’t forget to ⭐️
http://bit.ly/2ZFv5wU
April 27, 2019 at 12:49PM by regnex
http://bit.ly/2UEe82d
GitHub
RegNex/WalletUiApp
This project is an implementation of a Design on Uplabs.com - RegNex/WalletUiApp
New post on /r/flutterdev subreddit:
How far do you think Flutter will go in replacing native code development?
I'm currently making an application with Flutter because it supports both Android and iOS, as well as being made by Google.I have high hopes for this language cause I've been going very in-depth with my studies on creating applications with Flutter.However, I would like to know your thoughts and would love for you to list some limitations you feel that Flutter has yet to overcome.
April 27, 2019 at 01:55PM by davemadgew
http://bit.ly/2GPLtnn
How far do you think Flutter will go in replacing native code development?
I'm currently making an application with Flutter because it supports both Android and iOS, as well as being made by Google.I have high hopes for this language cause I've been going very in-depth with my studies on creating applications with Flutter.However, I would like to know your thoughts and would love for you to list some limitations you feel that Flutter has yet to overcome.
April 27, 2019 at 01:55PM by davemadgew
http://bit.ly/2GPLtnn
reddit
r/FlutterDev - How far do you think Flutter will go in replacing native code development?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Lists, Slivers and Scrollable Content in Flutter
Hey FlutterDevs,i am currently working on my first (decently sized) flutter project. After experimenting around with BLoC, Redux and other patterns, I decided that the simple build-in widget state management coupled with a single singleton is enough for my purpose. All I do is reading some data from an SQLite Database and displaying it. Occasionally, I also sneak in a new row or two.My UI pretty much only contains lists, and while fooling around with different techniques to display lists, I noticed the following 3 things:Flutters implementation of slithers is way too good. I wish I had that on Android.Using SetState in a StatefulWidget, which contains animations, isn't good. It breaks animations and may cause UI-Lags. Double bad if your animations run inside an item of a listview and you call setState on the ListViews parent.Because of #2 I opted to use streams. Flutters Streambuilder is good for handling states, which can be modified from outside the original widget. Just pass along your stream. Just never forget to close it, to prevent memory leaks.What is your opinion on lists and, after all, any scrollable content in flutter?I would love to hear some of your learning / experiences / opinions about this topic.Thx :-)
April 27, 2019 at 03:51PM by Xyz3r
http://bit.ly/2UExhB7
Lists, Slivers and Scrollable Content in Flutter
Hey FlutterDevs,i am currently working on my first (decently sized) flutter project. After experimenting around with BLoC, Redux and other patterns, I decided that the simple build-in widget state management coupled with a single singleton is enough for my purpose. All I do is reading some data from an SQLite Database and displaying it. Occasionally, I also sneak in a new row or two.My UI pretty much only contains lists, and while fooling around with different techniques to display lists, I noticed the following 3 things:Flutters implementation of slithers is way too good. I wish I had that on Android.Using SetState in a StatefulWidget, which contains animations, isn't good. It breaks animations and may cause UI-Lags. Double bad if your animations run inside an item of a listview and you call setState on the ListViews parent.Because of #2 I opted to use streams. Flutters Streambuilder is good for handling states, which can be modified from outside the original widget. Just pass along your stream. Just never forget to close it, to prevent memory leaks.What is your opinion on lists and, after all, any scrollable content in flutter?I would love to hear some of your learning / experiences / opinions about this topic.Thx :-)
April 27, 2019 at 03:51PM by Xyz3r
http://bit.ly/2UExhB7
reddit
r/FlutterDev - Lists, Slivers and Scrollable Content in Flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
image.readAsBytesSync() to PIL image
I am sorry if a question is too trivial. But how can I convert list of bytes(image.readAsBytesSync()) to PIL image. I send http post with list of bytes to my aws lambda. But I don't know how to convert it to PIL image.I've tried to base64 encode in flutter and then decode it in lambda. It worked, but I wasn't satisfied with the speed(it adds 1-2 sec).Thank you.
April 27, 2019 at 03:48PM by rafis_khuzin
http://bit.ly/2DBijX8
image.readAsBytesSync() to PIL image
I am sorry if a question is too trivial. But how can I convert list of bytes(image.readAsBytesSync()) to PIL image. I send http post with list of bytes to my aws lambda. But I don't know how to convert it to PIL image.I've tried to base64 encode in flutter and then decode it in lambda. It worked, but I wasn't satisfied with the speed(it adds 1-2 sec).Thank you.
April 27, 2019 at 03:48PM by rafis_khuzin
http://bit.ly/2DBijX8
reddit
r/FlutterDev - image.readAsBytesSync() to PIL image
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Effective BLoC pattern
http://bit.ly/2Pv4XA8
April 27, 2019 at 06:35PM by EngineerScientist
http://bit.ly/2vmNUHm
Effective BLoC pattern
http://bit.ly/2Pv4XA8
April 27, 2019 at 06:35PM by EngineerScientist
http://bit.ly/2vmNUHm
Medium
Effective BLoC pattern
Hey Folks, Its been so long I have written anything about Flutter. After writing two articles on BLoC pattern I was spending time doing…
New post on /r/flutterdev subreddit:
I think Flutter will surpass React Native in terms of Github stars in Nov, 2019.
I wrote a script to track the monthly change of their stars and displayed results here: http://popularframeworks.net/. Flutter has 61426 stars while React Native has 76453 stars now. But Flutter added 3269 stars for last 30 days while React Native added 974 stars. Assuming this is the speed, Flutter will have more stars in this Nov.
April 27, 2019 at 09:04PM by optimization1234
http://bit.ly/2GMl3Tg
I think Flutter will surpass React Native in terms of Github stars in Nov, 2019.
I wrote a script to track the monthly change of their stars and displayed results here: http://popularframeworks.net/. Flutter has 61426 stars while React Native has 76453 stars now. But Flutter added 3269 stars for last 30 days while React Native added 974 stars. Assuming this is the speed, Flutter will have more stars in this Nov.
April 27, 2019 at 09:04PM by optimization1234
http://bit.ly/2GMl3Tg
popularframeworks.net
Popular Software Frameworks Based on Data
Non-opinionated Frameworks Comparison Based on Data. Give you a brief idea on the popularity of frameworks in a certain area like mobile, web, backend, blockchain, or machine learning. We refresh data every day from Github and StackOverflow.
New post on /r/flutterdev subreddit:
Analog Clock widget
I created a fully-customizable and clean analog clock widget for Flutter: https://github.com/furkantektas/analog_clock
April 28, 2019 at 01:00AM by furkantektas
http://bit.ly/2XPFKU0
Analog Clock widget
I created a fully-customizable and clean analog clock widget for Flutter: https://github.com/furkantektas/analog_clock
April 28, 2019 at 01:00AM by furkantektas
http://bit.ly/2XPFKU0
GitHub
GitHub - furkantektas/analog_clock: ⌚️Analog Clock widget for Flutter ⏰
⌚️Analog Clock widget for Flutter ⏰. Contribute to furkantektas/analog_clock development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter is so easy, but managing plugin is hard
http://bit.ly/2GMWOV0
April 28, 2019 at 03:57AM by just4sky
http://bit.ly/2XUyg2d
Flutter is so easy, but managing plugin is hard
http://bit.ly/2GMWOV0
April 28, 2019 at 03:57AM by just4sky
http://bit.ly/2XUyg2d
New post on /r/flutterdev subreddit:
Flutter Animation - Animate a button size
https://youtu.be/1FH6RwwBPIE
April 28, 2019 at 06:48AM by ishanfx
http://bit.ly/2IJWadn
Flutter Animation - Animate a button size
https://youtu.be/1FH6RwwBPIE
April 28, 2019 at 06:48AM by ishanfx
http://bit.ly/2IJWadn
YouTube
Flutter - Button size animation with position change
This is the second part of the button animation. In here I will show you the way of adding scale animation to add more nice effect to the button animation **...
New post on /r/flutterdev subreddit:
Flutter: How to compress/decompress HttpResponse Stream using Brotli Compression
Hi All,Need help in decompressing HttpResponse Stream using Brotli compression. I tried as in https://github.com/thosakwe/brotli , but the steps were not so helpful. Is there any other dart package to support Brotli compression.Thanks
April 28, 2019 at 07:44AM by cooolthud
http://bit.ly/2DBEOuS
Flutter: How to compress/decompress HttpResponse Stream using Brotli Compression
Hi All,Need help in decompressing HttpResponse Stream using Brotli compression. I tried as in https://github.com/thosakwe/brotli , but the steps were not so helpful. Is there any other dart package to support Brotli compression.Thanks
April 28, 2019 at 07:44AM by cooolthud
http://bit.ly/2DBEOuS
GitHub
thosakwe/brotli
Native bindings for the Brotli compressor. Contribute to thosakwe/brotli development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flare and Flutter Quick Start
https://www.youtube.com/watch?v=Q-6es0GX0fs
April 28, 2019 at 08:36AM by postgor
http://bit.ly/2UGbKrT
Flare and Flutter Quick Start
https://www.youtube.com/watch?v=Q-6es0GX0fs
April 28, 2019 at 08:36AM by postgor
http://bit.ly/2UGbKrT
YouTube
Flare and Flutter Quick Start
Quick start to Flare animations in Flutter. Three minutes animation and Flutter integration of a smiley face! Shows you how to create and incorporate a Flare animation in Flutter.
Flare is a product available from 2Dimensions that allow you to do vector…
Flare is a product available from 2Dimensions that allow you to do vector…
New post on /r/flutterdev subreddit:
How to add SVG or Vector Graphics/Drawables Support in Flutter SDK
Is there any Dart package for adding SVG's in Flutter Application?
April 28, 2019 at 11:02AM by developine
http://bit.ly/2vsWAvG
How to add SVG or Vector Graphics/Drawables Support in Flutter SDK
Is there any Dart package for adding SVG's in Flutter Application?
April 28, 2019 at 11:02AM by developine
http://bit.ly/2vsWAvG
reddit
r/FlutterDev - How to add SVG or Vector Graphics/Drawables Support in Flutter SDK
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
FlutterForce — Week 24
http://bit.ly/2UKgwVf
April 28, 2019 at 11:17AM by flutterist
http://bit.ly/2ZD0xMh
FlutterForce — Week 24
http://bit.ly/2UKgwVf
April 28, 2019 at 11:17AM by flutterist
http://bit.ly/2ZD0xMh
Medium
FlutterForce — #Week 24
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
⌚️Fully-customizable and clean analog clock widget for Flutter ⏰
http://bit.ly/2LnSnEL
April 28, 2019 at 12:41PM by furkantektas
http://bit.ly/2VwuRsQ
⌚️Fully-customizable and clean analog clock widget for Flutter ⏰
http://bit.ly/2LnSnEL
April 28, 2019 at 12:41PM by furkantektas
http://bit.ly/2VwuRsQ
GitHub
furkantektas/analog_clock
⌚️Analog Clock widget for Flutter ⏰. Contribute to furkantektas/analog_clock development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Introducing var_widget, a new state management scheme for flutter
http://bit.ly/2LbQ6Mw
April 28, 2019 at 12:41PM by kdy1997
http://bit.ly/2Vwb64z
Introducing var_widget, a new state management scheme for flutter
http://bit.ly/2LbQ6Mw
April 28, 2019 at 12:41PM by kdy1997
http://bit.ly/2Vwb64z
kdy1.github.io
Introducing var_widget for flutter
What is var_widget? It’s a new state management scheme based for special but common cases.
It’s extension on stream-based state management based on two assumptions. So, what are those assumptions?
Some streams always have known value and can be used by multiple…
It’s extension on stream-based state management based on two assumptions. So, what are those assumptions?
Some streams always have known value and can be used by multiple…