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…
New post on /r/flutterdev subreddit:
Implementing local network devices discovery
Hi, I've been searching for best way to implement local network device discovery in Flutter. Ex: let some device find and connect to other device locally.If I setup a socket, can I search the network to find existing device without knowing the IP address beforehand? Thanks in advance!
April 28, 2019 at 12:19PM by didavid61202
http://bit.ly/2L6nQel
Implementing local network devices discovery
Hi, I've been searching for best way to implement local network device discovery in Flutter. Ex: let some device find and connect to other device locally.If I setup a socket, can I search the network to find existing device without knowing the IP address beforehand? Thanks in advance!
April 28, 2019 at 12:19PM by didavid61202
http://bit.ly/2L6nQel
reddit
r/FlutterDev - Implementing local network devices discovery
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Telegram discussion group (almost 900 members).
http://bit.ly/2XR2Ae2
April 28, 2019 at 03:41PM by veetaw_
http://bit.ly/2GOLyaJ
Telegram discussion group (almost 900 members).
http://bit.ly/2XR2Ae2
April 28, 2019 at 03:41PM by veetaw_
http://bit.ly/2GOLyaJ
New post on /r/flutterdev subreddit:
WeChoosedFlutter - Flutter Avengers Endgame Wiki App
http://bit.ly/2XRY5jy
April 28, 2019 at 03:22PM by arslannmrv
http://bit.ly/2GQZAsC
WeChoosedFlutter - Flutter Avengers Endgame Wiki App
http://bit.ly/2XRY5jy
April 28, 2019 at 03:22PM by arslannmrv
http://bit.ly/2GQZAsC
Medium
Flutter Avengers Endgame Wiki App
Hello everyone 👋
New post on /r/flutterdev subreddit:
How to download an MP4 to iOS
Hi guys,I'm using Flutter to create an application that connects to a video camera via Wifi. The camera accepts http requests.I am able to access the video files on the camera via regular http.get and so on, but I am not sure how to:Save the video locally on an iPhone. Do I need to store it in SQLite or something like that or does iOS provide some storage mechanism like Android does?Bonus question: is there a way to to download only PART of the file? The video files are rather large and I am only really looking for a specific segment within the video.Any help will be appreciated.
April 28, 2019 at 04:15PM by EntrepreneurIL
http://bit.ly/2V2F8O6
How to download an MP4 to iOS
Hi guys,I'm using Flutter to create an application that connects to a video camera via Wifi. The camera accepts http requests.I am able to access the video files on the camera via regular http.get and so on, but I am not sure how to:Save the video locally on an iPhone. Do I need to store it in SQLite or something like that or does iOS provide some storage mechanism like Android does?Bonus question: is there a way to to download only PART of the file? The video files are rather large and I am only really looking for a specific segment within the video.Any help will be appreciated.
April 28, 2019 at 04:15PM by EntrepreneurIL
http://bit.ly/2V2F8O6
reddit
r/FlutterDev - How to download an MP4 to iOS
0 votes and 0 comments so far on Reddit