New post on /r/flutterdev subreddit:
Flutter OCR
Hi Flutter devs. I am trying to implement OCR reading in an app. I noticed you can use Google Mobile Vision and Scan Bot SDK. In flutter, it seems Scan Bot has the best support. My employer is converting a native app into a flutter app and on the native app they implemented it using Google Mobile Vision. I think Scan bot is a better solution to use for the flutter app because of the aforementioned support but I don't want to add any more expenses than needed. TLDR is, I am surprised that Mobile Vision does not have better representation in flutter to a point I think I must be missing something. Any advice on Mobile Vision with flutter is appreciated.
June 14, 2021 at 02:34PM by AbstractOne444
https://ift.tt/3znKXWT
Flutter OCR
Hi Flutter devs. I am trying to implement OCR reading in an app. I noticed you can use Google Mobile Vision and Scan Bot SDK. In flutter, it seems Scan Bot has the best support. My employer is converting a native app into a flutter app and on the native app they implemented it using Google Mobile Vision. I think Scan bot is a better solution to use for the flutter app because of the aforementioned support but I don't want to add any more expenses than needed. TLDR is, I am surprised that Mobile Vision does not have better representation in flutter to a point I think I must be missing something. Any advice on Mobile Vision with flutter is appreciated.
June 14, 2021 at 02:34PM by AbstractOne444
https://ift.tt/3znKXWT
reddit
Flutter OCR
Hi Flutter devs. I am trying to implement OCR reading in an app. I noticed you can use Google Mobile Vision and Scan Bot SDK. In flutter, it seems...
New post on /r/flutterdev subreddit:
Writing custom Widgets in Flutter (Part 3.b) — SimpleOverlay (no helpers)
https://ift.tt/3iCExwX
June 14, 2021 at 04:53PM by matrixdev
https://ift.tt/3pR7hni
Writing custom Widgets in Flutter (Part 3.b) — SimpleOverlay (no helpers)
https://ift.tt/3iCExwX
June 14, 2021 at 04:53PM by matrixdev
https://ift.tt/3pR7hni
Medium
Writing custom Widgets in Flutter (Part 3.b) — SimpleOverlay (no helpers)
Learn how to write custom Widgets with multiple children from scratch without any helpers.
New post on /r/flutterdev subreddit:
Where do I get resume-worthy certifications?
Hey all, I've started learning flutter and it seems interesting to me and thus I want to add it to my resume, are there any certifications that can be put on a resume? Preferably offered by google. Do let me know if anyone has any information about it.I found one on udacity, but the course is too short (https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905)
June 14, 2021 at 05:33PM by ArnavBarman
https://ift.tt/3gkP9is
Where do I get resume-worthy certifications?
Hey all, I've started learning flutter and it seems interesting to me and thus I want to add it to my resume, are there any certifications that can be put on a resume? Preferably offered by google. Do let me know if anyone has any information about it.I found one on udacity, but the course is too short (https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905)
June 14, 2021 at 05:33PM by ArnavBarman
https://ift.tt/3gkP9is
Udacity
Web Development & Programming Training Courses | Udacity
Gain in-demand skills to advance your career with Udacity's online web development and programming training courses. Get qualified for today's digital economy!
New post on /r/flutterdev subreddit:
I am a non dev founder and want to make sure flutter has the resources/capability to implement this feature: in app camera that displays outline to put face and hand into and automatically snaps a photo when hand and face are in the outline.
I am leaning towards flutter because of the speed and interface, however I’ve heard a lot about flutter not being able to support certain features yet and the community is relatively small so people start projects only to find that they can’t implement a key feature with flutter. Is this camera feature feasible with flutter?
June 14, 2021 at 05:26PM by rubybrrr
https://ift.tt/3iHkUUC
I am a non dev founder and want to make sure flutter has the resources/capability to implement this feature: in app camera that displays outline to put face and hand into and automatically snaps a photo when hand and face are in the outline.
I am leaning towards flutter because of the speed and interface, however I’ve heard a lot about flutter not being able to support certain features yet and the community is relatively small so people start projects only to find that they can’t implement a key feature with flutter. Is this camera feature feasible with flutter?
June 14, 2021 at 05:26PM by rubybrrr
https://ift.tt/3iHkUUC
reddit
r/FlutterDev - I am a non dev founder and want to make sure flutter has the resources/capability to implement this feature: in…
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Using ListView, DefaultTabController(and hence TabBar), and RefreshIndicator
Hello! I am currently using a DefaultTabController that has a Scaffold whose body is a ListView. Inside the ListView, I have some children Widget: buildProfileHeader() contains a FutureBuilder; the Widget at the bottom of the ListView is an AppBar which contains the TabBar (2 tabs), and right
June 14, 2021 at 07:02PM by Alvaro Gonzalez Rico
https://ift.tt/3vnHlAW
Using ListView, DefaultTabController(and hence TabBar), and RefreshIndicator
Hello! I am currently using a DefaultTabController that has a Scaffold whose body is a ListView. Inside the ListView, I have some children Widget: buildProfileHeader() contains a FutureBuilder; the Widget at the bottom of the ListView is an AppBar which contains the TabBar (2 tabs), and right
June 14, 2021 at 07:02PM by Alvaro Gonzalez Rico
https://ift.tt/3vnHlAW
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:
Flutter Tap Weekly Newsletter Week 89 - Tutorials, videos, packages, and much more!
https://ift.tt/35iYml9
June 14, 2021 at 06:31PM by vensign
https://ift.tt/3pQ1luO
Flutter Tap Weekly Newsletter Week 89 - Tutorials, videos, packages, and much more!
https://ift.tt/35iYml9
June 14, 2021 at 06:31PM by vensign
https://ift.tt/3pQ1luO
Fluttertap
Newsletter Issue 89
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 89
New post on /r/flutterdev subreddit:
Creating Flutter Plugins (Android, iOS & Web) Tutorial #4
https://youtu.be/LZYyeQADpvc
June 14, 2021 at 07:34PM by ITMastering
https://ift.tt/3gljDRu
Creating Flutter Plugins (Android, iOS & Web) Tutorial #4
https://youtu.be/LZYyeQADpvc
June 14, 2021 at 07:34PM by ITMastering
https://ift.tt/3gljDRu
YouTube
Creating Flutter Plugins (Android, iOS & Web) | In 30 Mins
Flutter packages are an essential part of the ecosystem. They provide functionality that the framework lacks and allow developers to share their solutions, however, this task can seem overwhelming for new Flutter developers. In this course, Developing Packages…
New post on /r/flutterdev subreddit:
Using ListView, DefaultTabController(and hence TabBar), and RefreshIndicator
Hello! I am currently using a DefaultTabController that has a Scaffold whose body is a ListView. Inside the ListView, I have some children Widget: buildProfileHeader() contains a FutureBuilder; the Widget at the bottom of the ListView is an AppBar which contains the TabBar (2 tabs), and right underneath the AppBar I have a Container that has the TabBarView. Everything works perfectly, but now I want to implement something more.1) I want to use a RefreshIndicator (or something similar) to update the buildProfileHeader(), whenever the user wants to (when the user overscrolls).2) I want one of the tabs (there are 2 in total), to NOT be present if a specific condition is met (if it is NOT the profile of the current user, I do NOT want one of the tabs to appear).How could I implement both #1 & #2?
June 14, 2021 at 07:04PM by Alvaro-99
https://ift.tt/3znhagW
Using ListView, DefaultTabController(and hence TabBar), and RefreshIndicator
Hello! I am currently using a DefaultTabController that has a Scaffold whose body is a ListView. Inside the ListView, I have some children Widget: buildProfileHeader() contains a FutureBuilder; the Widget at the bottom of the ListView is an AppBar which contains the TabBar (2 tabs), and right underneath the AppBar I have a Container that has the TabBarView. Everything works perfectly, but now I want to implement something more.1) I want to use a RefreshIndicator (or something similar) to update the buildProfileHeader(), whenever the user wants to (when the user overscrolls).2) I want one of the tabs (there are 2 in total), to NOT be present if a specific condition is met (if it is NOT the profile of the current user, I do NOT want one of the tabs to appear).How could I implement both #1 & #2?
June 14, 2021 at 07:04PM by Alvaro-99
https://ift.tt/3znhagW
reddit
r/FlutterDev - Using ListView, DefaultTabController(and hence TabBar), and RefreshIndicator
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Made first flutter app
Started using flutter a while back, decided to make a small app which basically is just for rolling a dice or flipping a coin. https://play.google.com/store/apps/details?id=com.jm.Dice_flip
June 14, 2021 at 08:53PM by jdon_mario
https://ift.tt/3ztiYVw
Made first flutter app
Started using flutter a while back, decided to make a small app which basically is just for rolling a dice or flipping a coin. https://play.google.com/store/apps/details?id=com.jm.Dice_flip
June 14, 2021 at 08:53PM by jdon_mario
https://ift.tt/3ztiYVw
Google Play
Dice flip - Apps on Google Play
roll a dice or flip a coin.
New post on /r/flutterdev subreddit:
DevOpsTour, VSCodeBest Flutter Plugins
https://ift.tt/3zov8z3
June 14, 2021 at 08:41PM by fredgrott
https://ift.tt/3vo0hzq
DevOpsTour, VSCodeBest Flutter Plugins
https://ift.tt/3zov8z3
June 14, 2021 at 08:41PM by fredgrott
https://ift.tt/3vo0hzq
Medium
DevOpsTour, VSCodeBest Flutter Plugins
The proper VSCode plugins help reduce the time it takes to develop a flutter application. This article is a guide to setting these plugins…
New post on /r/flutterdev subreddit:
html_editor_enhanced: A feature-rich HTML Editor for Flutter Mobile & Web!
GitHubPub.devLaundry list of features:Fully native controlsSupport for Mobile & Web (even though Pub only says Mobile)Lots of customization, with extensibility and theming a large focusNice and neat API with extensive documentation & examplesUX improvements to elements like dropdowns and the editor itselfDark modeLots of callbacks and methods to perform on-the-fly actionsAnd more!Caveats:Uses a webview, so it doesn't feel the most native on mobile. I've done my best to improve the UX though, and I'm open to suggestions!This package has been available for a couple months now, but I didn't think of posting it here. There are some other HTML editors available, but thought I'd put mine out there too in case anyone wanted a different feature set & support for Web.
June 15, 2021 at 12:45AM by hlsjunior
https://ift.tt/3gpNRmq
html_editor_enhanced: A feature-rich HTML Editor for Flutter Mobile & Web!
GitHubPub.devLaundry list of features:Fully native controlsSupport for Mobile & Web (even though Pub only says Mobile)Lots of customization, with extensibility and theming a large focusNice and neat API with extensive documentation & examplesUX improvements to elements like dropdowns and the editor itselfDark modeLots of callbacks and methods to perform on-the-fly actionsAnd more!Caveats:Uses a webview, so it doesn't feel the most native on mobile. I've done my best to improve the UX though, and I'm open to suggestions!This package has been available for a couple months now, but I didn't think of posting it here. There are some other HTML editors available, but thought I'd put mine out there too in case anyone wanted a different feature set & support for Web.
June 15, 2021 at 12:45AM by hlsjunior
https://ift.tt/3gpNRmq
GitHub
GitHub - tneotia/html-editor-enhanced: A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the…
A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library. - tneotia/html-editor-enhanced
New post on Flutter Dev Google group:
Flutter starting help
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugAssets'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.mapbox.navigation:ui:1.2.0. Required by: project :app > project
June 15, 2021 at 06:56AM by potato gaming
https://ift.tt/3gmmcmi
Flutter starting help
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugAssets'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.mapbox.navigation:ui:1.2.0. Required by: project :app > project
June 15, 2021 at 06:56AM by potato gaming
https://ift.tt/3gmmcmi
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:
Celebrating my brother's retirement with a quick Flutter app with CustomPainter, canvas calculations, and RiverPod Hooks, as well as some interesting data manipulation. Walkthrough of the code, along with links to the source code.
https://youtu.be/_XEPH_Ecg-A
June 15, 2021 at 07:44AM by RandalSchwartz
https://ift.tt/3cFLsla
Celebrating my brother's retirement with a quick Flutter app with CustomPainter, canvas calculations, and RiverPod Hooks, as well as some interesting data manipulation. Walkthrough of the code, along with links to the source code.
https://youtu.be/_XEPH_Ecg-A
June 15, 2021 at 07:44AM by RandalSchwartz
https://ift.tt/3cFLsla
YouTube
Happy retirement brother! Here's a simple animation to help you count down how much longer...
Randal’s brother is retiring soon, so he whipped up a quick animation app in Flutter. It has Riverpod and Hooks, CustomPainter, and some interesting 2-D Math to create a random star-field. Also shows some nice tricks about list manipulation, class extensions…
New post on /r/flutterdev subreddit:
onResume() and onPause() For Widgets in Flutter - Flutter Agency
https://ift.tt/3gAW322
June 15, 2021 at 07:26AM by lil_dragplix
https://ift.tt/2Tyaoog
onResume() and onPause() For Widgets in Flutter - Flutter Agency
https://ift.tt/3gAW322
June 15, 2021 at 07:26AM by lil_dragplix
https://ift.tt/2Tyaoog
Flutter Agency
onResume() and onPause() For Widgets in Flutter - Flutter Agency
One of most confusing questions is to understand how Flutter Manage its Lifecycle. What is onResume() & onPause() For Widgets on Flutter.
New post on Flutter Dev Google group:
Encryption And Decryption of Json Input String with Key
This is my input in Android : {"Idno":"DK8788","Pwd":"d7877578788k","Action":"Profile"} Encryption : s\/cBy3hAQ3bI5Ek5L+QKrK3Cy5HF8+iSsHHOV1YEcAEJLk4dQ4oYkTS1zoY\/1ZFvV7YaJzAhkZ4Q\ngkI51mJCqQ==\n But in my code i am getting nr0yG3cg/+98i2JCRtj+vdKRJ71f+ItOYjYMqj07oohNATc43yOoHlJ68n8oxe6g
June 15, 2021 at 08:10AM by Sangaraju Vamsi Krishna
https://ift.tt/3pTj84l
Encryption And Decryption of Json Input String with Key
This is my input in Android : {"Idno":"DK8788","Pwd":"d7877578788k","Action":"Profile"} Encryption : s\/cBy3hAQ3bI5Ek5L+QKrK3Cy5HF8+iSsHHOV1YEcAEJLk4dQ4oYkTS1zoY\/1ZFvV7YaJzAhkZ4Q\ngkI51mJCqQ==\n But in my code i am getting nr0yG3cg/+98i2JCRtj+vdKRJ71f+ItOYjYMqj07oohNATc43yOoHlJ68n8oxe6g
June 15, 2021 at 08:10AM by Sangaraju Vamsi Krishna
https://ift.tt/3pTj84l
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:
Fullstack FLUTTER Signal Chat Clone
https://www.youtube.com/watch?v=7lyAZlCHOYI
June 15, 2021 at 09:38AM by samdsg1
https://ift.tt/2TB4u5S
Fullstack FLUTTER Signal Chat Clone
https://www.youtube.com/watch?v=7lyAZlCHOYI
June 15, 2021 at 09:38AM by samdsg1
https://ift.tt/2TB4u5S
YouTube
#1 FullStack Flutter Signal Chat App 💥 Nodejs & Socket.io #MongoDB
Build Signal chat app with flutter and Dart. Learn how to Build a chat interface with flutter widgets, flutter stateless and Stateful Widgets.
Part 2: https://www.youtube.com/watch?v=clt8UudFXI0
#flutter #signal #app
Flutter Signal Chat Design: https:…
Part 2: https://www.youtube.com/watch?v=clt8UudFXI0
#flutter #signal #app
Flutter Signal Chat Design: https:…
New post on /r/flutterdev subreddit:
How to add a native macOS file picker to your Flutter application.
https://ift.tt/2TxJ7SC
June 15, 2021 at 09:33AM by NoNKiTI
https://ift.tt/35lPQBZ
How to add a native macOS file picker to your Flutter application.
https://ift.tt/2TxJ7SC
June 15, 2021 at 09:33AM by NoNKiTI
https://ift.tt/35lPQBZ
Medium
Add a native macOS file picker to your Flutter application
I was playing around with Flutter Desktop for the last couple of weeks to get a grasp of Flutter desktop applications development…
New post on /r/flutterdev subreddit:
Seeking dev's perspective for better App Moneization strategy...
I am almost completing my first Commercial App ever which is essentially a Customer Management Utility (something like a CRM) but a lot simpler. I am thinking of ways to monetize it and came across a few options. I'd like to get perspective from you guys.- Subscription Model - This is typcal and straightforward, I'm thinking lsomething like $4 a month.- Reward Ads - I was thinking to give users the option to unlock a feature for 1 month by watching Ads. Most people do not want to pay for an App nowadays. This is to cater for those people especially users from 3rd world countries.I'm unsure which path to take. A lot of people have suggested give both options. However, I fear I may lose a lot of customers who would want to pay but opted to watch Ads instead, since it is available.Any advice is appreciated thanks!
June 15, 2021 at 11:02AM by RenSanders
https://ift.tt/3cKYPAC
Seeking dev's perspective for better App Moneization strategy...
I am almost completing my first Commercial App ever which is essentially a Customer Management Utility (something like a CRM) but a lot simpler. I am thinking of ways to monetize it and came across a few options. I'd like to get perspective from you guys.- Subscription Model - This is typcal and straightforward, I'm thinking lsomething like $4 a month.- Reward Ads - I was thinking to give users the option to unlock a feature for 1 month by watching Ads. Most people do not want to pay for an App nowadays. This is to cater for those people especially users from 3rd world countries.I'm unsure which path to take. A lot of people have suggested give both options. However, I fear I may lose a lot of customers who would want to pay but opted to watch Ads instead, since it is available.Any advice is appreciated thanks!
June 15, 2021 at 11:02AM by RenSanders
https://ift.tt/3cKYPAC
reddit
Seeking dev's perspective for better App Moneization strategy...
I am almost completing my first Commercial App ever which is essentially a Customer Management Utility (something like a CRM) but a lot simpler. I...
New post on /r/flutterdev subreddit:
White-label apps in Flutter
Flavors in Flutter work well for separate environments, but what if we want to have a common code base with white label variants for different clients? This brief post describes how to white-label apps in Flutter
June 15, 2021 at 10:52AM by alliscode
https://ift.tt/3iJensn
White-label apps in Flutter
Flavors in Flutter work well for separate environments, but what if we want to have a common code base with white label variants for different clients? This brief post describes how to white-label apps in Flutter
June 15, 2021 at 10:52AM by alliscode
https://ift.tt/3iJensn
Medium
White-label apps in Flutter
Flavors in Flutter work well for separate environments, but what if we want to have a common code base with white label variants for…
New post on /r/flutterdev subreddit:
AnimeOWL
https://ift.tt/3cEpIpW
June 15, 2021 at 11:30AM by c9addy
https://ift.tt/3pYkfjo
AnimeOWL
https://ift.tt/3cEpIpW
June 15, 2021 at 11:30AM by c9addy
https://ift.tt/3pYkfjo
Google Play
AnimeOWL - Stream and Watch Sub and Dub Anime - Apps on Google Play
AnimeOWL allows watching thousands of subtitled and dubbed anime for free.
New post on /r/flutterdev subreddit:
The New Flutter 2.2 Release
Google announced Flutter 2.2, the latest version of their cross-platform app development framework, in a recent Google I/O event. The new version has many features to look forward to. The new Flutter version has come up with exciting improvements such as deferred Android components, iOS performance improvements, null safety feature by default, improvements in desktop and dev tools, etc.It has been a couple of months since the release of the new version, but it has already come up with several improvements. These improvements are going to have an incredible impact on the overall performance of Flutter.There is a lot to know about the new Flutter 2.2 version, about its features, functionalities, and how it is better than the previous version.In this blog, we will take a deep look at the Flutter 2.2 features and how these features will impact the future of Flutter 2.2.https://www.metizsoft.com/blog/the-new-flutter-2-2-release
June 15, 2021 at 02:31PM by we_are_metizsoft
https://ift.tt/3gxe29H
The New Flutter 2.2 Release
Google announced Flutter 2.2, the latest version of their cross-platform app development framework, in a recent Google I/O event. The new version has many features to look forward to. The new Flutter version has come up with exciting improvements such as deferred Android components, iOS performance improvements, null safety feature by default, improvements in desktop and dev tools, etc.It has been a couple of months since the release of the new version, but it has already come up with several improvements. These improvements are going to have an incredible impact on the overall performance of Flutter.There is a lot to know about the new Flutter 2.2 version, about its features, functionalities, and how it is better than the previous version.In this blog, we will take a deep look at the Flutter 2.2 features and how these features will impact the future of Flutter 2.2.https://www.metizsoft.com/blog/the-new-flutter-2-2-release
June 15, 2021 at 02:31PM by we_are_metizsoft
https://ift.tt/3gxe29H
Metizsoft
The New Flutter 2.2 Release- Here’s all you need to know about it.
The New Flutter 2.2 Release, Let's know about its features, functionalities, and how it is better than the previous version.