New post on /r/flutterdev subreddit:
Flutter Tap Newsletter - Week 3
Hi! In this issue we have more articles, tutorials, tools, videos and packages.Read it here https://fluttertap.com/
September 09, 2019 at 04:09PM by vensign
https://ift.tt/2ZOPkvR
Flutter Tap Newsletter - Week 3
Hi! In this issue we have more articles, tutorials, tools, videos and packages.Read it here https://fluttertap.com/
September 09, 2019 at 04:09PM by vensign
https://ift.tt/2ZOPkvR
Fluttertap
Flutter Tap
Welcome to FlutterTap! 🚀 Your weekly dose of the best in Flutter and Dart—captivating articles, game-changing packages, hands-on tutorials, and must-watch videos, all in one place. Whether you’re leveling up your skills or seeking inspiration, we’ve got you…
New post on /r/flutterdev subreddit:
What's one thing about flutter that seems under-discussed/valued?
Personally there's a lot of content coming out of flutter, but I feel like a majority of the content surrounding flutter is based on single page applications or some cool nifty widget or library someone put together for usage in their project.Let me preface nothing is wrong with that at all, but me personally I'm more fascinated in how people are structuring their applications from folder to source architecture. Currently flutter has no standard way of doing anything and I haven't really seen anyone discuss an optimal way of structuring a multi-page application using these state management libraries. So yeah for me that's something I feel like is undervalued/underdiscussed when it comes to flutter.What's something that you feel is undervalued or discussed when it comes to flutter & building applications with flutter?
September 09, 2019 at 03:53PM by SaltTM
https://ift.tt/2ZWgso0
What's one thing about flutter that seems under-discussed/valued?
Personally there's a lot of content coming out of flutter, but I feel like a majority of the content surrounding flutter is based on single page applications or some cool nifty widget or library someone put together for usage in their project.Let me preface nothing is wrong with that at all, but me personally I'm more fascinated in how people are structuring their applications from folder to source architecture. Currently flutter has no standard way of doing anything and I haven't really seen anyone discuss an optimal way of structuring a multi-page application using these state management libraries. So yeah for me that's something I feel like is undervalued/underdiscussed when it comes to flutter.What's something that you feel is undervalued or discussed when it comes to flutter & building applications with flutter?
September 09, 2019 at 03:53PM by SaltTM
https://ift.tt/2ZWgso0
reddit
What's one thing about flutter that seems under-discussed/valued?
Personally there's a lot of content coming out of flutter, but I feel like a majority of the content surrounding flutter is based on single page...
New post on /r/flutterdev subreddit:
Restrictions on Naming of App (IOS and Play Store)
Hi,I have only recently become aware of flutter and I was thinking of building my first mobile app. The idea for the app is to simply collate some bits of information from the website of a small local business and display it in a format that I need. Some other people may be interested in it but not a lot, maybe a few hundred at the most. They have no terms restricting scraping etc. they have an rss feed and a json feed, and it would only pull the data once a week so I wouldn't be hammering their server.What are the rules around creating an app and using the name of this company? They don't have an app so I'm not interfering with anything they own but I understand that the name belongs to them. Is it ok to do this and if they complain take it down or will it be blocked by Apple and Google before it even gets to that stage?I thought here would be the best place to post rather than posting in the Android and IOS subreddits.It's very hard to find any information about this.Thanks
September 09, 2019 at 03:32PM by aBitOfCloud
https://ift.tt/2PZ8yKR
Restrictions on Naming of App (IOS and Play Store)
Hi,I have only recently become aware of flutter and I was thinking of building my first mobile app. The idea for the app is to simply collate some bits of information from the website of a small local business and display it in a format that I need. Some other people may be interested in it but not a lot, maybe a few hundred at the most. They have no terms restricting scraping etc. they have an rss feed and a json feed, and it would only pull the data once a week so I wouldn't be hammering their server.What are the rules around creating an app and using the name of this company? They don't have an app so I'm not interfering with anything they own but I understand that the name belongs to them. Is it ok to do this and if they complain take it down or will it be blocked by Apple and Google before it even gets to that stage?I thought here would be the best place to post rather than posting in the Android and IOS subreddits.It's very hard to find any information about this.Thanks
September 09, 2019 at 03:32PM by aBitOfCloud
https://ift.tt/2PZ8yKR
reddit
Restrictions on Naming of App (IOS and Play Store)
Hi, I have only recently become aware of flutter and I was thinking of building my first mobile app. The idea for the app is to simply collate...
New post on /r/flutterdev subreddit:
stack widget performance question
new flutter dev here. just wondering if anyone here with experience has any helpful advice:how does the stack widget effect app performance with a stack of a few dozen widgets? i need to stack a bunch of cards based on a list of objects. they're relatively simple card widgets. an image and a few buttons on them. but it'd be simpler if i could just stack them all up up front instead of rendering them beneath one another as the user pops the top one of the stack each time. (think tindr or something along those lines)
September 09, 2019 at 04:57PM by mattpannella
https://ift.tt/2UGOj3e
stack widget performance question
new flutter dev here. just wondering if anyone here with experience has any helpful advice:how does the stack widget effect app performance with a stack of a few dozen widgets? i need to stack a bunch of cards based on a list of objects. they're relatively simple card widgets. an image and a few buttons on them. but it'd be simpler if i could just stack them all up up front instead of rendering them beneath one another as the user pops the top one of the stack each time. (think tindr or something along those lines)
September 09, 2019 at 04:57PM by mattpannella
https://ift.tt/2UGOj3e
reddit
stack widget performance question
new flutter dev here. just wondering if anyone here with experience has any helpful advice: how does the stack widget effect app performance with...
New post on /r/flutterdev subreddit:
Flutter Tap Newsletter - Week 3
https://ift.tt/303DEke
September 09, 2019 at 05:31PM by vensign
https://ift.tt/2ZTdB37
Flutter Tap Newsletter - Week 3
https://ift.tt/303DEke
September 09, 2019 at 05:31PM by vensign
https://ift.tt/2ZTdB37
Fluttertap
Issue 3
Flutter tap newsletter third issue
New post on /r/flutterdev subreddit:
Combine streams with an extra condition
I struggle with basic streams' manipulation and am looking for help.I have 2 streams, one for the "search term" and the other for the "type of data" I want to search for. Both are BehaviorSubject that I seed with a default value. I used to combine them with Observable.combineLatest2() and trigger my http request from here.Now I would like to change something so it's more convenient for the user: I would like that, when the search term change, the "type of data" is reset to its default value, as it is some case of sub-filter in this use case.How can I achieve this ?
September 09, 2019 at 06:19PM by CrisalDroid
https://ift.tt/314JCTc
Combine streams with an extra condition
I struggle with basic streams' manipulation and am looking for help.I have 2 streams, one for the "search term" and the other for the "type of data" I want to search for. Both are BehaviorSubject that I seed with a default value. I used to combine them with Observable.combineLatest2() and trigger my http request from here.Now I would like to change something so it's more convenient for the user: I would like that, when the search term change, the "type of data" is reset to its default value, as it is some case of sub-filter in this use case.How can I achieve this ?
September 09, 2019 at 06:19PM by CrisalDroid
https://ift.tt/314JCTc
reddit
Combine streams with an extra condition
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
Zefyr rich text editor 0.7 with new docs and Spectrum community
It's been a while since I posted a serious update for Zefyr.In this update:New version of Zefyr 0.7 with some breaking changes and a couple of new featuresNew documentation website with some articles fully rewritten (Quick Start in particular)Spectrum community for general discussions, questions and such.This is just a beginning, I'm planning to have more updates soon as well as publish a roadmap towards Zefyr 1.0.0. I'd like thank everyone how took time to submit issues on Github, this helps tremendously!Pub: https://pub.dev/packages/zefyrRead the docs at: https://zefyr-editor.gitbook.io/docs/v/v0.7.0/Join Spectrum chat: https://spectrum.chat/zefyr?tab=posts
September 09, 2019 at 06:47PM by pulyaevskiy
https://ift.tt/2LCZype
Zefyr rich text editor 0.7 with new docs and Spectrum community
It's been a while since I posted a serious update for Zefyr.In this update:New version of Zefyr 0.7 with some breaking changes and a couple of new featuresNew documentation website with some articles fully rewritten (Quick Start in particular)Spectrum community for general discussions, questions and such.This is just a beginning, I'm planning to have more updates soon as well as publish a roadmap towards Zefyr 1.0.0. I'd like thank everyone how took time to submit issues on Github, this helps tremendously!Pub: https://pub.dev/packages/zefyrRead the docs at: https://zefyr-editor.gitbook.io/docs/v/v0.7.0/Join Spectrum chat: https://spectrum.chat/zefyr?tab=posts
September 09, 2019 at 06:47PM by pulyaevskiy
https://ift.tt/2LCZype
zefyr-editor.gitbook.io
Introduction
New post on /r/flutterdev subreddit:
Flutter continues hiring! Looking for a senior/staff (10+ years) software engineer/technical lead and senior (5+ years) technical program manager. Both in CA, USA. Help us make software development amazing!
https://twitter.com/_eseidel/status/1171097641213542400
September 09, 2019 at 06:37PM by EngineerScientist
https://ift.tt/2ZL7Yoq
Flutter continues hiring! Looking for a senior/staff (10+ years) software engineer/technical lead and senior (5+ years) technical program manager. Both in CA, USA. Help us make software development amazing!
https://twitter.com/_eseidel/status/1171097641213542400
September 09, 2019 at 06:37PM by EngineerScientist
https://ift.tt/2ZL7Yoq
Twitter
Eric Seidel
Flutter continues hiring! Looking for a senior/staff (10+ years) software engineer/technical lead https://t.co/Y15oTOcabh and senior (5+ years) technical program manager: https://t.co/5dyQLS7Y5K Both in CA, USA. Help us make software development amazing!…
New post on /r/flutterdev subreddit:
Flutter Equatable (Package of the Week)
https://youtu.be/s6xGDPWlWU4
September 09, 2019 at 08:12PM by EngineerScientist
https://ift.tt/34BwF5p
Flutter Equatable (Package of the Week)
https://youtu.be/s6xGDPWlWU4
September 09, 2019 at 08:12PM by EngineerScientist
https://ift.tt/34BwF5p
YouTube
Flutter Equatable (Package of the Week)
Use the Equatable Package to easily compare objects in your app.
Learn more about the package here: https://pub.dev/packages/equatable
Colombo Flutter Community is a Flutter community based in Colombo, Sri Lanka. Make sure to follow us:
https://www.fa…
Learn more about the package here: https://pub.dev/packages/equatable
Colombo Flutter Community is a Flutter community based in Colombo, Sri Lanka. Make sure to follow us:
https://www.fa…
New post on /r/flutterdev subreddit:
Flutter TDD Clean Architecture Course [4] – Data Layer Overview & Models
https://youtu.be/keaTZ9M_U1A
September 09, 2019 at 07:30PM by EngineerScientist
https://ift.tt/2PZQTTj
Flutter TDD Clean Architecture Course [4] – Data Layer Overview & Models
https://youtu.be/keaTZ9M_U1A
September 09, 2019 at 07:30PM by EngineerScientist
https://ift.tt/2PZQTTj
YouTube
Flutter TDD Clean Architecture Course [4] – Data Layer Overview & Models
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-tdd-clean-architecture-ep4
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
While the domain layer is the safe center of an app which is independent of other…
https://resocoder.com/flutter-tdd-clean-architecture-ep4
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
While the domain layer is the safe center of an app which is independent of other…
New post on /r/flutterdev subreddit:
Accessibility in Flutter
I've written a short analysis of Flutter's accessibility tooling and support for building accessible applications. I'm hoping this may be of use for analyzing Flutter for production-level apps, or building accessible apps with Flutter!
September 09, 2019 at 09:12PM by Areneboy
https://ift.tt/34rqUHs
Accessibility in Flutter
I've written a short analysis of Flutter's accessibility tooling and support for building accessible applications. I'm hoping this may be of use for analyzing Flutter for production-level apps, or building accessible apps with Flutter!
September 09, 2019 at 09:12PM by Areneboy
https://ift.tt/34rqUHs
reddit
Accessibility in Flutter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Accessibility in Flutter
https://ift.tt/2LyzRpG
September 09, 2019 at 10:32PM by Areneboy
https://ift.tt/2ZMZKwc
Accessibility in Flutter
https://ift.tt/2LyzRpG
September 09, 2019 at 10:32PM by Areneboy
https://ift.tt/2ZMZKwc
Medium
Accessibility in Flutter
As developers, product owners and project stakeholders, we want to assure that our applications are available and usable to a larger…
New post on /r/flutterdev subreddit:
Page Turn Effect - By Simon Lightfoot.
https://ift.tt/34zM5as
September 10, 2019 at 12:42AM by EngineerScientist
https://ift.tt/2LGc3k0
Page Turn Effect - By Simon Lightfoot.
https://ift.tt/34zM5as
September 10, 2019 at 12:42AM by EngineerScientist
https://ift.tt/2LGc3k0
Gist
Page Turn Effect - By Simon Lightfoot. Replicating this behaviour. https://www.youtube.com/watch?v=JqvtZwIJMLo
Page Turn Effect - By Simon Lightfoot. Replicating this behaviour. https://www.youtube.com/watch?v=JqvtZwIJMLo - page_turn.dart
New post on /r/flutterdev subreddit:
A Flutter plugin for integrating Freshchat in your mobile app.
https://ift.tt/2XzAY0D
September 09, 2019 at 04:54PM by boss-san
https://ift.tt/2ZMPHXK
A Flutter plugin for integrating Freshchat in your mobile app.
https://ift.tt/2XzAY0D
September 09, 2019 at 04:54PM by boss-san
https://ift.tt/2ZMPHXK
GitHub
fayeed/flutter_freshchat
A flutter plugin for Freshchat. Contribute to fayeed/flutter_freshchat development by creating an account on GitHub.
New tweet from FlutterDev:
Flutter will be in Shanghai for GDD China 2019!
Chinese companies like ByteDance, Tencent, and Grab are all using the latest Flutter tools to develop their apps.
Stay tuned for the talks! 👍 pic.twitter.com/GadCU4OoVT— Flutter (@FlutterDev) September 9, 2019
September 10, 2019 at 01:08AM
http://twitter.com/FlutterDev/status/1171198819486375937
Flutter will be in Shanghai for GDD China 2019!
Chinese companies like ByteDance, Tencent, and Grab are all using the latest Flutter tools to develop their apps.
Stay tuned for the talks! 👍 pic.twitter.com/GadCU4OoVT— Flutter (@FlutterDev) September 9, 2019
September 10, 2019 at 01:08AM
http://twitter.com/FlutterDev/status/1171198819486375937
Twitter
Flutter
Flutter will be in Shanghai for GDD China 2019! Chinese companies like ByteDance, Tencent, and Grab are all using the latest Flutter tools to develop their apps. Stay tuned for the talks! 👍
New post on /r/flutterdev subreddit:
Improving Flutter’s Error Messages. [Flutter Team : We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages! Learn about the research that went into finding a solution in our latest blog post.]
https://ift.tt/31dJv7W
September 10, 2019 at 02:35AM by EngineerScientist
https://ift.tt/2HX6cFW
Improving Flutter’s Error Messages. [Flutter Team : We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages! Learn about the research that went into finding a solution in our latest blog post.]
https://ift.tt/31dJv7W
September 10, 2019 at 02:35AM by EngineerScientist
https://ift.tt/2HX6cFW
Medium
Improving Flutter’s Error Messages
Can visual design be applied to error messages? We found that it drastically improves the usability of error messages in Flutter.
New tweet from FlutterDev:
We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages!
Learn about the research that went into finding a solution in our latest blog post. → https://t.co/hOgFOMwptk pic.twitter.com/9V2umbSSv8— Flutter (@FlutterDev) September 10, 2019
September 10, 2019 at 02:30AM
http://twitter.com/FlutterDev/status/1171219238880776192
We are aiming to increase the signal-to-noise ratio of Flutter's runtime error messages!
Learn about the research that went into finding a solution in our latest blog post. → https://t.co/hOgFOMwptk pic.twitter.com/9V2umbSSv8— Flutter (@FlutterDev) September 10, 2019
September 10, 2019 at 02:30AM
http://twitter.com/FlutterDev/status/1171219238880776192
Medium
Improving Flutter’s Error Messages
Can visual design be applied to error messages? We found that it drastically improves the usability of error messages in Flutter.
New post on /r/flutterdev subreddit:
A new #Flutter release is available 🎉! Channel: stable Version: v1.9.1+hotfix.2
https://twitter.com/FlutterReleases/status/1171251981643603968
September 10, 2019 at 05:09AM by EngineerScientist
https://ift.tt/31e40kU
A new #Flutter release is available 🎉! Channel: stable Version: v1.9.1+hotfix.2
https://twitter.com/FlutterReleases/status/1171251981643603968
September 10, 2019 at 05:09AM by EngineerScientist
https://ift.tt/31e40kU
Twitter
Flutter Releases
A new #Flutter release is available 🎉! Channel: stable Version: v1.9.1+hotfix.2
New post on Flutter Dev Google group:
Let your flutter docs support live samples.
Let your flutter docs support live samples. and you can see 100+ live sample on Flutter Widget Livebook < https://flutter-widget-livebook.blankapp.org/basics/introduction/%5D(https://flutter-widget-livebook.blankapp.org) > . Source code: https://ift.tt/309GxAc
September 10, 2019 at 06:16AM by 李健莹
https://ift.tt/2A2KVWL
Let your flutter docs support live samples.
Let your flutter docs support live samples. and you can see 100+ live sample on Flutter Widget Livebook < https://flutter-widget-livebook.blankapp.org/basics/introduction/%5D(https://flutter-widget-livebook.blankapp.org) > . Source code: https://ift.tt/309GxAc
September 10, 2019 at 06:16AM by 李健莹
https://ift.tt/2A2KVWL
New post on Flutter Dev Google group:
How to insert banner ad in listview builder
Hey I want to insert ad between list of card, Like ad between after every 3 cards in list,How to do that. I have gone through the article. but I was not able to implement please can anyone help me https://ift.tt/302ouM9
September 10, 2019 at 08:50AM by mahantappa b k
https://ift.tt/2A45K4h
How to insert banner ad in listview builder
Hey I want to insert ad between list of card, Like ad between after every 3 cards in list,How to do that. I have gone through the article. but I was not able to implement please can anyone help me https://ift.tt/302ouM9
September 10, 2019 at 08:50AM by mahantappa b k
https://ift.tt/2A45K4h
New post on /r/flutterdev subreddit:
Using Redux in Flutter Part 2 - Thunk actions
https://ift.tt/2A1t42y
September 10, 2019 at 09:40AM by kkrikk
https://ift.tt/316JEKi
Using Redux in Flutter Part 2 - Thunk actions
https://ift.tt/2A1t42y
September 10, 2019 at 09:40AM by kkrikk
https://ift.tt/316JEKi
hybridheroes
Using Redux in Flutter: Part 2 - Thunk actions
In the previous part of this article we went through the basics of Redux usage in Flutter by building a simple app that managed its state in a Redux store. In this part we're gonna build on top of the sample app from the first part which you can find here:…