New post on /r/flutterdev subreddit:
Hello again, guys! I've added a new video to the BLoC - from Zero to Hero tutorial series in which I'm talking about BLoC Architecture. If you're interested, make sure you check it out!
https://youtu.be/kLDfhamoqe0
September 19, 2020 at 01:54PM by W_C_K_D
https://ift.tt/33Fc7cQ
Hello again, guys! I've added a new video to the BLoC - from Zero to Hero tutorial series in which I'm talking about BLoC Architecture. If you're interested, make sure you check it out!
https://youtu.be/kLDfhamoqe0
September 19, 2020 at 01:54PM by W_C_K_D
https://ift.tt/33Fc7cQ
YouTube
#4 - BLoC Architecture - Presentation, Business Logic & Data Layer + Model, Repository, DataProvider
Hi there!
Today I'll try to explain you why the BLoC Architecture is the key to building a strong and stable app. So, we'll dive into the Presentation Layer, Business Logic Layer and Data Layer (which includes other small sublayers like Models, Repositories…
Today I'll try to explain you why the BLoC Architecture is the key to building a strong and stable app. So, we'll dive into the Presentation Layer, Business Logic Layer and Data Layer (which includes other small sublayers like Models, Repositories…
New post on /r/flutterdev subreddit:
Integration Testing
https://youtu.be/E2xO_u2WMhA
September 19, 2020 at 02:46PM by immacoder
https://ift.tt/2Hcy3UV
Integration Testing
https://youtu.be/E2xO_u2WMhA
September 19, 2020 at 02:46PM by immacoder
https://ift.tt/2Hcy3UV
YouTube
Integration Testing with Flutter
Integration Testing with Flutter
The last type of testing Flutter has to offer is Integration Testing. So the 3 types are:
Unit Testing - tests units of logic - https://youtu.be/4d6hEaUVvuU
Widget Testing - tests the UI of widgets - https://youtu.be/7N1qRivtCWI…
The last type of testing Flutter has to offer is Integration Testing. So the 3 types are:
Unit Testing - tests units of logic - https://youtu.be/4d6hEaUVvuU
Widget Testing - tests the UI of widgets - https://youtu.be/7N1qRivtCWI…
New post on /r/flutterdev subreddit:
Please judge my first Flutter app: Well Spoken
Hey 📲 https://well-spoken.appFlutter is driving 100% of my app, this is such an amazing framework.Initially this app was my internal self-improvement app to increase my English fluency with very rudimentary UI. At some point I came to the conclusion that it's too good to keep just for myself. I rebuild it from scratch, completely redesigned and added additional features.Please ask me anything. I can share some pieces of source code or explain how things are working under the hood if you have any questions.
September 19, 2020 at 02:38PM by chrisrutkowski
https://ift.tt/3hS7Jwc
Please judge my first Flutter app: Well Spoken
Hey 📲 https://well-spoken.appFlutter is driving 100% of my app, this is such an amazing framework.Initially this app was my internal self-improvement app to increase my English fluency with very rudimentary UI. At some point I came to the conclusion that it's too good to keep just for myself. I rebuild it from scratch, completely redesigned and added additional features.Please ask me anything. I can share some pieces of source code or explain how things are working under the hood if you have any questions.
September 19, 2020 at 02:38PM by chrisrutkowski
https://ift.tt/3hS7Jwc
reddit
Please judge my first Flutter app: Well Spoken
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Use it to build widgets that depend on the width and height of some image, and the color of its pixels. Correctly uses Flutter's image cache. Just published it. Hope it's useful!
https://ift.tt/2FgvwIM
September 19, 2020 at 05:05PM by marcglasberg
https://ift.tt/3hMSjZO
Use it to build widgets that depend on the width and height of some image, and the color of its pixels. Correctly uses Flutter's image cache. Just published it. Hope it's useful!
https://ift.tt/2FgvwIM
September 19, 2020 at 05:05PM by marcglasberg
https://ift.tt/3hMSjZO
Dart packages
image_pixels | Flutter Package
Lets you extend the background color of an image, or else build any widget that depends on the image width/height, and the color of its pixels.
New post on /r/flutterdev subreddit:
Hello World!!! I built a Course on Udemy for applying cutting-edge Deep Learning Neural Networks to Flutter applications using Python & Flutter. (FREE FOR LIMITED TIME)
In this course I will teach you 6 apps including:A simple Neural Network that can understand Sign LanguageA simple Neural Network that can detect Dogs and CatsHow to build a Neural Network in Python that can detect Flowers and export it into Flutter Application with 92% accuracyHow to build a Neural Network in Python that can detect 131 Fruits & Vegetables and export into Flutter App!How to build an app that can perform Sentiment Analysis, aka an A.I. that can understand emotions behind a text!How to build an A.I. that can understand an image and generate a sentence that represents the image! (Image-To-Text, this app is very useful for blind people!)An app that can Generate a realistic looking shoe based off a Shoe Sketch the user draws in a Flutter Application! (Pix2Pix, Youtubers like PewDiePie have made videos on it! Really cool algorithm)If you are passionate about deep learning and want to apply deep learning algorithms to mobile apps then this course is perfect for you!https://www.udemy.com/course/flutter-deeplearning-course/?couponCode=DCE998986007C25EE77F
September 19, 2020 at 04:53PM by samboylansajous
https://ift.tt/3iLoutX
Hello World!!! I built a Course on Udemy for applying cutting-edge Deep Learning Neural Networks to Flutter applications using Python & Flutter. (FREE FOR LIMITED TIME)
In this course I will teach you 6 apps including:A simple Neural Network that can understand Sign LanguageA simple Neural Network that can detect Dogs and CatsHow to build a Neural Network in Python that can detect Flowers and export it into Flutter Application with 92% accuracyHow to build a Neural Network in Python that can detect 131 Fruits & Vegetables and export into Flutter App!How to build an app that can perform Sentiment Analysis, aka an A.I. that can understand emotions behind a text!How to build an A.I. that can understand an image and generate a sentence that represents the image! (Image-To-Text, this app is very useful for blind people!)An app that can Generate a realistic looking shoe based off a Shoe Sketch the user draws in a Flutter Application! (Pix2Pix, Youtubers like PewDiePie have made videos on it! Really cool algorithm)If you are passionate about deep learning and want to apply deep learning algorithms to mobile apps then this course is perfect for you!https://www.udemy.com/course/flutter-deeplearning-course/?couponCode=DCE998986007C25EE77F
September 19, 2020 at 04:53PM by samboylansajous
https://ift.tt/3iLoutX
Udemy
Deep Learning Course with Flutter & Python - Build 6 AI Apps
Build 6 Cutting-Edge Deep Learning Mobile Applications with Flutter & Python!
New post on /r/flutterdev subreddit:
Face Recognition Authentication using Flutter and Tensorflow Lite
Hi! yesterday I posted here the repo about this project and I had a lot of support and great feedback from you, so I decided to create an article talking a little more about this projectI hope you find it interesting! 🦾🤖https://medium.com/@mcarlomagno/face-recognition-authentication-using-flutter-and-tensorflow-lite-2659d941d56e
September 19, 2020 at 05:24PM by mcarlomagno
https://ift.tt/2RGbWbp
Face Recognition Authentication using Flutter and Tensorflow Lite
Hi! yesterday I posted here the repo about this project and I had a lot of support and great feedback from you, so I decided to create an article talking a little more about this projectI hope you find it interesting! 🦾🤖https://medium.com/@mcarlomagno/face-recognition-authentication-using-flutter-and-tensorflow-lite-2659d941d56e
September 19, 2020 at 05:24PM by mcarlomagno
https://ift.tt/2RGbWbp
Medium
Face Recognition Authentication using Flutter and Tensorflow Lite
The growth of processing power in devices and Machine learning allows us to create new solutions that a few years ago couldn’t have been…
New post on /r/flutterdev subreddit:
SelectableText - Copy & Select All (Tutorial)
https://www.youtube.com/watch?v=v4NIcrTuC-E
September 19, 2020 at 05:23PM by JohannesMilke
https://ift.tt/2FJgFqv
SelectableText - Copy & Select All (Tutorial)
https://www.youtube.com/watch?v=v4NIcrTuC-E
September 19, 2020 at 05:23PM by JohannesMilke
https://ift.tt/2FJgFqv
YouTube
Flutter Tutorial - SelectableText - Copy & Select All
Make your Text selectable in Flutter with SelectableText.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/selectable_text_example
- Buy My Courses: https…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/JohannesMilke/selectable_text_example
- Buy My Courses: https…
New post on Flutter Dev Google group:
Firebase Auth - How to login with existing gmail account?
Hi All, I'm creating a flutter app that's using Firebase FirebaseAuth, Firestore, etc. I've got both email/password authentication set up, as well as a 'Login with Google' button. The Login with Google button seems to do the trick, connecting the phone with my kencorey (the one I'm posting
September 19, 2020 at 06:28PM by Ken Corey
https://ift.tt/32MuPja
Firebase Auth - How to login with existing gmail account?
Hi All, I'm creating a flutter app that's using Firebase FirebaseAuth, Firestore, etc. I've got both email/password authentication set up, as well as a 'Login with Google' button. The Login with Google button seems to do the trick, connecting the phone with my kencorey (the one I'm posting
September 19, 2020 at 06:28PM by Ken Corey
https://ift.tt/32MuPja
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:
Recommended Android phone / tablet for development testing
Just finished my first tutorial and Flutter app, would like to try my apps out on physical phones and tablets going forward instead of the emulator.I’m an iOS guy and know pretty much zero about what’s out there in the Android world. Other than I see ads for the latest Galaxy and Pixel.I figure I can pick up a used device easily and for cheap (100 bucks or less) but what do you recommend?How old is too old for this use case?Is my definition of “cheap” unrealistic?What version of OS should I make sure it can run or does run?Any model / brands to just plain avoid?Recommendations on where to pick up a used one? (I’m not a fan of Craigslist or eBay. Was considering a pawn shop or GameStop).I was thinking a Kindle tablet would be cheap for the tablet; cursory google search said that should work.Appreciate the feedback.
September 19, 2020 at 07:06PM by not-bot-3000
https://ift.tt/2FNsRWW
Recommended Android phone / tablet for development testing
Just finished my first tutorial and Flutter app, would like to try my apps out on physical phones and tablets going forward instead of the emulator.I’m an iOS guy and know pretty much zero about what’s out there in the Android world. Other than I see ads for the latest Galaxy and Pixel.I figure I can pick up a used device easily and for cheap (100 bucks or less) but what do you recommend?How old is too old for this use case?Is my definition of “cheap” unrealistic?What version of OS should I make sure it can run or does run?Any model / brands to just plain avoid?Recommendations on where to pick up a used one? (I’m not a fan of Craigslist or eBay. Was considering a pawn shop or GameStop).I was thinking a Kindle tablet would be cheap for the tablet; cursory google search said that should work.Appreciate the feedback.
September 19, 2020 at 07:06PM by not-bot-3000
https://ift.tt/2FNsRWW
reddit
Recommended Android phone / tablet for development testing
Just finished my first tutorial and Flutter app, would like to try my apps out on physical phones and tablets going forward instead of the...
New post on /r/flutterdev subreddit:
Flutter Statemanagement - ChangeNotifierProvider
https://ift.tt/32IykaA
September 19, 2020 at 06:50PM by rrtutors
https://ift.tt/3mE9m3V
Flutter Statemanagement - ChangeNotifierProvider
https://ift.tt/32IykaA
September 19, 2020 at 06:50PM by rrtutors
https://ift.tt/3mE9m3V
Rrtutors
ChangeNotifierProvider - Flutter
which is the recommended way to do State Management for apps of all sizes. Providers, changeNotifierprovider
New post on /r/flutterdev subreddit:
Learn how you can accelerate Flutter App Development using Flutter Gems! - https://youtu.be/rgf2jKMcAhw @fluttergems
https://www.youtube.com/watch?v=rgf2jKMcAhw
September 19, 2020 at 06:50PM by ankmahato
https://ift.tt/2RJbMQx
Learn how you can accelerate Flutter App Development using Flutter Gems! - https://youtu.be/rgf2jKMcAhw @fluttergems
https://www.youtube.com/watch?v=rgf2jKMcAhw
September 19, 2020 at 06:50PM by ankmahato
https://ift.tt/2RJbMQx
YouTube
Accelerate Your Flutter App Development Using Flutter Gems!
This video demonstrates how you can accelerate your app development journey using the visual package discovery platform - Flutter Gems.
Website - https://fluttergems.dev
Website - https://fluttergems.dev
New post on /r/flutterdev subreddit:
Test a private social network connecting you to your closest friends, and their closest friends!
Hello everyone! My friends and I have built a private social network exclusive to your closest friends. A key feature is that you will be able to see your closest friends' closest friends, as this is usually a good filter to make meaningful connections.We are looking for beta testers to test the concept, and the overall features. Our testflight link is here, along with more information about the app: https://loopnetwork.app/beta-page . Loop is best used when you have your close friends on it, so feel free to add your contacts on the app or share the link with others!Let me know what you think!
September 19, 2020 at 09:01PM by DeliciousUmpire
https://ift.tt/3hJfDHR
Test a private social network connecting you to your closest friends, and their closest friends!
Hello everyone! My friends and I have built a private social network exclusive to your closest friends. A key feature is that you will be able to see your closest friends' closest friends, as this is usually a good filter to make meaningful connections.We are looking for beta testers to test the concept, and the overall features. Our testflight link is here, along with more information about the app: https://loopnetwork.app/beta-page . Loop is best used when you have your close friends on it, so feel free to add your contacts on the app or share the link with others!Let me know what you think!
September 19, 2020 at 09:01PM by DeliciousUmpire
https://ift.tt/3hJfDHR
New post on Flutter Dev Google group:
get paackages on vscode
Hi,everybody! is there a way to get packages for every project i create in vscode without connecting with internet conexion like what we do in android studio?
September 20, 2020 at 12:12AM by Yassin Bennkhay
https://ift.tt/3hHS95X
get paackages on vscode
Hi,everybody! is there a way to get packages for every project i create in vscode without connecting with internet conexion like what we do in android studio?
September 20, 2020 at 12:12AM by Yassin Bennkhay
https://ift.tt/3hHS95X
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 first ever flutter tutorial video. I am working on creating a series on Flutter apps built with AWS. :)
https://www.youtube.com/watch?v=70mFj8FZpTI&t=269s
September 20, 2020 at 05:48AM by PossibleFail2
https://ift.tt/33PMYwa
My first ever flutter tutorial video. I am working on creating a series on Flutter apps built with AWS. :)
https://www.youtube.com/watch?v=70mFj8FZpTI&t=269s
September 20, 2020 at 05:48AM by PossibleFail2
https://ift.tt/33PMYwa
New post on /r/flutterdev subreddit:
Flutter text field widget in detail
https://ift.tt/2ZUC6M5
September 20, 2020 at 09:01AM by nareshpradeep
https://ift.tt/2HkYAQd
Flutter text field widget in detail
https://ift.tt/2ZUC6M5
September 20, 2020 at 09:01AM by nareshpradeep
https://ift.tt/2HkYAQd
reddit
Flutter text field widget in detail
Posted in r/FlutterDev by u/nareshpradeep • 6 points and 9 comments
New post on /r/flutterdev subreddit:
FlutterForce — Week 88
https://ift.tt/3crqjKx
September 20, 2020 at 11:29AM by flutterist
https://ift.tt/33ZhOCD
FlutterForce — Week 88
https://ift.tt/3crqjKx
September 20, 2020 at 11:29AM by flutterist
https://ift.tt/33ZhOCD
Medium
FlutterForce — #Week 88
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Complete Guides To Flutter
Hello Friends,New update related to the Repo, I had updated the Repo with some more contents and also update the repo's/mini-apps in the Complete Guides Repository.The following updates had taken place both in the Main/Local Project mentioned in the Complete Guide's Repo:Description UpdatesLinks updated related to deployment links on the GitHub Pages/ Tutorials Links followed.Also, update some more information related to what I had learned by making that Mini-Application.The link of the Complete Guides to Flutter is here==>https://github.com/irahulcse/A-Complete-Guide-To-Flutter
September 20, 2020 at 12:12PM by flutterboxinc
https://ift.tt/32JY7PG
Complete Guides To Flutter
Hello Friends,New update related to the Repo, I had updated the Repo with some more contents and also update the repo's/mini-apps in the Complete Guides Repository.The following updates had taken place both in the Main/Local Project mentioned in the Complete Guide's Repo:Description UpdatesLinks updated related to deployment links on the GitHub Pages/ Tutorials Links followed.Also, update some more information related to what I had learned by making that Mini-Application.The link of the Complete Guides to Flutter is here==>https://github.com/irahulcse/A-Complete-Guide-To-Flutter
September 20, 2020 at 12:12PM by flutterboxinc
https://ift.tt/32JY7PG
GitHub
GitHub - irahulcse/A-Complete-Guide-To-Flutter: This repo contains all the small snippets related to Flutter Apps. Most of the…
This repo contains all the small snippets related to Flutter Apps. Most of the projects/apps are deployed on Flutter Web using GitHub Actions CI Pipeline. - irahulcse/A-Complete-Guide-To-Flutter
New post on /r/flutterdev subreddit:
Where to learn flutter?
Do I just read the documentation or buy a udemy course, etc. ?
September 20, 2020 at 12:25PM by ZuckEl1
https://ift.tt/3mBgSwD
Where to learn flutter?
Do I just read the documentation or buy a udemy course, etc. ?
September 20, 2020 at 12:25PM by ZuckEl1
https://ift.tt/3mBgSwD
reddit
Where to learn flutter?
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Video Call, Video Recording, Screen Sharing and Whiteboard
is there any package in which i get video call, screen sharing, video recording and whiteboard in flutter? https://ift.tt/3hNI5si i found this does any one used this?
September 20, 2020 at 02:38PM by Kamran Ali
https://ift.tt/2ZVoGiX
Video Call, Video Recording, Screen Sharing and Whiteboard
is there any package in which i get video call, screen sharing, video recording and whiteboard in flutter? https://ift.tt/3hNI5si i found this does any one used this?
September 20, 2020 at 02:38PM by Kamran Ali
https://ift.tt/2ZVoGiX
newuniverse.io
Screen Sharing SDK & API - NewUniverse.io
Our SDK & API can provide screen sharing directly into your app. Create a meeting with video or audio call conference then present your material by sharing your screen to other user.
New post on /r/flutterdev subreddit:
Circular Chart - Radial Chart
https://youtu.be/wvkeXt9Bw00
September 20, 2020 at 02:53PM by TheTechDesigner
https://ift.tt/3hKJ7Fh
Circular Chart - Radial Chart
https://youtu.be/wvkeXt9Bw00
September 20, 2020 at 02:53PM by TheTechDesigner
https://ift.tt/3hKJ7Fh
YouTube
Flutter Widget | 97 | 4. Circular Chart [ Radial Chart ] Useful Widget in Flutter | Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
New post on /r/flutterdev subreddit:
Access firebase via the credentials json file?
Is it possible to access firebase via the credentials json file rather than updating the files required by iOS and Android?
September 20, 2020 at 04:04PM by mrgnhnt96-dev
https://ift.tt/2RHCFEL
Access firebase via the credentials json file?
Is it possible to access firebase via the credentials json file rather than updating the files required by iOS and Android?
September 20, 2020 at 04:04PM by mrgnhnt96-dev
https://ift.tt/2RHCFEL
reddit
Access firebase via the credentials json file?
Is it possible to access firebase via the credentials json file rather than updating the files required by iOS and Android?