GGroup: Linear blending disabled - transparent elements (eg text) will be darker
TL;DR: The Flutter engine, as of http://ift.tt/2istO8z (November 14th) will render all transparent content in a way that's more consistent with other frameworks. This will almost certainly make your text higher contrast (and easier to
Submitted November 17, 2017 at 09:52PM by Brian Osman
via Flutter Dev http://ift.tt/2AQeYPS
TL;DR: The Flutter engine, as of http://ift.tt/2istO8z (November 14th) will render all transparent content in a way that's more consistent with other frameworks. This will almost certainly make your text higher contrast (and easier to
Submitted November 17, 2017 at 09:52PM by Brian Osman
via Flutter Dev http://ift.tt/2AQeYPS
GitHub
Disable linear blending, use SkColorSpaceXformCanvas instead (#4355) · flutter/engine@0a7155d
This retains gamut correction (adjusting colors for screens with different capabilities), but does all blending and interpolation with sRGB-encoded values. That matches the behavior expected by mos...
Reddit: Flews: A news client written in Flutter
http://ift.tt/2zRODDZ
Submitted November 18, 2017 at 09:43PM by Purple_Pizzazz
via reddit http://ift.tt/2hDeUeU
http://ift.tt/2zRODDZ
Submitted November 18, 2017 at 09:43PM by Purple_Pizzazz
via reddit http://ift.tt/2hDeUeU
GitHub
jbarr21/flews
flews - A news client written in Flutter
Reddit: Kasper Lund: Flutter – The best way to build for mobile? [DevFest CZ 2017]
https://youtu.be/z03-lV4MHPw
Submitted November 19, 2017 at 05:42AM by sebe42
via reddit http://ift.tt/2AbYoOa
https://youtu.be/z03-lV4MHPw
Submitted November 19, 2017 at 05:42AM by sebe42
via reddit http://ift.tt/2AbYoOa
YouTube
Kasper Lund: Flutter – The best way to build for mobile? [DevFest CZ 2017]
Slides: https://docs.google.com/presentation/d/1_249icEDgU7GsRQNsHHGhGjTWPseVNyxPyuH0vEJl2Y/edit#slide=id.g2700812471_0_0 Want a more productive way to build...
Reddit: Flutter for Android Developers
http://ift.tt/2ja3KhR
Submitted November 20, 2017 at 11:34AM by Purple_Pizzazz
via reddit http://ift.tt/2zWxZko
http://ift.tt/2ja3KhR
Submitted November 20, 2017 at 11:34AM by Purple_Pizzazz
via reddit http://ift.tt/2zWxZko
Reddit: ReactiveConf - Gavin Doughtie: Architecting the Reactive Flutter App
https://youtu.be/n_5JULTrstU
Submitted November 20, 2017 at 02:14PM by sebe42
via reddit http://ift.tt/2AWJdVu
https://youtu.be/n_5JULTrstU
Submitted November 20, 2017 at 02:14PM by sebe42
via reddit http://ift.tt/2AWJdVu
YouTube
ReactiveConf 2017 - Gavin Doughtie: Architecting the Reactive Flutter App
Main stage talk https://reactiveconf.com/ 25th - 27th October 2017, Bratislava, Slovakia
Reddit: Why Flutter? and not framework X? or better yet why i’m Going Flutter all in.
http://ift.tt/2jcFjk0
Submitted November 21, 2017 at 09:45PM by Elixane
via reddit http://ift.tt/2A2osIw
http://ift.tt/2jcFjk0
Submitted November 21, 2017 at 09:45PM by Elixane
via reddit http://ift.tt/2A2osIw
Medium
Why Flutter? and not framework X? or better yet why i’m Going Flutter all in.
As in the title. This is a question that most developers will make when introduced to a new shiny framework. Currently there are many…
GGroup: A widget for constructing web page preview
Hi all, New to flutter. Is there a widget that knows how to take a web page link and show a preview of it as the link, just like Facebook does to a link you post there?
Submitted November 21, 2017 at 11:00PM by ash touch
via Flutter Dev http://ift.tt/2zXavy8
Hi all, New to flutter. Is there a widget that knows how to take a web page link and show a preview of it as the link, just like Facebook does to a link you post there?
Submitted November 21, 2017 at 11:00PM by ash touch
via Flutter Dev http://ift.tt/2zXavy8
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: Feasibility/practicality of reactive, immutable state
I've been developing applications in a few different frameworks and architectures but recenly I've fallen in love with React and Redux-style development. From my time with Angular, I got exposed to RxJS and in all of my modern apps I'm using it as a Redux "replacement" by essentially having the app re-render whenever my main data store, an Observable, receives an update. Knowing how React works, this is efficient because of React's declarative API that checks changes before touching the DOM and it is possible to write your app completely using nothing but stateless components.My question is basically, is it feasible right now to write an app in Dart with Flutter (and RxDart) with this architecture without performance concerns? I saw on the main Flutter documentation that some widgets provided by default are "stateful", as in they control and update their own state, which I would like to avoid as much as possible. It's not a dealbreaker as Flutter does look very nice but I've grown to appreciate pure functional composition in my apps and I'd like to continue using that style going forward. And if I do use pure, immutable widgets at all times, is there any React-style declarative mechanism to reduce the inefficiencies from that if any? Or am I misunderstanding how Flutter works?
Submitted November 22, 2017 at 03:54AM by Sloshy42
via reddit http://ift.tt/2AmpJgJ
I've been developing applications in a few different frameworks and architectures but recenly I've fallen in love with React and Redux-style development. From my time with Angular, I got exposed to RxJS and in all of my modern apps I'm using it as a Redux "replacement" by essentially having the app re-render whenever my main data store, an Observable, receives an update. Knowing how React works, this is efficient because of React's declarative API that checks changes before touching the DOM and it is possible to write your app completely using nothing but stateless components.My question is basically, is it feasible right now to write an app in Dart with Flutter (and RxDart) with this architecture without performance concerns? I saw on the main Flutter documentation that some widgets provided by default are "stateful", as in they control and update their own state, which I would like to avoid as much as possible. It's not a dealbreaker as Flutter does look very nice but I've grown to appreciate pure functional composition in my apps and I'd like to continue using that style going forward. And if I do use pure, immutable widgets at all times, is there any React-style declarative mechanism to reduce the inefficiencies from that if any? Or am I misunderstanding how Flutter works?
Submitted November 22, 2017 at 03:54AM by Sloshy42
via reddit http://ift.tt/2AmpJgJ
reddit
Feasibility/practicality of reactive, immutable state • r/FlutterDev
I've been developing applications in a few different frameworks and architectures but recenly I've fallen in love with React and Redux-style...
GGroup: Flutter Engine port on WebGL / Canvas 2D
Hi, Thank you all for an amazing product. I would like to attempt a web-based Flutter Engine, seeing that dart:ui is the only dependency and that WebGL/Canvas2D seems to expose the required Skia / Text layer functionality. However I'm lost in the depth and width of the Flutter/Engine source
Submitted November 22, 2017 at 11:16AM by Benjamin Thong Chee Wai
via Flutter Dev http://ift.tt/2mQ8iiF
Hi, Thank you all for an amazing product. I would like to attempt a web-based Flutter Engine, seeing that dart:ui is the only dependency and that WebGL/Canvas2D seems to expose the required Skia / Text layer functionality. However I'm lost in the depth and width of the Flutter/Engine source
Submitted November 22, 2017 at 11:16AM by Benjamin Thong Chee Wai
via Flutter Dev http://ift.tt/2mQ8iiF
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: Is there any way that I could save a widget as an image?
I implemented a custom view with a CustomPainter . I used a PictureRecorder to record all the actions and called endRecording()
Submitted November 24, 2017 at 09:15AM by Hemanth Raj
via Flutter Dev http://ift.tt/2jVsM8s
I implemented a custom view with a CustomPainter . I used a PictureRecorder to record all the actions and called endRecording()
Submitted November 24, 2017 at 09:15AM by Hemanth Raj
via Flutter Dev http://ift.tt/2jVsM8s
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: Fragment-like behavior in Flutter
Hi, I'm making a Flutter app with a drawer. I would like the drawer to be the same for every route/page in the app, but every time i push a new page, the whole thing is being replaced, and I lose the drawer. Now, I could make it singleton, I could just be creative and build a different widget as
Submitted November 24, 2017 at 04:10PM by Federico Magnani
via Flutter Dev http://ift.tt/2hQpboe
Hi, I'm making a Flutter app with a drawer. I would like the drawer to be the same for every route/page in the app, but every time i push a new page, the whole thing is being replaced, and I lose the drawer. Now, I could make it singleton, I could just be creative and build a different widget as
Submitted November 24, 2017 at 04:10PM by Federico Magnani
via Flutter Dev http://ift.tt/2hQpboe
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: Dismissible with scaling background icon
Hello, What would be the best approach to have a background widget with a scaling icon in response to the sliding effect of Dismissible. Who has a good idea to solve this ?
Submitted November 24, 2017 at 04:17PM by Wendel
via Flutter Dev http://ift.tt/2A5QAMX
Hello, What would be the best approach to have a background widget with a scaling icon in response to the sliding effect of Dismissible. Who has a good idea to solve this ?
Submitted November 24, 2017 at 04:17PM by Wendel
via Flutter Dev http://ift.tt/2A5QAMX
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: Deleting entries and undoing deletion in snackbar
http://ift.tt/2i7l2jB
Submitted November 26, 2017 at 06:49PM by Marcinus
via reddit http://ift.tt/2iStU9O
http://ift.tt/2i7l2jB
Submitted November 26, 2017 at 06:49PM by Marcinus
via reddit http://ift.tt/2iStU9O
Szałko-Blog
Deleting entry and undoing deletion in snackbar - Flutter - WeightTracker 7 | Szałko-Blog
In this post I will go through how I added delete functionality to my WeightTracker app. I will also show how to implement 'undo' action on Snackbar with help from Redux Library. :) Let's get to it!
Reddit: Gitter chat room for Flutter development
http://ift.tt/2rotSIx
Submitted November 26, 2017 at 05:43PM by MarkOSullivan
via reddit http://ift.tt/2Bf23HI
http://ift.tt/2rotSIx
Submitted November 26, 2017 at 05:43PM by MarkOSullivan
via reddit http://ift.tt/2Bf23HI
gitter.im
flutter/flutter
Framework for building high-performance, high-fidelity iOS and Android apps.
Reddit: scoped_model: A Widget that passes a Reactive Model to all of it's children
http://ift.tt/2vLCGf6
Submitted November 26, 2017 at 11:20PM by Purple_Pizzazz
via reddit http://ift.tt/2BmZZOy
http://ift.tt/2vLCGf6
Submitted November 26, 2017 at 11:20PM by Purple_Pizzazz
via reddit http://ift.tt/2BmZZOy
pub.dartlang.org
scoped_model 0.1.1 | Dart Package
scoped_model - A Widget that passes a Reactive Model to all of it's children
GGroup: PNGs in Image.network
Hello, I tried to load an image from the internet in an app but it didn't show anything. I first thought the image was the problem but than found that it looks like jpgs are fine but pngs don't load. I don't expect this is intended behaviour?
Submitted November 27, 2017 at 06:25PM by Rene Floor
via Flutter Dev http://ift.tt/2zrWy7N
Hello, I tried to load an image from the internet in an app but it didn't show anything. I first thought the image was the problem but than found that it looks like jpgs are fine but pngs don't load. I don't expect this is intended behaviour?
Submitted November 27, 2017 at 06:25PM by Rene Floor
via Flutter Dev http://ift.tt/2zrWy7N
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: Why Flutter Will Take Off in 2018
http://ift.tt/2hXeVdy
Submitted November 28, 2017 at 09:00AM by sebe42
via reddit http://ift.tt/2iYnrKe
http://ift.tt/2hXeVdy
Submitted November 28, 2017 at 09:00AM by sebe42
via reddit http://ift.tt/2iYnrKe
Medium
Why Flutter Will Take Off in 2018
5 reasons why Flutter will be a game changer for mobile app development in 2018.
GGroup: Flutter experience: your valued feedback requested
Hi, I'm on the Flutter team. Thank you for being part of our Flutter community! We're planning 2018 and beyond and we want to learn more about you, our developers, and what we need to do to help make Flutter more useful for you. The Flutter team will act on this feedback; it will directly help
Submitted November 28, 2017 at 05:46PM by Martin Aguinis
via Flutter Dev http://ift.tt/2hYv2aS
Hi, I'm on the Flutter team. Thank you for being part of our Flutter community! We're planning 2018 and beyond and we want to learn more about you, our developers, and what we need to do to help make Flutter more useful for you. The Flutter team will act on this feedback; it will directly help
Submitted November 28, 2017 at 05:46PM by Martin Aguinis
via Flutter Dev http://ift.tt/2hYv2aS
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: IntelliJ Plugins
Giving Flutter a try after working with React Native for a couple years. I've been using Atom and Vim, but want to give IntelliJ a try. I'm overwhelmed by all the plugins that come installed and all the different "tabs" on the left, bottom, and right side of the screen.For Flutter development on both iOS and Android, what default plugins can I uncheck/uninstall?Or, is there a good Atom plugin for Dart/Flutter? Seems like there a few plugins, but none seem current and/or supported.Thanks!
Submitted November 28, 2017 at 07:45PM by ubermonjies
via reddit http://ift.tt/2k8S5Eo
Giving Flutter a try after working with React Native for a couple years. I've been using Atom and Vim, but want to give IntelliJ a try. I'm overwhelmed by all the plugins that come installed and all the different "tabs" on the left, bottom, and right side of the screen.For Flutter development on both iOS and Android, what default plugins can I uncheck/uninstall?Or, is there a good Atom plugin for Dart/Flutter? Seems like there a few plugins, but none seem current and/or supported.Thanks!
Submitted November 28, 2017 at 07:45PM by ubermonjies
via reddit http://ift.tt/2k8S5Eo
reddit
IntelliJ Plugins • r/FlutterDev
Giving Flutter a try after working with React Native for a couple years. I've been using Atom and Vim, but want to give IntelliJ a try. I'm...
GGroup: Port a JS library to dart, Customizations and alpha roll
Hi Flutter team, *Convert js library to dart* I want to port a js library to dart, are there any tools that can help me facilitate this process? particularly I want to port so I use in my flutter app its a two-way encryption library with a js and a php bit, I want to port just the js bit.
Submitted November 29, 2017 at 12:50PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2AgDbCh
Hi Flutter team, *Convert js library to dart* I want to port a js library to dart, are there any tools that can help me facilitate this process? particularly I want to port so I use in my flutter app its a two-way encryption library with a js and a php bit, I want to port just the js bit.
Submitted November 29, 2017 at 12:50PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2AgDbCh
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: Is Flutter an okay place to start with android app development?
Background: CS student who's done a lot of programming, graduating in a few months. I'm familiar with Java, Python, C, and C++.I haven't done much web dev nor app dev, have done some game development. I've tried Android Studio but didn't care enough to deal with the dependency-fuckiness I had going wrong. Should I stick to Android Studio while I learn, or is Flutter a good place for someone like me to start?
Submitted November 29, 2017 at 07:05PM by 1vs
via reddit http://ift.tt/2zP8jJZ
Background: CS student who's done a lot of programming, graduating in a few months. I'm familiar with Java, Python, C, and C++.I haven't done much web dev nor app dev, have done some game development. I've tried Android Studio but didn't care enough to deal with the dependency-fuckiness I had going wrong. Should I stick to Android Studio while I learn, or is Flutter a good place for someone like me to start?
Submitted November 29, 2017 at 07:05PM by 1vs
via reddit http://ift.tt/2zP8jJZ
reddit
Is Flutter an okay place to start with android app... • r/FlutterDev
Background: CS student who's done a lot of programming, graduating in a few months. I'm familiar with Java, Python, C, and C++. I haven't done...