New post on Flutter Dev Google group:
Flutter testing newbie help
Hi peeps I have been developing my own app and now that im finished i wanna test that app. But the issue is i haven`t seen any tutorials or examples similar to mine every video just takes the basic example from flutter docs and explains it. Is anyone willing to show me how to run widget tests
September 01, 2020 at 09:17AM by Nikola Jovanoski
https://ift.tt/2YT4fD0
Flutter testing newbie help
Hi peeps I have been developing my own app and now that im finished i wanna test that app. But the issue is i haven`t seen any tutorials or examples similar to mine every video just takes the basic example from flutter docs and explains it. Is anyone willing to show me how to run widget tests
September 01, 2020 at 09:17AM by Nikola Jovanoski
https://ift.tt/2YT4fD0
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:
Method was called on null
Hi I am getting this error when using bloc. I am not sure why it says so. Here is the code I am using injectable but @injectable class SignupFormBloc extends Bloc
Method was called on null
Hi I am getting this error when using bloc. I am not sure why it says so. Here is the code I am using injectable but @injectable class SignupFormBloc extends Bloc
New post on /r/flutterdev subreddit:
Flutter Coffee Shop App UI Design
https://youtu.be/I5Sxm-PeiKw
September 01, 2020 at 12:31PM by PennyPainter
https://ift.tt/2QHwzDR
Flutter Coffee Shop App UI Design
https://youtu.be/I5Sxm-PeiKw
September 01, 2020 at 12:31PM by PennyPainter
https://ift.tt/2QHwzDR
YouTube
Coffee shop app UI Design | Flutter Speed code
Process of creating UI design for a Coffee Shop app using flutter and dart programming.
Source Code : https://github.com/tonydavidx/Coffee_Shop_FlutterApp
Timestamps:
0:00 - Intro
0:09 - Project Setup
1:30 - Home Page Start
9:12 - Order Page
#flutter…
Source Code : https://github.com/tonydavidx/Coffee_Shop_FlutterApp
Timestamps:
0:00 - Intro
0:09 - Project Setup
1:30 - Home Page Start
9:12 - Order Page
#flutter…
New post on /r/flutterdev subreddit:
Updated Cloud Firestore Queries through the new Firebase Update!(Including the solution over FirebaseException and Firebase.InitializeApp)
https://youtu.be/rFKVOeyumWE
September 01, 2020 at 12:24PM by abhishvekpvt
https://ift.tt/3jLvGqn
Updated Cloud Firestore Queries through the new Firebase Update!(Including the solution over FirebaseException and Firebase.InitializeApp)
https://youtu.be/rFKVOeyumWE
September 01, 2020 at 12:24PM by abhishvekpvt
https://ift.tt/3jLvGqn
YouTube
Flutter Firestore Read And Write Data📘 | Flutter Firestore CRUD Example | Flutter Firestore CRUD
⚡Firebase methods are updated,New features are included! Let's Create and Read Data from Cloud Firestore along with new Update,Shall we?Flutter Cloud Firestore Operations CRUD
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee…
⛄Support Me(please) To Get Complete Source Code With Some Cookies🍪
☑️ Buymeacoffee…
New post on Flutter Dev Google group:
ReorderableListView children different than a List.map()
I have posted an issue on github => https://ift.tt/3hMUk9r This is not a bug but a problem I am facing while making the todoey app. Please take a look at it and help me if you can. Thank you.
September 01, 2020 at 01:21PM by Varun Arora
https://ift.tt/3jBVghs
ReorderableListView children different than a List.map()
I have posted an issue on github => https://ift.tt/3hMUk9r This is not a bug but a problem I am facing while making the todoey app. Please take a look at it and help me if you can. Thank you.
September 01, 2020 at 01:21PM by Varun Arora
https://ift.tt/3jBVghs
GitHub
ReorderableListView children different than a List.map() · Issue #65011 · flutter/flutter
This is not a bug but a problem I face while making a simple todoey app which has TaskList.dart file which showed TaskTiles using ListView.builder method. However, to reorder the tasks, I tried add...
New post on /r/flutterdev subreddit:
Exposing all Android NDK apis with FFI bindings
I've grown quite fond of generating libraries lately, and it got me wondering. I'm not well versed in the Android NDK, but shouldn't it be possible to generate FFI-bindings for all NDK APIs? Do all APIs have shared libraries located in the OS like OpenGL? It feels like a huge opportunity to be able to publish a pure Dart package instead of a plugin for these functionalities.
September 01, 2020 at 01:35PM by Schwusch
https://ift.tt/3gJ4EO9
Exposing all Android NDK apis with FFI bindings
I've grown quite fond of generating libraries lately, and it got me wondering. I'm not well versed in the Android NDK, but shouldn't it be possible to generate FFI-bindings for all NDK APIs? Do all APIs have shared libraries located in the OS like OpenGL? It feels like a huge opportunity to be able to publish a pure Dart package instead of a plugin for these functionalities.
September 01, 2020 at 01:35PM by Schwusch
https://ift.tt/3gJ4EO9
GitHub
GitHub - agilord/aws_client: High-level APIs for Amazon Web Services (AWS) in Dart
High-level APIs for Amazon Web Services (AWS) in Dart - agilord/aws_client
New post on /r/flutterdev subreddit:
Weekly Flutter showcase?
When is this even happening? (Closed source)
September 01, 2020 at 02:06PM by chrisrutkowski
https://ift.tt/34QRRXF
Weekly Flutter showcase?
When is this even happening? (Closed source)
September 01, 2020 at 02:06PM by chrisrutkowski
https://ift.tt/34QRRXF
reddit
Weekly Flutter showcase?
When is this even happening? (Closed source)
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