New post on Flutter Dev Google group:
Flutter Android file has not been updated since ... more than
One year!!! @Andy, May be 3 people really active in the thread ... But thousands of Flutter app will be concerned if nothing is done. @everybody Which means: Flutter app will systematically scratch on Android Unsecure obsolete Gradle will create a serious security problem @flutter team Are you
November 17, 2020 at 11:43PM by Bened
https://ift.tt/2IBzRIl
Flutter Android file has not been updated since ... more than
One year!!! @Andy, May be 3 people really active in the thread ... But thousands of Flutter app will be concerned if nothing is done. @everybody Which means: Flutter app will systematically scratch on Android Unsecure obsolete Gradle will create a serious security problem @flutter team Are you
November 17, 2020 at 11:43PM by Bened
https://ift.tt/2IBzRIl
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:
About Getx
What happened with Getx, will they stop development ?
November 18, 2020 at 05:08AM by kinshipbillah
https://ift.tt/36RncZY
About Getx
What happened with Getx, will they stop development ?
November 18, 2020 at 05:08AM by kinshipbillah
https://ift.tt/36RncZY
reddit
About Getx
What happened with Getx, will they stop development ?
New post on /r/flutterdev subreddit:
Flutter + Firebase books?
Hello dev’s, I’ve just put down Flutter for Dummies and still feel like I’m missing so much. The book was a good start, though I did have a few issues with some areas. I am able to layout a nice application, but I still have very little knowledge of Firebase, and JSON for that matter! Mostly used SQL and xml in the past.I’m wondering if there’s any material that will really break down the correlation between both of these applications. I can’t learn it the same reading articles, I need the hard copy. (Maybe I should try printing it, lol)I’d also be interested in any Android Studio / firebase books that you may have found interesting as well. Thanks in advance!
November 18, 2020 at 07:09AM by alexstrips
https://ift.tt/2Uz1aW5
Flutter + Firebase books?
Hello dev’s, I’ve just put down Flutter for Dummies and still feel like I’m missing so much. The book was a good start, though I did have a few issues with some areas. I am able to layout a nice application, but I still have very little knowledge of Firebase, and JSON for that matter! Mostly used SQL and xml in the past.I’m wondering if there’s any material that will really break down the correlation between both of these applications. I can’t learn it the same reading articles, I need the hard copy. (Maybe I should try printing it, lol)I’d also be interested in any Android Studio / firebase books that you may have found interesting as well. Thanks in advance!
November 18, 2020 at 07:09AM by alexstrips
https://ift.tt/2Uz1aW5
reddit
Flutter + Firebase books?
Hello dev’s, I’ve just put down Flutter for Dummies and still feel like I’m missing so much. The book was a good start, though I did have a few...
New post on Flutter Dev Google group:
Importing external files like sheets, docs, texts from cloud and fetching inside app
hello, I am new to flutter, I want to use some external sheets or docs and such which can be edited/ modified and be replaced with newer versions. In flutter, I want to create placeholders for those data and want to link them so those can be updated without hardcoding. Is this possible? What is
November 18, 2020 at 08:36AM by Neail
https://ift.tt/3lHNjZo
Importing external files like sheets, docs, texts from cloud and fetching inside app
hello, I am new to flutter, I want to use some external sheets or docs and such which can be edited/ modified and be replaced with newer versions. In flutter, I want to create placeholders for those data and want to link them so those can be updated without hardcoding. Is this possible? What is
November 18, 2020 at 08:36AM by Neail
https://ift.tt/3lHNjZo
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:
Introducing a new simple flutter widget animator
Introducing a new simple flutter widget animator. The widget helps to animate any widget you have such as a profile or an image or anything elseyou can find more about it here:medium articleand you can add it to your app directly from here:package link
November 18, 2020 at 09:11AM by ElectricalControl376
https://ift.tt/3fb3ID6
Introducing a new simple flutter widget animator
Introducing a new simple flutter widget animator. The widget helps to animate any widget you have such as a profile or an image or anything elseyou can find more about it here:medium articleand you can add it to your app directly from here:package link
November 18, 2020 at 09:11AM by ElectricalControl376
https://ift.tt/3fb3ID6
Medium
Introducing a new Flutter widget animator
The Widget Source code at the end.
New post on /r/flutterdev subreddit:
Deprecation Lifetime in Flutter
https://ift.tt/32UHn7S
November 18, 2020 at 08:04AM by EngineerScientist
https://ift.tt/38RXuHb
Deprecation Lifetime in Flutter
https://ift.tt/32UHn7S
November 18, 2020 at 08:04AM by EngineerScientist
https://ift.tt/38RXuHb
Medium
Deprecation Lifetime in Flutter
Reliably removing deprecated code on a scheduled basis.
New post on /r/flutterdev subreddit:
BuildContext In-Depth tutorial for those of you that are not really familiarised with the concept
https://youtu.be/iNgwFMm3opE
November 17, 2020 at 04:02PM by W_C_K_D
https://ift.tt/3967Gfx
BuildContext In-Depth tutorial for those of you that are not really familiarised with the concept
https://youtu.be/iNgwFMm3opE
November 17, 2020 at 04:02PM by W_C_K_D
https://ift.tt/3967Gfx
YouTube
#8 - BuildContext In-Depth Explanation - Fix BlocProvider.of() fails to find a context containing...
Hi there!
Here's the github repository where you can clone all the source code:
https://github.com/TheWCKD/blocFromZeroToHero
In this tutorial I will introduce you to how Flutter builds the widget tree and how the widget tree is structured and organised…
Here's the github repository where you can clone all the source code:
https://github.com/TheWCKD/blocFromZeroToHero
In this tutorial I will introduce you to how Flutter builds the widget tree and how the widget tree is structured and organised…
New post on Flutter Dev Google group:
Flutter to String to CPP array of character pointers
Hello, I have a CPP code with the exposed API with following signature int external_main(int numArgs, const char *args[], void (*progressCallback) (const int completed, const int total)); I am able to generate the equivalent InterOp signature using ffigen . Need help in to convert flutter String
November 18, 2020 at 10:50AM by Venkata Subba Raju GanapathiRaju
https://ift.tt/3f8cdyX
Flutter to String to CPP array of character pointers
Hello, I have a CPP code with the exposed API with following signature int external_main(int numArgs, const char *args[], void (*progressCallback) (const int completed, const int total)); I am able to generate the equivalent InterOp signature using ffigen . Need help in to convert flutter String
November 18, 2020 at 10:50AM by Venkata Subba Raju GanapathiRaju
https://ift.tt/3f8cdyX
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 Clean Architecture with TDD Template
https://ift.tt/3kPIAUp
November 18, 2020 at 11:30AM by iamharsh_07
https://ift.tt/38V6QlE
Flutter Clean Architecture with TDD Template
https://ift.tt/3kPIAUp
November 18, 2020 at 11:30AM by iamharsh_07
https://ift.tt/38V6QlE
GitHub
GitHub - harshshinde07/Flutter-Clean-Architecture-with-TDD-Template: A Flutter Template for implementing Clean Architecture with…
A Flutter Template for implementing Clean Architecture with Test Driven Development - GitHub - harshshinde07/Flutter-Clean-Architecture-with-TDD-Template: A Flutter Template for implementing Clean ...
New post on /r/flutterdev subreddit:
Anyone tried Flutter on the new M1 macs?
I want to know if it works before I buy one.
November 18, 2020 at 12:24PM by imdeadinsidelol
https://ift.tt/36Jwg2M
Anyone tried Flutter on the new M1 macs?
I want to know if it works before I buy one.
November 18, 2020 at 12:24PM by imdeadinsidelol
https://ift.tt/36Jwg2M
reddit
Anyone tried Flutter on the new M1 macs?
I want to know if it works before I buy one.
New post on /r/flutterdev subreddit:
Flutter App Access, Onboarding UI & more - WEEK 45 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=3zJDAsuyAIw&feature=share
November 18, 2020 at 12:03PM by syntacops
https://ift.tt/3pIw0dg
Flutter App Access, Onboarding UI & more - WEEK 45 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=3zJDAsuyAIw&feature=share
November 18, 2020 at 12:03PM by syntacops
https://ift.tt/3pIw0dg
YouTube
Flutter App Access, Onboarding UI & more - WEEK 45 - PUB.DEV RELEASES
Remote control of your Flutter app access, a package which simplifies the work with app widgets, a no code onboarding editor and many more Flutter and Dart packages were released in calendar week 45. #flutter #app #access
📦 MORE RELEASE VIDEOS:
https:/…
📦 MORE RELEASE VIDEOS:
https:/…
New post on /r/flutterdev subreddit:
Requesting Flutter emoji in Operating Systems
Is there by any chance a way to create a Flutter emoji? 🤔It would look awesome 😎✨Below is a concept that shows the awesomeness! 🚀Photos in tweet 🔥Tweet Link: https://twitter.com/yazeedalkhalaf/status/1329041098426159104?s=21
November 18, 2020 at 01:51PM by YazeedAlKhalaf
https://ift.tt/3f8LrGH
Requesting Flutter emoji in Operating Systems
Is there by any chance a way to create a Flutter emoji? 🤔It would look awesome 😎✨Below is a concept that shows the awesomeness! 🚀Photos in tweet 🔥Tweet Link: https://twitter.com/yazeedalkhalaf/status/1329041098426159104?s=21
November 18, 2020 at 01:51PM by YazeedAlKhalaf
https://ift.tt/3f8LrGH
Twitter
Yazeed AlKhalaf 💙
Is there by any chance a way to create a @FlutterDev emoji? 🤔 It would look awesome 😎✨ Below is a concept that shows the awesomeness! 🚀 @csells @tadaspetra @redbrogdon @biz84 @pr_Mais @FlutterComm @r_FlutterDev @FlutterVikings @timsneath @geekmz
New post on Flutter Dev Google group:
R8 warning
[ +1 ms] WARNING: The option setting 'android.enableR8=true' is deprecated. [ ] It will be removed in version 5.0 of the Android Gradle plugin. [ ] You will no longer be able to disable R8 I am using Windows and Android Studio. the only warning I have is this one. Shall I worry
November 18, 2020 at 02:51PM by Bened
https://ift.tt/36PKDTl
R8 warning
[ +1 ms] WARNING: The option setting 'android.enableR8=true' is deprecated. [ ] It will be removed in version 5.0 of the Android Gradle plugin. [ ] You will no longer be able to disable R8 I am using Windows and Android Studio. the only warning I have is this one. Shall I worry
November 18, 2020 at 02:51PM by Bened
https://ift.tt/36PKDTl
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:
FlutterVikings - Day 2 livestream
https://m.youtube.com/watch?feature=youtu.be&v=sYG7HAGu_Eg
November 18, 2020 at 03:04PM by Elixane
https://ift.tt/32X9HGJ
FlutterVikings - Day 2 livestream
https://m.youtube.com/watch?feature=youtu.be&v=sYG7HAGu_Eg
November 18, 2020 at 03:04PM by Elixane
https://ift.tt/32X9HGJ
YouTube
FlutterVikings - Day 2
00:00:00 Opening
00:07:03 Testing Everything In Flutter - Miguel Beltran
00:29:33 A Flutter Developers Journey: From Package Discovery To Publishing And Beyond - Ashita Prasad
00:45:20 Fried Bird: Preparing Flutter For The Production Usage - Vladimir Ivanov…
00:07:03 Testing Everything In Flutter - Miguel Beltran
00:29:33 A Flutter Developers Journey: From Package Discovery To Publishing And Beyond - Ashita Prasad
00:45:20 Fried Bird: Preparing Flutter For The Production Usage - Vladimir Ivanov…
New post on /r/flutterdev subreddit:
Flutter & Dart Tips
https://ift.tt/3feG490
November 18, 2020 at 03:25PM by tledrag
https://ift.tt/2ILqLse
Flutter & Dart Tips
https://ift.tt/3feG490
November 18, 2020 at 03:25PM by tledrag
https://ift.tt/2ILqLse
New post on /r/flutterdev subreddit:
Flutter - Attractive E-commerce Product Listing in Just 5 Minutes
https://www.youtube.com/watch?v=AqHZpkA8_Co&t=2s
November 18, 2020 at 04:49PM by singh_preet_
https://ift.tt/35Hrxzr
Flutter - Attractive E-commerce Product Listing in Just 5 Minutes
https://www.youtube.com/watch?v=AqHZpkA8_Co&t=2s
November 18, 2020 at 04:49PM by singh_preet_
https://ift.tt/35Hrxzr
YouTube
Flutter - Attractive E-commerce Product Listing in Just 5 Minutes
Nice clean #ecommerce app #UI using #fluttersource code- https://github.com/singh-preet/Stojodesign -https://dribbble.com/shots/14286390-Stojo-Mobile-AppThan...
New post on /r/flutterdev subreddit:
Quick Silent Coding: Using #Flutter's animation package for navigation transformation animations
https://www.youtube.com/watch?v=rfuI2CcIA3o&feature=share
November 18, 2020 at 05:50PM by ibhavikmakwana
https://ift.tt/3nyQRh4
Quick Silent Coding: Using #Flutter's animation package for navigation transformation animations
https://www.youtube.com/watch?v=rfuI2CcIA3o&feature=share
November 18, 2020 at 05:50PM by ibhavikmakwana
https://ift.tt/3nyQRh4
YouTube
Quick Silent Coding: Using #Flutter's animation package for navigation transformation animations
In this video we will check out How we can use a package from #Flutter to create some awesome animations easily.Today we will check out How to use `OpenConta...
New post on /r/flutterdev subreddit:
Progress Indicator - Deep Dive - Flutter (Tutorial)
https://www.youtube.com/watch?v=y4_x6Ss8gOE
November 18, 2020 at 05:25PM by JohannesMilke
https://ift.tt/35FQgnx
Progress Indicator - Deep Dive - Flutter (Tutorial)
https://www.youtube.com/watch?v=y4_x6Ss8gOE
November 18, 2020 at 05:25PM by JohannesMilke
https://ift.tt/35FQgnx
YouTube
Flutter Tutorial - Progress Indicator - Deep Dive
Create a linear and circular progress indicator while downloading a file from the web in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/progres…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/progres…
New post on /r/flutterdev subreddit:
Are there any Flutter developer jobs?
So, I like Flutter. While I have a job that doesn’t involve it, I’ve been creating apps in my free time using Flutter for a while now (coming from a React background, it’s been extremely easy to get the hang of it). However, my job doesn’t look so stable anymore. It’s possible that by the end of the year, I’ll have to look for other opportunities. And yeah, I’d love to make apps using flutter professionally. However, having gone through a few job listing sites, I didn’t really see any Flutter job openings.What are your experiences?
November 18, 2020 at 05:25PM by LetsNotBeTooQuick
https://ift.tt/38VJV9I
Are there any Flutter developer jobs?
So, I like Flutter. While I have a job that doesn’t involve it, I’ve been creating apps in my free time using Flutter for a while now (coming from a React background, it’s been extremely easy to get the hang of it). However, my job doesn’t look so stable anymore. It’s possible that by the end of the year, I’ll have to look for other opportunities. And yeah, I’d love to make apps using flutter professionally. However, having gone through a few job listing sites, I didn’t really see any Flutter job openings.What are your experiences?
November 18, 2020 at 05:25PM by LetsNotBeTooQuick
https://ift.tt/38VJV9I
reddit
Are there any Flutter developer jobs?
So, I like Flutter. While I have a job that doesn’t involve it, I’ve been creating apps in my free time using Flutter for a while now (coming from...
New post on Flutter Dev Google group:
React and Flutter Developer
I have an urgent requirement for Flutter and React Developer. If anyone interested they can Whatsapp me on +91-94798 40841
November 18, 2020 at 06:27PM by Shraddha Khandelwal
https://ift.tt/2IQTrAn
React and Flutter Developer
I have an urgent requirement for Flutter and React Developer. If anyone interested they can Whatsapp me on +91-94798 40841
November 18, 2020 at 06:27PM by Shraddha Khandelwal
https://ift.tt/2IQTrAn
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.