New post on Flutter Dev Google group:
How to automatically crop to data within an Image?
I have an image that I initialized to be all 0 values. * img.Image onlyDog = img.Image.from(decodedImage); // decodedImage is of size 720, 1080* * // reset all pixels to 0.* * img.fill(onlyDog, img.Color.fromRgba(0, 0, 0, 0));* The full size of the ``onlyDog`` image is ``720 x 1080``.
September 01, 2020 at 02:15PM by Faraz Khan
https://ift.tt/32LNKcY
How to automatically crop to data within an Image?
I have an image that I initialized to be all 0 values. * img.Image onlyDog = img.Image.from(decodedImage); // decodedImage is of size 720, 1080* * // reset all pixels to 0.* * img.fill(onlyDog, img.Color.fromRgba(0, 0, 0, 0));* The full size of the ``onlyDog`` image is ``720 x 1080``.
September 01, 2020 at 02:15PM by Faraz Khan
https://ift.tt/32LNKcY
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:
Is there any reason to use Dio over dart:http?
I'm writing an app that uses a REST API to get data and I'm using the dart:http package for requests. Is there any reason to use a library like Dio instead? It looks like it does the same as dart:http.
September 01, 2020 at 02:47PM by UnicornsOnLSD
https://ift.tt/2EPJTDk
Is there any reason to use Dio over dart:http?
I'm writing an app that uses a REST API to get data and I'm using the dart:http package for requests. Is there any reason to use a library like Dio instead? It looks like it does the same as dart:http.
September 01, 2020 at 02:47PM by UnicornsOnLSD
https://ift.tt/2EPJTDk
reddit
Is there any reason to use Dio over dart:http?
I'm writing an app that uses a REST API to get data and I'm using the dart:http package for requests. Is there any reason to use a library like...
New post on /r/flutterdev subreddit:
App Feedback Thread - September 01, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
September 01, 2020 at 02:33PM by AutoModerator
https://ift.tt/31KlWq3
App Feedback Thread - September 01, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
September 01, 2020 at 02:33PM by AutoModerator
https://ift.tt/31KlWq3
reddit
App Feedback Thread - September 01, 2020
This thread is for getting feedback on your own apps. ####Developers: - must **provide feedback** for others - must include **Play Store**,...
New post on /r/flutterdev subreddit:
Flutter Version individual for every project - Flutter Version Manager - Flutter Tutorial
https://youtu.be/R6vKde1vIGQ
September 01, 2020 at 03:46PM by MyracleDesign
https://ift.tt/2YTULqN
Flutter Version individual for every project - Flutter Version Manager - Flutter Tutorial
https://youtu.be/R6vKde1vIGQ
September 01, 2020 at 03:46PM by MyracleDesign
https://ift.tt/2YTULqN
YouTube
Flutter Version individual for every project - Flutter Version Manager
The Flutter Version Manager helps us to manage different Flutter Versions on one computer. It allows us to quickly change between different channels and versions of Flutter. In this video, I will explain to you what the FVM is, how to install, use it and…
New tweet from FlutterDev:
🌴 <Google Summer of Code 2020>
With a Google mentor, @ayushbherwani built a PlatformChannel sample app to send messages between @dart_lang and native code using platform channels.
Learn more about his #GSoC experience ↓ https://t.co/SpdZiCwp6Y— Flutter (@FlutterDev) September 1, 2020
September 01, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1300818195222351876
🌴 <Google Summer of Code 2020>
With a Google mentor, @ayushbherwani built a PlatformChannel sample app to send messages between @dart_lang and native code using platform channels.
Learn more about his #GSoC experience ↓ https://t.co/SpdZiCwp6Y— Flutter (@FlutterDev) September 1, 2020
September 01, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1300818195222351876
Twitter
Ayush Bherwani (@ayushbherwani) | Twitter
The latest Tweets from Ayush Bherwani (@ayushbherwani). Organizer @fluttervadodara, GSoC'20 @dart_lang, Ex-Lead @DSC_PU, #Mozillian, Tech Speaker, Flutter, Android, & Blockchain. India
New post on /r/flutterdev subreddit:
basic TCP sockets .
HiI want to create a client tcp socket , where I connect, send and read data. WebSockets isnt any use as I dont want to use HTTP etc , but just basic read and writes (with call backs). I will be sending and reading non ascii characters. I cant find any examples, anyone point me in the direction of a good example?ThanksScott
September 01, 2020 at 05:25PM by ScottDe123
https://ift.tt/34U9cio
basic TCP sockets .
HiI want to create a client tcp socket , where I connect, send and read data. WebSockets isnt any use as I dont want to use HTTP etc , but just basic read and writes (with call backs). I will be sending and reading non ascii characters. I cant find any examples, anyone point me in the direction of a good example?ThanksScott
September 01, 2020 at 05:25PM by ScottDe123
https://ift.tt/34U9cio
reddit
basic TCP sockets .
Hi I want to create a client tcp socket , where I connect, send and read data. WebSockets isnt any use as I dont want to use HTTP etc , but...
New post on /r/flutterdev subreddit:
Animated GIFs vs. Rive (Flare) vs. Flutter animations
I'm trying to find research (or any information really) regarding the title matter.What is the most efficient method of generating looping animations with-in an app? For example: as an animated loader or a button's icon.Personal experience shows me that Flare is the most resource intensive (at least, in debug mode), while GIFs are the least (but require buffering).Would love to see what you guys have experienced or know about this subject.
September 01, 2020 at 06:03PM by senseBOP
https://ift.tt/2GjIrtG
Animated GIFs vs. Rive (Flare) vs. Flutter animations
I'm trying to find research (or any information really) regarding the title matter.What is the most efficient method of generating looping animations with-in an app? For example: as an animated loader or a button's icon.Personal experience shows me that Flare is the most resource intensive (at least, in debug mode), while GIFs are the least (but require buffering).Would love to see what you guys have experienced or know about this subject.
September 01, 2020 at 06:03PM by senseBOP
https://ift.tt/2GjIrtG
reddit
Animated GIFs vs. Rive (Flare) vs. Flutter animations
I'm trying to find research (or any information really) regarding the title matter. What is the most efficient method of generating looping...
New post on /r/flutterdev subreddit:
Enforce Length & Lines For Textfields (Tutorial)
https://www.youtube.com/watch?v=FxmlU5NnRX8
September 01, 2020 at 06:02PM by JohannesMilke
https://ift.tt/3gNXicu
Enforce Length & Lines For Textfields (Tutorial)
https://www.youtube.com/watch?v=FxmlU5NnRX8
September 01, 2020 at 06:02PM by JohannesMilke
https://ift.tt/3gNXicu
YouTube
Flutter Tutorial - Textfield - Enforce Length & Lines
We use the TextField and enforce the length which can be typed and we enforce the line breaks the user can type.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/Johann…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source code: https://github.com/Johann…
New post on /r/flutterdev subreddit:
Extending State‹T› - gskinner blog
https://ift.tt/31PORcp
September 01, 2020 at 06:22PM by gskinner_team
https://ift.tt/34Vngsi
Extending State‹T› - gskinner blog
https://ift.tt/31PORcp
September 01, 2020 at 06:22PM by gskinner_team
https://ift.tt/34Vngsi
gskinner blog
Flutter: Extending State‹T› - gskinner blog
Recently we've been exploring the ability to extend the base State<T> class, to add additional capabilities to our views, or writing our own custom
New post on /r/flutterdev subreddit:
Hi guys i hope you like this new video of the series :D let me know where I can do better thanks to all
https://www.youtube.com/watch?v=HaHbQOZfP3s
September 01, 2020 at 07:02PM by workflow_2
https://ift.tt/2EWbwui
Hi guys i hope you like this new video of the series :D let me know where I can do better thanks to all
https://www.youtube.com/watch?v=HaHbQOZfP3s
September 01, 2020 at 07:02PM by workflow_2
https://ift.tt/2EWbwui
YouTube
- YouTube
New post on /r/flutterdev subreddit:
AirCare - My app that helps you track air pollution in the US, Europe and Australia
https://getaircare.com/
September 01, 2020 at 07:24PM by gjovanovski
https://ift.tt/3bfZI2e
AirCare - My app that helps you track air pollution in the US, Europe and Australia
https://getaircare.com/
September 01, 2020 at 07:24PM by gjovanovski
https://ift.tt/3bfZI2e
AirCare by EarthCare.ai
AirCare - Free Air Quality & Pollen Tracking App
Track air pollution & pollen via the world's most simple and intuitive mobile application! Download AirCare for free and know what you breathe!
New post on /r/flutterdev subreddit:
Flutter app to help you find tools, services and knowledge to protect your privacy.
https://ift.tt/3hTIQko
September 01, 2020 at 07:21PM by Anoop_kumar
https://ift.tt/3jEJTVX
Flutter app to help you find tools, services and knowledge to protect your privacy.
https://ift.tt/3hTIQko
September 01, 2020 at 07:21PM by Anoop_kumar
https://ift.tt/3jEJTVX
GitHub
craterx/Privacy-Tools
Flutter app to help you find tools, services and knowledge to protect your privacy. Install - craterx/Privacy-Tools
New tweet from FlutterDev:
✅ Learn testing in an easy, quick way.
During Google Summer of Code @official_Abd_ created a sample app that focuses on helping developers learn best practices for testing Flutter apps using Flutter Driver!#GSoC
Read more here ↓ https://t.co/mHvhUHYlR4— Flutter (@FlutterDev) September 1, 2020
September 01, 2020 at 08:30PM
http://twitter.com/FlutterDev/status/1300863636538179584
✅ Learn testing in an easy, quick way.
During Google Summer of Code @official_Abd_ created a sample app that focuses on helping developers learn best practices for testing Flutter apps using Flutter Driver!#GSoC
Read more here ↓ https://t.co/mHvhUHYlR4— Flutter (@FlutterDev) September 1, 2020
September 01, 2020 at 08:30PM
http://twitter.com/FlutterDev/status/1300863636538179584
Twitter
Abdullah Deshmukh (@Official_Abd_) | Twitter
The latest Tweets from Abdullah Deshmukh (@Official_Abd_). GSoC'20 @dart_lang | Mobile App Engineer. Pune, India
New post on /r/flutterdev subreddit:
In-depth report on how mobile CI/CD is done: The State of Mobile CI/CD in 2020
https://jasoncarter.co/
September 01, 2020 at 08:17PM by jcarterm
https://ift.tt/2YUCAl2
In-depth report on how mobile CI/CD is done: The State of Mobile CI/CD in 2020
https://jasoncarter.co/
September 01, 2020 at 08:17PM by jcarterm
https://ift.tt/2YUCAl2
jasoncarter.co
Jason Carter | Mobile Technology Advisor
New post on Flutter Dev Google group:
Class 'String' has no instance getter 'path'.
Hi there, I need help, just got this error: [image: Screenshot (331).png] and I don't understand what it's saying here is my code for `authstate`: ``` Future
Class 'String' has no instance getter 'path'.
Hi there, I need help, just got this error: [image: Screenshot (331).png] and I don't understand what it's saying here is my code for `authstate`: ``` Future
New post on Flutter Dev Google group:
About the file with exports....for Noobs
Hello, I'm learning Flutter: I've seen this examples and tutorials where the teacher or tutor creates a file that contains only lines with exports like so: export 'folder/file1.dart'; export 'anotherfolder/file2.dart'; And nothing else, Why is this? How this works? Regards to any whom can
September 01, 2020 at 09:51PM by Alejandro Ariel Fachini
https://ift.tt/2YVDSfI
About the file with exports....for Noobs
Hello, I'm learning Flutter: I've seen this examples and tutorials where the teacher or tutor creates a file that contains only lines with exports like so: export 'folder/file1.dart'; export 'anotherfolder/file2.dart'; And nothing else, Why is this? How this works? Regards to any whom can
September 01, 2020 at 09:51PM by Alejandro Ariel Fachini
https://ift.tt/2YVDSfI
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:
Understanding the Flutter Architecture.
https://ift.tt/3gTZezT
September 01, 2020 at 12:00PM by acctgen1
https://ift.tt/2EMtH6a
Understanding the Flutter Architecture.
https://ift.tt/3gTZezT
September 01, 2020 at 12:00PM by acctgen1
https://ift.tt/2EMtH6a
Samuel Adekunle(acctgen1)'s Blog
Understanding the Flutter Architecture.
So now that we know what Flutter is or that we at least have a rough idea about it, let’s have a look at the architecture of a Flutter application, and there, the most important thing is that Flutter uses code to build a user interface.
Now let’s, fi...
Now let’s, fi...
New post on /r/flutterdev subreddit:
Hive ❤️ Flutter - Lightweight & Fast NoSQL Database 🔥| Learn in Just 15 Mins Video
https://youtu.be/HsPG7uqQRSs
September 01, 2020 at 03:14PM by SnippetCoder
https://ift.tt/2ELfeqY
Hive ❤️ Flutter - Lightweight & Fast NoSQL Database 🔥| Learn in Just 15 Mins Video
https://youtu.be/HsPG7uqQRSs
September 01, 2020 at 03:14PM by SnippetCoder
https://ift.tt/2ELfeqY
YouTube
Hive ❤️ Flutter - Lightweight & Fast NoSQL Database 🔥| Learn in Just 15 Mins Video
In this video, we will learn The Best way to learn Hive Lightweight & Fast NoSQL Database in Fluter Development. Beginner to Advanced in Just 30 Mins Video
📄Source Code Video
https://github.com/SnippetCoders/flutter_sqlite
📎Flutter Plugins
https://pub.…
📄Source Code Video
https://github.com/SnippetCoders/flutter_sqlite
📎Flutter Plugins
https://pub.…
New post on /r/flutterdev subreddit:
Managing multiple themes in flutter application
https://ift.tt/2YT0Ofx
September 01, 2020 at 05:32PM by devfelix
https://ift.tt/2QIWw5E
Managing multiple themes in flutter application
https://ift.tt/2YT0Ofx
September 01, 2020 at 05:32PM by devfelix
https://ift.tt/2QIWw5E
DAMMAK
Managing multiple themes in flutter application
One of the trending concepts in the mobile application is the ability to have multiple themes such as light and dark themes, and you can have as many themes as possible in your application. the question right now is how to manage the theme in order t...
New post on /r/flutterdev subreddit:
Useful video - Pragmatic State Management in Flutter (Google I/O'19)
Hi group,
I imagine some of you may have already seen this talk, but want to post this as a really helpful resource, in case it helps out anyone as it did for me.https://www.youtube.com/watch?v=d_m5csmrf7IApologies in advance if this does not pass rule number 9.
September 01, 2020 at 11:49PM by goshawk_unit
https://ift.tt/3i1IKXO
Useful video - Pragmatic State Management in Flutter (Google I/O'19)
Hi group,
I imagine some of you may have already seen this talk, but want to post this as a really helpful resource, in case it helps out anyone as it did for me.https://www.youtube.com/watch?v=d_m5csmrf7IApologies in advance if this does not pass rule number 9.
September 01, 2020 at 11:49PM by goshawk_unit
https://ift.tt/3i1IKXO
YouTube
Pragmatic State Management in Flutter (Google I/O'19)
Declarative UI frameworks eliminate whole classes of bugs. But they can also be a puzzle until you figure out how to structure your app logic around them. Walk through Flutter's app with live data and see how to structure content in a simple yet scalable…
New post on /r/flutterdev subreddit:
Quick and Easy geometric animations with Flutter Canvas
https://youtu.be/NrvtiY8w59A
September 01, 2020 at 11:41PM by indy900000
https://ift.tt/3gJTw3G
Quick and Easy geometric animations with Flutter Canvas
https://youtu.be/NrvtiY8w59A
September 01, 2020 at 11:41PM by indy900000
https://ift.tt/3gJTw3G
YouTube
Flutter Canvas Animations - Live Coding - Generative Art [Shorts 1] (2020)
Generative art is a way of creating art using code.
In this video I will show you how get creative and create an animated geometric pattern using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…
In this video I will show you how get creative and create an animated geometric pattern using Flutter canvas.
Flutter is a UI framework from Google for cross platform mobile and desktop app development.…