New post on /r/flutterdev subreddit:
What are some guidelines/tips to reduce read operations in Firestore ?
During development I've noticed database reads are quite high particularly for apps that rely on user generated content such as Todo app. What guidelines should a developer keep in mind to reduce read operations and in turn database cost?
January 09, 2020 at 08:45AM by BlueBoxxx
https://ift.tt/2Qzhvsz
What are some guidelines/tips to reduce read operations in Firestore ?
During development I've noticed database reads are quite high particularly for apps that rely on user generated content such as Todo app. What guidelines should a developer keep in mind to reduce read operations and in turn database cost?
January 09, 2020 at 08:45AM by BlueBoxxx
https://ift.tt/2Qzhvsz
reddit
What are some guidelines/tips to reduce read operations in Firestore ?
During development I've noticed database reads are quite high particularly for apps that rely on user generated content such as Todo app. What...
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Command design pattern and its implementation in Dart and Flutter
https://ift.tt/2tEJbTQ
January 09, 2020 at 08:32AM by mkobuolys
https://ift.tt/304YJMX
Flutter Design Patterns: An overview of the Command design pattern and its implementation in Dart and Flutter
https://ift.tt/2tEJbTQ
January 09, 2020 at 08:32AM by mkobuolys
https://ift.tt/304YJMX
Medium
Flutter Design Patterns: 12 — Command
An overview of the Command design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
Understanding CustomPaint, CustomPainter, and the Canvas
https://ift.tt/39QsPYQ
January 09, 2020 at 09:35AM by Cymarxcr
https://ift.tt/2sOLWSB
Understanding CustomPaint, CustomPainter, and the Canvas
https://ift.tt/39QsPYQ
January 09, 2020 at 09:35AM by Cymarxcr
https://ift.tt/2sOLWSB
Medium
Understanding CustomPaint, CustomPainter, and the Canvas
In this post, we’ll dig into drawing with the CustomPaint widget, CustomPainters and the Canvas.
New post on /r/flutterdev subreddit:
Jiffy v2.2.0 released, see what's new
https://ift.tt/2FKzQNf
January 09, 2020 at 11:21AM by timedjama5262
https://ift.tt/2QYjohr
Jiffy v2.2.0 released, see what's new
https://ift.tt/2FKzQNf
January 09, 2020 at 11:21AM by timedjama5262
https://ift.tt/2QYjohr
GitHub
Releases · jama5262/jiffy
Jiffy is a Flutter (Android, IOS and Web) date time package inspired by momentjs for parsing, manipulating, querying and formatting dates - jama5262/jiffy
New post on Flutter Dev Google group:
Flutter command hang
I tried to run android application and the command runs for forever, it never ends same as flutter doctor i tried with flutter doctor -v and the output is [ +54 ms] executing: [/Users/appleapple/Desktop/flutternew/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +95 ms] Exit
January 09, 2020 at 12:00PM by Aman jain
https://ift.tt/303iQLn
Flutter command hang
I tried to run android application and the command runs for forever, it never ends same as flutter doctor i tried with flutter doctor -v and the output is [ +54 ms] executing: [/Users/appleapple/Desktop/flutternew/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +95 ms] Exit
January 09, 2020 at 12:00PM by Aman jain
https://ift.tt/303iQLn
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:
In App purchase not working on IOS
In the sandbox testing environment, the in-app purchase didn't cancel at all. always returned past purchases once purchased. In the production environment purchase update stream not listening while purchase happened and could not set successful purchases for the users.
January 09, 2020 at 12:10PM by Riswan Saheed
https://ift.tt/2FEs47b
In App purchase not working on IOS
In the sandbox testing environment, the in-app purchase didn't cancel at all. always returned past purchases once purchased. In the production environment purchase update stream not listening while purchase happened and could not set successful purchases for the users.
January 09, 2020 at 12:10PM by Riswan Saheed
https://ift.tt/2FEs47b
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 /r/flutterdev subreddit:
My very first Flutter UI package. carousel_select_widget
https://ift.tt/304U9hv
January 09, 2020 at 12:09PM by patelprash
https://ift.tt/2QTgA4Y
My very first Flutter UI package. carousel_select_widget
https://ift.tt/304U9hv
January 09, 2020 at 12:09PM by patelprash
https://ift.tt/2QTgA4Y
New post on /r/flutterdev subreddit:
On-device object recognition and image analysis/processing
Hi guys, I want to ask what are the possible ways to implement this?Basically I want to use the phone's camera to capture two images and recognize from those images if they contain a specific object. The images will be captured in a controlled environment (i.e. specific distance, lighting, etc.) There is also a comparison between the images, and identify if the captured objects are the same or not.What I have in mind is to use TensorFlow Lite and train a model for object detection, and then use this package tflite. And use OpenCV for the comparison, but I don't think there is a complete implementation of this in Flutter.
January 09, 2020 at 01:55PM by contrix09
https://ift.tt/2utmAKd
On-device object recognition and image analysis/processing
Hi guys, I want to ask what are the possible ways to implement this?Basically I want to use the phone's camera to capture two images and recognize from those images if they contain a specific object. The images will be captured in a controlled environment (i.e. specific distance, lighting, etc.) There is also a comparison between the images, and identify if the captured objects are the same or not.What I have in mind is to use TensorFlow Lite and train a model for object detection, and then use this package tflite. And use OpenCV for the comparison, but I don't think there is a complete implementation of this in Flutter.
January 09, 2020 at 01:55PM by contrix09
https://ift.tt/2utmAKd
Dart packages
tflite | Flutter package
A Flutter plugin for accessing TensorFlow Lite. Supports both iOS and Android.
New post on /r/flutterdev subreddit:
Customizing a flutter theme
What are some of the ways I can make a flutter app look no so material like in terms of the themes etc
January 09, 2020 at 02:59PM by Dugba
https://ift.tt/35A2WJC
Customizing a flutter theme
What are some of the ways I can make a flutter app look no so material like in terms of the themes etc
January 09, 2020 at 02:59PM by Dugba
https://ift.tt/35A2WJC
reddit
Customizing a flutter theme
What are some of the ways I can make a flutter app look no so material like in terms of the themes etc
New post on /r/flutterdev subreddit:
How to develop and launch the PWA (Progressive Web Application) with Flutter?
https://ift.tt/35IBVnq
January 09, 2020 at 02:58PM by SachinKody
https://ift.tt/2Te1ZUR
How to develop and launch the PWA (Progressive Web Application) with Flutter?
https://ift.tt/35IBVnq
January 09, 2020 at 02:58PM by SachinKody
https://ift.tt/2Te1ZUR
Medium
How to develop and launch the PWA (Progressive Web Application) with Flutter?
Do you know for PWA-Progressive Web Application Flutter is an ideal choice? It is so easy to develop seamless PWA with Flutter.
New post on /r/flutterdev subreddit:
Center Docked Floating Action Button Code along Tutorial
https://youtu.be/ySZ1NWg74PU
January 09, 2020 at 03:20PM by vishesh_allahabadi
https://ift.tt/304VPrd
Center Docked Floating Action Button Code along Tutorial
https://youtu.be/ySZ1NWg74PU
January 09, 2020 at 03:20PM by vishesh_allahabadi
https://ift.tt/304VPrd
New post on /r/flutterdev subreddit:
Flutter and Anrdoid TV - amazing!
https://www.youtube.com/watch?v=l37VYXhRhPQCreating Android TV apps with Flutter just got awesome and fun. Now that d-pad works, navigations can be built easy and without hassle. All Widgets like Tabs, Buttons, Focus and even custom RawButtons are focusable and selectable via dpad.Happy coding ;-)
January 09, 2020 at 03:04PM by ad-on-is
https://ift.tt/2Fvr1GT
Flutter and Anrdoid TV - amazing!
https://www.youtube.com/watch?v=l37VYXhRhPQCreating Android TV apps with Flutter just got awesome and fun. Now that d-pad works, navigations can be built easy and without hassle. All Widgets like Tabs, Buttons, Focus and even custom RawButtons are focusable and selectable via dpad.Happy coding ;-)
January 09, 2020 at 03:04PM by ad-on-is
https://ift.tt/2Fvr1GT
YouTube
Flutter App on Android TV with D-Pad support
New post on /r/flutterdev subreddit:
Anybody in Toronto GTA area developing flutter?
There's gotta be some people who are interested in flutter development in Toronto.Let's start community and meetups. Come on.flutter-toronto.slack.com
January 09, 2020 at 04:20PM by kimjaehu
https://ift.tt/2R43W3p
Anybody in Toronto GTA area developing flutter?
There's gotta be some people who are interested in flutter development in Toronto.Let's start community and meetups. Come on.flutter-toronto.slack.com
January 09, 2020 at 04:20PM by kimjaehu
https://ift.tt/2R43W3p
reddit
Anybody in Toronto GTA area developing flutter?
There's gotta be some people who are interested in flutter development in Toronto. Let's start community and meetups. Come...
New post on /r/flutterdev subreddit:
Dio vs url_launcher, which is the best package to consume a REST API with Flutter?
While researching for my options on what existing packages are used to consume REST APIs in Flutter I came across these two packages:
January 09, 2020 at 04:05PM by albaniantech
https://ift.tt/35DjIaG
Dio vs url_launcher, which is the best package to consume a REST API with Flutter?
While researching for my options on what existing packages are used to consume REST APIs in Flutter I came across these two packages:
dio
and url_launcher
. Url_launcher
is the second most popular package on the flutter community(ranking in pub.dev/flutter/favorites). On the other hand, I found dio
a very interesting package with a lot of functionalities.Which of these packages would you recommend me to use and why? Please take into consideration the following criteria also:Which of them is more customizable?Which of them creates cleaner code in the end.January 09, 2020 at 04:05PM by albaniantech
https://ift.tt/35DjIaG
Dart packages
Search results for is:flutter-favorite
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on Flutter Dev Google group:
Flutter Web Support vs Responsive Flutter App -- Documentation is Cobbled Together and Confusing
The flutter.dev/web documentation is very confusing: Notes on web support The following resources can help you get started: - To add web support to an existing app, or to create a new app that includes web support, see Building a web application with Flutter
Flutter Web Support vs Responsive Flutter App -- Documentation is Cobbled Together and Confusing
The flutter.dev/web documentation is very confusing: Notes on web support The following resources can help you get started: - To add web support to an existing app, or to create a new app that includes web support, see Building a web application with Flutter
flutter.dev
Flutter on the Web
Flutter’s web support combines the power of the web and the flexibility of Flutter to reach more users with the same experience in the browser as on mobile devices.
New tweet from FlutterDev:
🎮Have you released a great indie game?
It's time to prove it to the world and win some free promotion at the same time! Take part in the #PlayIndie Games Festival and get your game noticed by industry experts and players around the world.
Learn more → https://t.co/6GmHiBrBWd pic.twitter.com/OUrAV7oamR— Google Play Apps & Games (@GooglePlayDev) January 9, 2020
January 09, 2020 at 06:40PM
http://twitter.com/FlutterDev/status/1215327452756529152
🎮Have you released a great indie game?
It's time to prove it to the world and win some free promotion at the same time! Take part in the #PlayIndie Games Festival and get your game noticed by industry experts and players around the world.
Learn more → https://t.co/6GmHiBrBWd pic.twitter.com/OUrAV7oamR— Google Play Apps & Games (@GooglePlayDev) January 9, 2020
January 09, 2020 at 06:40PM
http://twitter.com/FlutterDev/status/1215327452756529152
Twitter
#playindie hashtag on Twitter
On 27 Dec 2019 @AndroidDev tweeted: "We're gearing up for the #PlayIndie Game.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Create a QR based Identification Scanner App with Flutter
https://ift.tt/2t0uXMY
January 09, 2020 at 06:57PM by sam-sung
https://ift.tt/2TaGELQ
Create a QR based Identification Scanner App with Flutter
https://ift.tt/2t0uXMY
January 09, 2020 at 06:57PM by sam-sung
https://ift.tt/2TaGELQ
rj california
Create a QR based Identification Scanner App with Flutter
Icons made by phatplus , Vectors Market and Nikita Golubev from www.flaticon.com On previous posts, I demonstrated how to display a ...
New post on Flutter Dev Google group:
Breaking proposal: Mouse tracker no longer attaches annotations
Hello everyone, I propose to make a breaking change as described in https://ift.tt/2FBYuiY . The change should not affect most developers, since it only changes the internal implementation of the mouse tracking subsystem.
January 09, 2020 at 08:04PM by Tong Mu
https://ift.tt/306dP4B
Breaking proposal: Mouse tracker no longer attaches annotations
Hello everyone, I propose to make a breaking change as described in https://ift.tt/2FBYuiY . The change should not affect most developers, since it only changes the internal implementation of the mouse tracking subsystem.
January 09, 2020 at 08:04PM by Tong Mu
https://ift.tt/306dP4B
Google Docs
Mouse tracker no longer attaches annotations (PUBLICLY SHARED)
SUMMARY MouseTracker will no longer require annotations to be attached before use. It will remove the API for attaching, detaching, and attachment querying of annotations. Author: Tong Mu (dkwingsmt) Go Link: flutter.dev/go/mouse-tracker-no-longer-attaches…
New post on /r/flutterdev subreddit:
A WhatsApp status saver/downloader written flutter
I started learning flutter recently and decided to create a WhatsApp status saver/downloader using flutter. So here is a link to the repo and also a medium post. I don't want to bore us so I am breaking the article into bits. Here is the first part.https://medium.com/@sammytech/whatsapp-status-saver-downloader-using-flutter-ff5ff897e56?sk=9ac8dd92458041b46a98448af25f544ahttps://github.com/mastersam07/wa_status_saver
January 09, 2020 at 08:02PM by Mastersamxyz
https://ift.tt/2QZV92q
A WhatsApp status saver/downloader written flutter
I started learning flutter recently and decided to create a WhatsApp status saver/downloader using flutter. So here is a link to the repo and also a medium post. I don't want to bore us so I am breaking the article into bits. Here is the first part.https://medium.com/@sammytech/whatsapp-status-saver-downloader-using-flutter-ff5ff897e56?sk=9ac8dd92458041b46a98448af25f544ahttps://github.com/mastersam07/wa_status_saver
January 09, 2020 at 08:02PM by Mastersamxyz
https://ift.tt/2QZV92q
Medium
WhatsApp Status Saver/Downloader Using Flutter
Creating a WhatsApp Status Saver Using Flutter without any extra knowledge.
New post on /r/flutterdev subreddit:
Flutter - Neumorphism Payment App UI - Speed Coding
https://www.youtube.com/watch?v=HkU447RWCXs&feature=youtu.be
January 09, 2020 at 10:30PM by StevenDznr
https://ift.tt/35xggOQ
Flutter - Neumorphism Payment App UI - Speed Coding
https://www.youtube.com/watch?v=HkU447RWCXs&feature=youtu.be
January 09, 2020 at 10:30PM by StevenDznr
https://ift.tt/35xggOQ
YouTube
Flutter - Neumorphism Payment App UI - Speed Coding
Flutter UI Speed Coding
I will code for you:
https://www.fiverr.com/share/mYN6yR
Design:
https://dribbble.com/shots/9133987-Payment-App
Code:
https://github.com/stevendz/payment_yt
Music:
https://www.youtube.com/user/homage253
I will code for you:
https://www.fiverr.com/share/mYN6yR
Design:
https://dribbble.com/shots/9133987-Payment-App
Code:
https://github.com/stevendz/payment_yt
Music:
https://www.youtube.com/user/homage253
New post on /r/flutterdev subreddit:
Flutter Scraping
hey guys I want to scrape a website which has not any online API and get info from there and show it in the app. How can I do that
January 09, 2020 at 11:25PM by alkyaky
https://ift.tt/2uzO0yh
Flutter Scraping
hey guys I want to scrape a website which has not any online API and get info from there and show it in the app. How can I do that
January 09, 2020 at 11:25PM by alkyaky
https://ift.tt/2uzO0yh
reddit
Flutter Scraping
A subreddit for Google's portable UI framework.