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.
  New post on /r/flutterdev subreddit:
custom_bottom_bar
https://ift.tt/36D7pwg
January 09, 2020 at 10:59PM by fd991
https://ift.tt/2QDhFyV
  
  custom_bottom_bar
https://ift.tt/36D7pwg
January 09, 2020 at 10:59PM by fd991
https://ift.tt/2QDhFyV
GitHub
  
  hnkhandev/custom_bottom_bar
  A bottom tool bar that can be swiped left or right to expose more tools. - hnkhandev/custom_bottom_bar
  New post on /r/flutterdev subreddit:
Tips to Learning Flutter
Hello guys, I started to learn flutter, but I'm having some difficulties and doubts, because I'm reading some stuff there, watching an YouTube tutorial. Anyway I would like to learn by following a line of reasoning. Do you guys know any good flutter tutorials or tips to help me? Thanks for your attention.
January 10, 2020 at 12:35AM by ItsLeoz8
https://ift.tt/2QBUBAP
  
  Tips to Learning Flutter
Hello guys, I started to learn flutter, but I'm having some difficulties and doubts, because I'm reading some stuff there, watching an YouTube tutorial. Anyway I would like to learn by following a line of reasoning. Do you guys know any good flutter tutorials or tips to help me? Thanks for your attention.
January 10, 2020 at 12:35AM by ItsLeoz8
https://ift.tt/2QBUBAP
reddit
  
  Tips to Learning Flutter
  Hello guys, I started to learn flutter, but I'm having some difficulties and doubts, because I'm reading some stuff there, watching an YouTube...
  New post on /r/flutterdev subreddit:
Splash screen error
“Failed assertion: line 24 pos 15: ‘color != null && color.alpha == 0xFF’ is not true.I am facing this error when I try to connect my splash screen before my home page
January 10, 2020 at 02:01AM by voyager_sage
https://ift.tt/39UHJgO
  
  Splash screen error
“Failed assertion: line 24 pos 15: ‘color != null && color.alpha == 0xFF’ is not true.I am facing this error when I try to connect my splash screen before my home page
January 10, 2020 at 02:01AM by voyager_sage
https://ift.tt/39UHJgO
reddit
  
  Splash screen error
  “Failed assertion: line 24 pos 15: ‘color != null && color.alpha == 0xFF’ is not true. I am facing this error when I try to connect my splash...
  New post on Flutter Dev Google group:
How to implement a voice changer
I want for the user to be able to record something and he's open to choose from a couple of audio profiles presets to be able to change his voice. ?
January 10, 2020 at 05:47AM by Sreejith M
https://ift.tt/2QFBV34
  
  How to implement a voice changer
I want for the user to be able to record something and he's open to choose from a couple of audio profiles presets to be able to change his voice. ?
January 10, 2020 at 05:47AM by Sreejith M
https://ift.tt/2QFBV34
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:
Constructing Hybrid Projects in Just One Minute with Flutter-boot
https://ift.tt/2T664dD
January 10, 2020 at 08:22AM by Purple_Pizzazz
https://ift.tt/2s9CoB6
  
  Constructing Hybrid Projects in Just One Minute with Flutter-boot
https://ift.tt/2T664dD
January 10, 2020 at 08:22AM by Purple_Pizzazz
https://ift.tt/2s9CoB6
Alibaba Cloud Community
  
  Constructing Hybrid Projects in Just One Minute with Flutter-boot
  In this post, we'll take a look at how Alibaba's Idle Fish (or Xianyu) app team used flutter-boot to solve common issues that arise from building hybrid mobile apps.
  New post on /r/flutterdev subreddit:
Just published "Storing data from the Flutter app → Google Sheets 📊 " by @imShreyasPatil
https://ift.tt/2T7vO9g
January 10, 2020 at 08:57AM by shreyaspatil99
https://ift.tt/2NcqP3v
  
  Just published "Storing data from the Flutter app → Google Sheets 📊 " by @imShreyasPatil
https://ift.tt/2T7vO9g
January 10, 2020 at 08:57AM by shreyaspatil99
https://ift.tt/2NcqP3v
Medium
  
  Storing data from the Flutter app → Google Sheets 📊
  In this article, we’ll create a sample app which stores Feedback of user from the Flutter app into Google Sheets using AppScript.