New tweet from FlutterDev:
👍 We want YOUR feedback!
Fill out this user survey so we can learn how to improve Flutter, and make it an even better tool for you.
🖊️ Take the survey here → https://t.co/xDLqQiINnB pic.twitter.com/29Yip3lC4V— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 07:04PM
http://twitter.com/FlutterDev/status/1331297616706068484
👍 We want YOUR feedback!
Fill out this user survey so we can learn how to improve Flutter, and make it an even better tool for you.
🖊️ Take the survey here → https://t.co/xDLqQiINnB pic.twitter.com/29Yip3lC4V— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 07:04PM
http://twitter.com/FlutterDev/status/1331297616706068484
Qualtrics
Flutter Q4 2020 User Survey
Help improve Flutter! Take our Q4 survey.
New post on /r/flutterdev subreddit:
Made an attestation-generator using Flutter :D
https://www.youtube.com/watch?v=ar9mvFni_1Q
November 24, 2020 at 07:15PM by Quantum_Martin
https://ift.tt/3614zU0
Made an attestation-generator using Flutter :D
https://www.youtube.com/watch?v=ar9mvFni_1Q
November 24, 2020 at 07:15PM by Quantum_Martin
https://ift.tt/3614zU0
YouTube
How I HACK LOCKDOWN
Disclaimer : Lockdown rules should be respected. The goal of my program is only to automate the process in order to do not loose time generating the attestations. This is also why I gave up on the generate every 30 minutes function, this is abolutely not…
New post on /r/flutterdev subreddit:
Flutter Buddies discord server is launching new community features: Flutter Talks and Mass Monthly Meetups
You may or may not have heard of us, we launched Flutter Buddies from this sub just over a month ago. Flutter Buddies is a community on discord that has a focus on being actively engaged in the community by getting together in small groups via live audio chats weekly to showcase our projects, learn flutter together, get to know other Flutter devs, coding together, work on group projects, helping each other find jobs, and much more.I have seen this group of developers grow to almost 700 and there's definitely an active group of people here devoted to the community that I would call friends.Anyways, about our new community features:"Flutter Talks", a regularly scheduled one to many or few to many edutainment event with a short presentation being given by one or few fellow Flutter Buddies right on our discord server. You can learn from our speakers about a variety of flutter topics and even ask questions. Topics like UI practice, developing in various platforms, state management, architecture, IDE tricks, widgets, packages and more!"Mass Monthly Meetups" join a large organized group meetup on the last Friday of every month at 18:00 UTC right here on the server.Our discord invite is forwarded from our vanity url http://flutterbuddies.com
November 24, 2020 at 08:35PM by joeyda3rd
https://ift.tt/3l2DSTl
Flutter Buddies discord server is launching new community features: Flutter Talks and Mass Monthly Meetups
You may or may not have heard of us, we launched Flutter Buddies from this sub just over a month ago. Flutter Buddies is a community on discord that has a focus on being actively engaged in the community by getting together in small groups via live audio chats weekly to showcase our projects, learn flutter together, get to know other Flutter devs, coding together, work on group projects, helping each other find jobs, and much more.I have seen this group of developers grow to almost 700 and there's definitely an active group of people here devoted to the community that I would call friends.Anyways, about our new community features:"Flutter Talks", a regularly scheduled one to many or few to many edutainment event with a short presentation being given by one or few fellow Flutter Buddies right on our discord server. You can learn from our speakers about a variety of flutter topics and even ask questions. Topics like UI practice, developing in various platforms, state management, architecture, IDE tricks, widgets, packages and more!"Mass Monthly Meetups" join a large organized group meetup on the last Friday of every month at 18:00 UTC right here on the server.Our discord invite is forwarded from our vanity url http://flutterbuddies.com
November 24, 2020 at 08:35PM by joeyda3rd
https://ift.tt/3l2DSTl
Discord
Join the Flutter Buddies Discord Server!
Check out the Flutter Buddies community on Discord - hang out with 1,400 other members and enjoy free voice and text chat.
New post on /r/flutterdev subreddit:
Custom Timer ⌛
Hi guys! I recently publish custom_timer package ⌛ It helps to easily build a highly customizable timer builder⚡️ Main features:Timer controller (start, pause and reset).Custom duration, interval and actions.Any feedback would be great! 🤩Pub: https://pub.dev/packages/custom_timerGitHub: https://github.com/federicodesia/custom_timer
November 24, 2020 at 09:02PM by federicodesia
https://ift.tt/3nTxsYp
Custom Timer ⌛
Hi guys! I recently publish custom_timer package ⌛ It helps to easily build a highly customizable timer builder⚡️ Main features:Timer controller (start, pause and reset).Custom duration, interval and actions.Any feedback would be great! 🤩Pub: https://pub.dev/packages/custom_timerGitHub: https://github.com/federicodesia/custom_timer
November 24, 2020 at 09:02PM by federicodesia
https://ift.tt/3nTxsYp
Dart packages
custom_timer | Flutter package
A Flutter package to create a customizable timer with controller.
New post on /r/flutterdev subreddit:
Host your Static Files or HTML Websites on your Local Network. Also Stream Media from your Android device.
How to use App: https://youtu.be/8RbRNJFx1DoDownload: https://play.google.com/store/apps/details?id=com.ashtech.serveMy Portfolio: https://sh0rt.now.sh/ASH
November 24, 2020 at 09:01PM by AshChothe
https://ift.tt/378KgTM
Host your Static Files or HTML Websites on your Local Network. Also Stream Media from your Android device.
How to use App: https://youtu.be/8RbRNJFx1DoDownload: https://play.google.com/store/apps/details?id=com.ashtech.serveMy Portfolio: https://sh0rt.now.sh/ASH
November 24, 2020 at 09:01PM by AshChothe
https://ift.tt/378KgTM
YouTube
Serve: HTTP Server - Developed by Ayush Chothe - How to use - Tutorial
Serve: HTTP Server - Developed by Ayush Chothe - How to use - Tutorial
Download: https://play.google.com/store/apps/details?id=com.ashtech.serve
Portfolio: https://sh0rt.now.sh/ASH
Made with Flutter
#Serve #Flutter
Download: https://play.google.com/store/apps/details?id=com.ashtech.serve
Portfolio: https://sh0rt.now.sh/ASH
Made with Flutter
#Serve #Flutter
New post on /r/flutterdev subreddit:
Code Fields 🔢
Hi guys! I recently publish code_fields package 🔢 It helps to easily build code fields with customization options. It can be useful for OTP and other verification methods.⚡️ Main features:Automatically focuses the next field on typing, and focuses the previous field on deletation.Default cursor support.Form validation and default error message.Any feedback would be great! 🤩Pub: https://pub.dev/packages/code_fieldsGitHub: https://github.com/federicodesia/code_fields
November 24, 2020 at 08:58PM by federicodesia
https://ift.tt/2HxMq6V
Code Fields 🔢
Hi guys! I recently publish code_fields package 🔢 It helps to easily build code fields with customization options. It can be useful for OTP and other verification methods.⚡️ Main features:Automatically focuses the next field on typing, and focuses the previous field on deletation.Default cursor support.Form validation and default error message.Any feedback would be great! 🤩Pub: https://pub.dev/packages/code_fieldsGitHub: https://github.com/federicodesia/code_fields
November 24, 2020 at 08:58PM by federicodesia
https://ift.tt/2HxMq6V
Dart packages
code_fields | Flutter Package
A package that allows you to create code fields with customization options for Flutter. It can be useful for OTP and other verification methods.
New post on /r/flutterdev subreddit:
How do you implement dynamic SVGs in your Apps? Rive, Lottie, flutter_svg?
I'm looking to implement a fairly complex set of svg interactions / animations, and searching around Rive seems to be the most popular option.However after trying to look at their documentation I can say that it get's the prize for the worse docs I've ever seen.Looks like they changed from flare to rive but I can't even find where to use the old flare editor.What option do you recommend?
November 24, 2020 at 08:56PM by GelDeAveia
https://ift.tt/2KEnDPJ
How do you implement dynamic SVGs in your Apps? Rive, Lottie, flutter_svg?
I'm looking to implement a fairly complex set of svg interactions / animations, and searching around Rive seems to be the most popular option.However after trying to look at their documentation I can say that it get's the prize for the worse docs I've ever seen.Looks like they changed from flare to rive but I can't even find where to use the old flare editor.What option do you recommend?
November 24, 2020 at 08:56PM by GelDeAveia
https://ift.tt/2KEnDPJ
reddit
How do you implement dynamic SVGs in your Apps? Rive, Lottie,...
I'm looking to implement a fairly complex set of svg interactions / animations, and searching around Rive seems to be the most popular option....
New tweet from FlutterDev:
👏👏
👏 Give these #AdoptaWidget champions a big round of applause for improving documentation.
🏆 @obitodarky
🏆 @ChinuKabi
🏆 @Sameeerkashyap
🏆 @tsvillain
🏆 @abdullahzakir99
See each contribution below ↓— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:34PM
http://twitter.com/FlutterDev/status/1331350520309563393
👏👏
👏 Give these #AdoptaWidget champions a big round of applause for improving documentation.
🏆 @obitodarky
🏆 @ChinuKabi
🏆 @Sameeerkashyap
🏆 @tsvillain
🏆 @abdullahzakir99
See each contribution below ↓— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:34PM
http://twitter.com/FlutterDev/status/1331350520309563393
Twitter
#adoptawidget hashtag on Twitter
3m ago @FlutterDev tweeted: "👏👏
👏 Give these #AdoptaWidget champi.." - read what others are saying and join the conversation.
👏 Give these #AdoptaWidget champi.." - read what others are saying and join the conversation.
New tweet from FlutterDev:
@obitodarky's pull request has been merged! #WidgetAdopter
Find the updated Stepper documentation here → https://t.co/ZDhkdUg6DW
See the changes here → https://t.co/Yc0NrbXECt pic.twitter.com/7JXkUHQmPK— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:35PM
http://twitter.com/FlutterDev/status/1331350786832359424
@obitodarky's pull request has been merged! #WidgetAdopter
Find the updated Stepper documentation here → https://t.co/ZDhkdUg6DW
See the changes here → https://t.co/Yc0NrbXECt pic.twitter.com/7JXkUHQmPK— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:35PM
http://twitter.com/FlutterDev/status/1331350786832359424
Twitter
Harsh Mehta 🧙 (@obitodarky) | Twitter
The latest Tweets from Harsh Mehta 🧙 (@obitodarky). Searching for creativity and art in code. Flutter Dev | Mozillian | Gamer | Tech Speaker. Gujarat, India
New tweet from FlutterDev:
@ChinuKabi's pull request has been merged! #WidgetAdopter
Find the updated WillPopScope documentation here → https://t.co/rIVcRReTaI
See the changes here → https://t.co/gajszxBPot pic.twitter.com/3NIc2460Y0— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:36PM
http://twitter.com/FlutterDev/status/1331351077145362433
@ChinuKabi's pull request has been merged! #WidgetAdopter
Find the updated WillPopScope documentation here → https://t.co/rIVcRReTaI
See the changes here → https://t.co/gajszxBPot pic.twitter.com/3NIc2460Y0— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:36PM
http://twitter.com/FlutterDev/status/1331351077145362433
Twitter
Chinmay Kabi ଚିନ୍ମୟ କବି (@ChinuKabi) | Twitter
The latest Tweets from Chinmay Kabi ଚିନ୍ମୟ କବି (@ChinuKabi). Obese by nature, useless by person , Flibbertigibbet by heart 😁
Self styled developer 🥴 🧡💛💙. Rourkela, Odisha, India
Self styled developer 🥴 🧡💛💙. Rourkela, Odisha, India
New post on Flutter Dev Google group:
Need info from child to parent
Hello Folks, I have an app which has first screen with two tabs . Two screen has for different forms but the save button is on first screen. I want to send data from forms to firebase when save button is clicked on the first screen. This seems to be very complicated for newbie like me. First
November 24, 2020 at 10:24PM by sarfaraz ahmed
https://ift.tt/3l5UuJE
Need info from child to parent
Hello Folks, I have an app which has first screen with two tabs . Two screen has for different forms but the save button is on first screen. I want to send data from forms to firebase when save button is clicked on the first screen. This seems to be very complicated for newbie like me. First
November 24, 2020 at 10:24PM by sarfaraz ahmed
https://ift.tt/3l5UuJE
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:
Disabling a button in flutter is gross!
Does anyone else find it gross that to disable a button in flutter you have pass null to the onPressed parameter.The whole flutter framework is all about extensive use of strong types with enums (eg mainAxisAlignment param takes a MainAxisAlignment enum type), and for some reason they think it was acceptable to have a the core behaviour of disabling a button, facilitated by the inexplicit and obscure way of pass null?Why would they not just have a simple parameter called "enabled" that takes a bool??Not to mention dart is getting all on its high horse about not null by default, which idealogically stems from the problems inherent with using null extensively.......and then here is the flutter team just passing null function to disable a button!
November 24, 2020 at 10:22PM by scorr204
https://ift.tt/3m6wFCT
Disabling a button in flutter is gross!
Does anyone else find it gross that to disable a button in flutter you have pass null to the onPressed parameter.The whole flutter framework is all about extensive use of strong types with enums (eg mainAxisAlignment param takes a MainAxisAlignment enum type), and for some reason they think it was acceptable to have a the core behaviour of disabling a button, facilitated by the inexplicit and obscure way of pass null?Why would they not just have a simple parameter called "enabled" that takes a bool??Not to mention dart is getting all on its high horse about not null by default, which idealogically stems from the problems inherent with using null extensively.......and then here is the flutter team just passing null function to disable a button!
November 24, 2020 at 10:22PM by scorr204
https://ift.tt/3m6wFCT
reddit
Disabling a button in flutter is gross!
Does anyone else find it gross that to disable a button in flutter you have pass null to the onPressed parameter. The whole flutter framework is...
New tweet from FlutterDev:
@Sameeerkashyap's pull request has been merged! #WidgetAdopter
Find the updated StatusTransitionWidget documentation here → https://t.co/K5FH73jGxd
See the changes here → https://t.co/6OIj3JtZbt pic.twitter.com/5y70S1aGWF— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:39PM
http://twitter.com/FlutterDev/status/1331351650154385409
@Sameeerkashyap's pull request has been merged! #WidgetAdopter
Find the updated StatusTransitionWidget documentation here → https://t.co/K5FH73jGxd
See the changes here → https://t.co/6OIj3JtZbt pic.twitter.com/5y70S1aGWF— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:39PM
http://twitter.com/FlutterDev/status/1331351650154385409
Twitter
Sameer Kashyap 💙 (@Sameeerkashyap) | Twitter
The latest Tweets from Sameer Kashyap 💙 (@Sameeerkashyap). DSC Lead @DSCkssem | @FlutterDev Full stack developer | Node | GraphQL |
AR/VR enthusiast | CA GSSoC 20
Irony man
https://t.co/kSTTavDK3v. 🇮🇳
AR/VR enthusiast | CA GSSoC 20
Irony man
https://t.co/kSTTavDK3v. 🇮🇳
New tweet from FlutterDev:
@tsvillain's pull request has been merged! #WidgetAdopter
Find the updated Tooltip documentation here → https://t.co/CzfJOAxads
See the changes here → https://t.co/TMDzBeTkbj pic.twitter.com/ch3ztgn9rw— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:41PM
http://twitter.com/FlutterDev/status/1331352314825764864
@tsvillain's pull request has been merged! #WidgetAdopter
Find the updated Tooltip documentation here → https://t.co/CzfJOAxads
See the changes here → https://t.co/TMDzBeTkbj pic.twitter.com/ch3ztgn9rw— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:41PM
http://twitter.com/FlutterDev/status/1331352314825764864
Twitter
Tekekswhar Singh (@tsvillain) | Twitter
The latest Tweets from Tekekswhar Singh (@tsvillain). Research Lead @DSC_PU. Surat, India
New tweet from FlutterDev:
@abdullahzakir99’s pull request has been merged! #WidgetAdopter
Find the updated Dismissible documentation here → https://t.co/Akgr8WikdB
See the changes here → https://t.co/LoOZBwgzGp pic.twitter.com/gaQHaFd49Q— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:43PM
http://twitter.com/FlutterDev/status/1331352865370042368
@abdullahzakir99’s pull request has been merged! #WidgetAdopter
Find the updated Dismissible documentation here → https://t.co/Akgr8WikdB
See the changes here → https://t.co/LoOZBwgzGp pic.twitter.com/gaQHaFd49Q— Flutter (@FlutterDev) November 24, 2020
November 24, 2020 at 10:43PM
http://twitter.com/FlutterDev/status/1331352865370042368
Twitter
Abdullah Deshmukh (@abdullahzakir99) | Twitter
The latest Tweets from Abdullah Deshmukh (@abdullahzakir99). GSoC'20 @dart_lang | Mobile App Engineer. Earth
New post on /r/flutterdev subreddit:
How do you deal with being overwhelmed while learning advanced topics?
I just wanted to hear others opinions (or advice) on how to overcome "the wall". Just when I thought I finally "understood" Flutter and started feeling good and confident, I started to follow and learn some more advanced topics ("real world" scenarios one might say) and I came to Reso Coder's DDD course...I feel like I was hit by a train, I managed to get to half of the course until I finally admitted I was completely lost and gave up. What started looking like a fun "real world" firebase app turned in to a nightmare. Unions, Either, Failures, Freezed, Facades, Injectable, Linting, Custom Transitions, etc. So many packages and techniques which honestly left me baffled and even more confused than before, I found myself just copy pasting what Reso was doing without understanding what he was doing (and more importantly why).I am now questionig what I even know and have no idea where to go from now.Please share your stories or advice, anything that can help :)
November 24, 2020 at 11:57PM by ConnectSet57
https://ift.tt/3pX94H6
How do you deal with being overwhelmed while learning advanced topics?
I just wanted to hear others opinions (or advice) on how to overcome "the wall". Just when I thought I finally "understood" Flutter and started feeling good and confident, I started to follow and learn some more advanced topics ("real world" scenarios one might say) and I came to Reso Coder's DDD course...I feel like I was hit by a train, I managed to get to half of the course until I finally admitted I was completely lost and gave up. What started looking like a fun "real world" firebase app turned in to a nightmare. Unions, Either, Failures, Freezed, Facades, Injectable, Linting, Custom Transitions, etc. So many packages and techniques which honestly left me baffled and even more confused than before, I found myself just copy pasting what Reso was doing without understanding what he was doing (and more importantly why).I am now questionig what I even know and have no idea where to go from now.Please share your stories or advice, anything that can help :)
November 24, 2020 at 11:57PM by ConnectSet57
https://ift.tt/3pX94H6
reddit
How do you deal with being overwhelmed while learning advanced topics?
I just wanted to hear others opinions (or advice) on how to overcome "the wall". Just when I thought I finally "understood" Flutter and started...
New post on Flutter Dev Google group:
My For loop to update my firebase cloud database only updates once
i am trying to go through a list of document IDs to update the value each time by minus one, the problem is the loop runs twice but it performs the same values twice, for example, if it finds the value 5 in the cloud database and has to remove 1 from that five and remain wth four, on the second
November 25, 2020 at 01:36AM by Macphail Magwira
https://ift.tt/2Kv2cAq
My For loop to update my firebase cloud database only updates once
i am trying to go through a list of document IDs to update the value each time by minus one, the problem is the loop runs twice but it performs the same values twice, for example, if it finds the value 5 in the cloud database and has to remove 1 from that five and remain wth four, on the second
November 25, 2020 at 01:36AM by Macphail Magwira
https://ift.tt/2Kv2cAq
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:
Sketch to Flutter?
Hey guys, did u have ever think about Sketch to Flutter? I feel it cool. But I have never find like that try. I cant find any github repo regarding this. Why haven't there been such efforts? I just only found PoC like this https://medium.com/icnh/creating-a-flutter-app-from-sketch-89ceec716ca2
November 25, 2020 at 01:59AM by devshin
https://ift.tt/3fuyBCN
Sketch to Flutter?
Hey guys, did u have ever think about Sketch to Flutter? I feel it cool. But I have never find like that try. I cant find any github repo regarding this. Why haven't there been such efforts? I just only found PoC like this https://medium.com/icnh/creating-a-flutter-app-from-sketch-89ceec716ca2
November 25, 2020 at 01:59AM by devshin
https://ift.tt/3fuyBCN
Medium
Creating a Flutter App from Sketch
Wouldn’t it be cool, if you could create a working Flutter app directly from a design created in Sketch? Let’s do a proof of concept…
New post on /r/flutterdev subreddit:
A library to paint over image in flutter.
pub: pub.dev/packages/image_paintergithub: github.com/yellowQ-software/yellowQ-Flutter-Image-Painter
November 25, 2020 at 02:45AM by zerolively
https://ift.tt/33eL3kZ
A library to paint over image in flutter.
pub: pub.dev/packages/image_paintergithub: github.com/yellowQ-software/yellowQ-Flutter-Image-Painter
November 25, 2020 at 02:45AM by zerolively
https://ift.tt/33eL3kZ
Dart packages
image_painter | Flutter package
A flutter package for drawing over images. Supports color, strokeWidth, different paintModes and exporting image.
New post on /r/flutterdev subreddit:
An simple flutter login ui
https://youtu.be/mV0dD2NKqbE
November 25, 2020 at 04:14AM by Akhil__007
https://ift.tt/2JagSEK
An simple flutter login ui
https://youtu.be/mV0dD2NKqbE
November 25, 2020 at 04:14AM by Akhil__007
https://ift.tt/2JagSEK
YouTube
flutter login page concept ui speed code
In this video i have made an simple good looking UI for login purpose for flutter.please like the video if you liked it hope you like this have an nice day.
flutter login page concept ui speed code,flutter login page concept ui speed code,flutter login page…
flutter login page concept ui speed code,flutter login page concept ui speed code,flutter login page…
New post on /r/flutterdev subreddit:
Will any State management approach emerge as the community favourite in 2021?
Curious if you think a predominant library for handling state management will emerge in the next year? What will is be?
November 25, 2020 at 04:05AM by scorr204
https://ift.tt/362KdtJ
Will any State management approach emerge as the community favourite in 2021?
Curious if you think a predominant library for handling state management will emerge in the next year? What will is be?
November 25, 2020 at 04:05AM by scorr204
https://ift.tt/362KdtJ
reddit
Will any State management approach emerge as the community...
Curious if you think a predominant library for handling state management will emerge in the next year? What will is be?