#dartcodemetrics ผลการค้นหา

Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀 #dartcodemetrics #flutterDev

_incendial's tweet image. Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀

#dartcodemetrics #flutterDev

Excited to share that #dartcodemetrics crossed 600⭐️, yay! 🎉🥳 Thanks to everyone who supports and uses the package! And if you have any feedback, feel free to share, as usual!

_incendial's tweet image. Excited to share that #dartcodemetrics crossed 600⭐️, yay! 🎉🥳 Thanks to everyone who supports and uses the package!

And if you have any feedback, feel free to share, as usual!

Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀 #dartcodemetrics

_incendial's tweet image. Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀

#dartcodemetrics

I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅 #dartcodemetrics

_incendial's tweet image. I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅
#dartcodemetrics

Just found out that #dartcodemetrics helped to find and remove dead code in #Flutter tests 🤯 ( ~400 LoC, btw). So happy to see PR's like that 💙. github.com/flutter/flutte…

_incendial's tweet image. Just found out that #dartcodemetrics helped to find and remove dead code in #Flutter tests 🤯 ( ~400 LoC, btw). So happy to see PR's like that 💙.

github.com/flutter/flutte…

This is a great comparison of existing standard lint rules! You can now find a reference to it directly from #dartcodemetrics website! 🚀

_incendial's tweet image. This is a great comparison of existing standard lint rules! You can now find a reference to it directly from #dartcodemetrics website! 🚀

I updated my #Flutter linting comparison article rydmike.com/blog_flutter_l… to include the 8 new lint rules that arrived with recent @dart_lang release and @FlutterDev 2.8. The lint rules comparison Google sheet available in the article has also been updated 💙

RydMike's tweet image. I updated my #Flutter linting comparison article rydmike.com/blog_flutter_l… to include the 8 new lint rules that arrived with recent @dart_lang  release and @FlutterDev 2.8. The lint rules comparison Google sheet available in the article has also been updated 💙
RydMike's tweet image. I updated my #Flutter linting comparison article rydmike.com/blog_flutter_l… to include the 8 new lint rules that arrived with recent @dart_lang  release and @FlutterDev 2.8. The lint rules comparison Google sheet available in the article has also been updated 💙


2021 was a huge milestone for Dart Code Metrics. We have done a lot of work, and we'd like to gratitude each participant of the project for active discussions, open issues and contributions. New year will give to us more rules, metrics and commands. Stay tuned✌️ #dartcodemetrics

vlkonoshenko's tweet image. 2021 was a huge milestone for Dart Code Metrics. 
We have done a lot of work, and we'd like to gratitude each participant of the project for active discussions, open issues and contributions.
New year will give to us more rules, metrics and commands.
Stay tuned✌️
#dartcodemetrics

And time for a new #dartcodemetrics release! 🎉🎉🎉 - new rules: `avoid-global-state` and `avoid-unrelated-type-assertions` - few improvements for `check-unused-l10n` command - new `delete-files` flag for `check-unused-files` command pub.dev/packages/dart_… #flutterDev


Dart Code Metrics 4.10.0 is here! 🚀🚀🚀 - `check-unused-l10n` and `check-unused-files` improvements - new cli flags --version and --no-congratulate - `avoid-global-state` improvements - and `check-unused-code` command release 🥳🥳🥳 pub.dev/packages/dart_… #dartcodemetrics


New release of #dartcodemetrics is available 🚀 Closed like 12 issues on GitHub, so happy 🥳. It's mostly bug fixes, and one new rule dartcodemetrics.dev/docs/rules/com… You can find the full changelog here: pub.dev/packages/dart_…


New #dartcodemetrics dev release 4.11.0-dev.1 is here 🚀🚀🚀 - Rules: `avoid-dynamic` and `prefer-async-await` - new "--monorepo" flag for `check-unused-files` - several improvements for `check-unused-code` Any feedback is welcome! 💙 pub.dev/packages/dart_… #dart #flutterDev


`check-unused-code` command in now available in 4.10.0-dev.1 release dartcodemetrics.dev/docs/cli/check…. We'd really appreciate any feedback about the command! #dartcodemetrics #flutterDev

Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀 #dartcodemetrics #flutterDev

_incendial's tweet image. Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀

#dartcodemetrics #flutterDev


#dartcodemetrics 4.19.0 is now available 🎉🚀 new rules: - prefer-iterable-of - prefer-correct-test-file-name - avoid-redundant-async - check-for-equals-in-render-object-setters - consistent-update-render-object the changelog: pub.dev/packages/dart_…


DCM 4.21.0 is out! 🚀 The tool now supports presets, now we only have "all", "dart_all" and "flutter_all" dartcodemetrics.dev/docs/getting-s…, but in the future there will be more. Plus, you can create your own 😉. This release also has "missing-test-assertion" rule 🔥 1/2 #dartcodemetrics


If you ever wondered about a possibility of changing a nullable parameter to non-nullable, #dartcodemetrics now has a new command to check exactly that 🚀🚀🚀 check it out dartcodemetrics.dev/docs/cli/check…


#dartcodemetrics stable 4.11.0 release is finally available 🥳🥳🥳 New rules: - format-comment - avoid-border-all - avoid-dynamic - prefer-async-await and like 6 or 7 bugs fixed 🤯 check it out here: pub.dev/packages/dart_…

New #dartcodemetrics dev release 4.11.0-dev.1 is here 🚀🚀🚀 - Rules: `avoid-dynamic` and `prefer-async-await` - new "--monorepo" flag for `check-unused-files` - several improvements for `check-unused-code` Any feedback is welcome! 💙 pub.dev/packages/dart_… #dart #flutterDev



🚀 Dart Code Metrics: An Essential Tool for Flutter Developers! 🚀 New blog post alert! 📢 I discuss the importance of static code analysis and how #DartCodeMetrics (DCM) can improve your #Flutter development. Find out how this powerful extension to the built-in Dart Analyzer…


If you have any problems with #dartcodemetrics plugin highlight in the IDE, please update to 3.0.1. This should help 🚀

A new #Flutter release is available 🎉! Channel: stable Version: 3.0.1



Hey, #dartcodemetrics users, which listed feature is mostly desirable for you and can significantly improve your experience with the package? We'll try to focus on implementing it. Please share 🔄 #FlutterDev #dart


For quite a while I was fascinated by #dartcodemetrics package and wanted to create a lint package that uses it along with regular rules provided by the analysis server. Recently we started working on solid_lints pub.dev/packages/solid…. It's still early stage but fun.


🚀 Dart Code Metrics: An Essential Tool for Flutter Developers! 🚀 New blog post alert! 📢 I discuss the importance of static code analysis and how #DartCodeMetrics (DCM) can improve your #Flutter development. Find out how this powerful extension to the built-in Dart Analyzer…


If you’re willing to share feedback about #dartcodemetrics, please DM me or reply to this tweet. I want to understand more about the value it gives to you and the problems you have!


DCM 4.21.0 is out! 🚀 The tool now supports presets, now we only have "all", "dart_all" and "flutter_all" dartcodemetrics.dev/docs/getting-s…, but in the future there will be more. Plus, you can create your own 😉. This release also has "missing-test-assertion" rule 🔥 1/2 #dartcodemetrics


#dartcodemetrics 4.19.0 is now available 🎉🚀 new rules: - prefer-iterable-of - prefer-correct-test-file-name - avoid-redundant-async - check-for-equals-in-render-object-setters - consistent-update-render-object the changelog: pub.dev/packages/dart_…


For every #dartcodemetrics user 📣: if you use DCM commands, please update to at least 4.18.2 in order to get the updated version where the performance of each command was significantly improved!

Finally fixed the issue with DCM commands performance, thanks to the Dart team for suggesting the improvement 🥳🚀 The commands are now SIGNIFICANTLY (like 5 times 🥲, but depends on the amount of excludes in the package) faster. So happy 😀



New release of #dartcodemetrics is available 🚀 Closed like 12 issues on GitHub, so happy 🥳. It's mostly bug fixes, and one new rule dartcodemetrics.dev/docs/rules/com… You can find the full changelog here: pub.dev/packages/dart_…


I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅 #dartcodemetrics

_incendial's tweet image. I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅
#dartcodemetrics

Just found out that #dartcodemetrics helped to find and remove dead code in #Flutter tests 🤯 ( ~400 LoC, btw). So happy to see PR's like that 💙. github.com/flutter/flutte…

_incendial's tweet image. Just found out that #dartcodemetrics helped to find and remove dead code in #Flutter tests 🤯 ( ~400 LoC, btw). So happy to see PR's like that 💙.

github.com/flutter/flutte…

If you ever wondered about a possibility of changing a nullable parameter to non-nullable, #dartcodemetrics now has a new command to check exactly that 🚀🚀🚀 check it out dartcodemetrics.dev/docs/cli/check…


Excited to share that #dartcodemetrics crossed 600⭐️, yay! 🎉🥳 Thanks to everyone who supports and uses the package! And if you have any feedback, feel free to share, as usual!

_incendial's tweet image. Excited to share that #dartcodemetrics crossed 600⭐️, yay! 🎉🥳 Thanks to everyone who supports and uses the package!

And if you have any feedback, feel free to share, as usual!

If you want to beta-test the new command "check-unnecessary-nullable", clone the repo and switch to this branch github.com/dart-code-chec… The command itself will probably be added to the 5.0 release #dartcodemetrics

Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀 #dartcodemetrics

_incendial's tweet image. Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀

#dartcodemetrics


Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀 #dartcodemetrics

_incendial's tweet image. Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀

#dartcodemetrics

If you have any problems with #dartcodemetrics plugin highlight in the IDE, please update to 3.0.1. This should help 🚀

A new #Flutter release is available 🎉! Channel: stable Version: 3.0.1



Hey, #dartcodemetrics users, which listed feature is mostly desirable for you and can significantly improve your experience with the package? We'll try to focus on implementing it. Please share 🔄 #FlutterDev #dart


Nice! 🥳 #dartcodemetrics is getting better and better 😀🔥 I just added all the new rules to my analysis options ☺️


#dartcodemetrics stable 4.11.0 release is finally available 🥳🥳🥳 New rules: - format-comment - avoid-border-all - avoid-dynamic - prefer-async-await and like 6 or 7 bugs fixed 🤯 check it out here: pub.dev/packages/dart_…

New #dartcodemetrics dev release 4.11.0-dev.1 is here 🚀🚀🚀 - Rules: `avoid-dynamic` and `prefer-async-await` - new "--monorepo" flag for `check-unused-files` - several improvements for `check-unused-code` Any feedback is welcome! 💙 pub.dev/packages/dart_… #dart #flutterDev



New #dartcodemetrics dev release 4.11.0-dev.1 is here 🚀🚀🚀 - Rules: `avoid-dynamic` and `prefer-async-await` - new "--monorepo" flag for `check-unused-files` - several improvements for `check-unused-code` Any feedback is welcome! 💙 pub.dev/packages/dart_… #dart #flutterDev


Dart Code Metrics 4.10.0 is here! 🚀🚀🚀 - `check-unused-l10n` and `check-unused-files` improvements - new cli flags --version and --no-congratulate - `avoid-global-state` improvements - and `check-unused-code` command release 🥳🥳🥳 pub.dev/packages/dart_… #dartcodemetrics


`check-unused-code` command in now available in 4.10.0-dev.1 release dartcodemetrics.dev/docs/cli/check…. We'd really appreciate any feedback about the command! #dartcodemetrics #flutterDev

Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀 #dartcodemetrics #flutterDev

_incendial's tweet image. Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀

#dartcodemetrics #flutterDev


Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀 #dartcodemetrics #flutterDev

_incendial's tweet image. Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀

#dartcodemetrics #flutterDev

ไม่พบผลลัพธ์สำหรับ "#dartcodemetrics"

Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀 #dartcodemetrics #flutterDev

_incendial's tweet image. Sneak peek on a new Dart Code Metrics `check-unused-code` command, I hope it'll help manage large codebases even better! 🚀🚀🚀

#dartcodemetrics #flutterDev

I'm so excited to announce that Dart Code Metrics now is a Flutter Favourite package! 🎉🎉🎉🚀🚀🚀 It's an honor to be listed among other great packages and I hope that we won't let you down! pub.dev/packages/dart_… #dartcodemetrics #FlutterFavorite

_incendial's tweet image. I'm so excited to announce that Dart Code Metrics now is a Flutter Favourite package! 🎉🎉🎉🚀🚀🚀 It's an honor to be listed among other great packages and I hope that we won't let you down! pub.dev/packages/dart_…

#dartcodemetrics #FlutterFavorite

Excited to share that #dartcodemetrics crossed 600⭐️, yay! 🎉🥳 Thanks to everyone who supports and uses the package! And if you have any feedback, feel free to share, as usual!

_incendial's tweet image. Excited to share that #dartcodemetrics crossed 600⭐️, yay! 🎉🥳 Thanks to everyone who supports and uses the package!

And if you have any feedback, feel free to share, as usual!

Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀 #dartcodemetrics

_incendial's tweet image. Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀

#dartcodemetrics

Just found out that #dartcodemetrics helped to find and remove dead code in #Flutter tests 🤯 ( ~400 LoC, btw). So happy to see PR's like that 💙. github.com/flutter/flutte…

_incendial's tweet image. Just found out that #dartcodemetrics helped to find and remove dead code in #Flutter tests 🤯 ( ~400 LoC, btw). So happy to see PR's like that 💙.

github.com/flutter/flutte…

Also, we’ve almost reached 300 stars on GitHub! 🔥 If you like the tool - smash this ⭐️ button! github.com/dart-code-chec… #dartcodemetrics #flutterdev #dart

_incendial's tweet image. Also, we’ve almost reached 300 stars on GitHub! 🔥 If you like the tool - smash this ⭐️ button! github.com/dart-code-chec…

#dartcodemetrics #flutterdev #dart

I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅 #dartcodemetrics

_incendial's tweet image. I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅
#dartcodemetrics

Dart Code Metrics crossed 300 stars! 🥳🥳🥳 Thank you for your support! #dartcodemetrics

_incendial's tweet image. Dart Code Metrics crossed 300 stars! 🥳🥳🥳 Thank you for your support!

#dartcodemetrics

Today, just before @dmitry_krutskih great talk about calculating tech dept with Dart Code Metrics at @dartup_conf, the package crossed 400⭐️ on GitHub! Thank you everyone for support and feedback, we're very happy that the package is useful for you! #dartcodemetrics

_incendial's tweet image. Today, just before @dmitry_krutskih great talk about calculating tech dept with Dart Code Metrics at @dartup_conf, the package crossed 400⭐️ on GitHub! Thank you everyone for support and feedback, we're very happy that the package is useful for you!

#dartcodemetrics

This is a great comparison of existing standard lint rules! You can now find a reference to it directly from #dartcodemetrics website! 🚀

_incendial's tweet image. This is a great comparison of existing standard lint rules! You can now find a reference to it directly from #dartcodemetrics website! 🚀

I updated my #Flutter linting comparison article rydmike.com/blog_flutter_l… to include the 8 new lint rules that arrived with recent @dart_lang release and @FlutterDev 2.8. The lint rules comparison Google sheet available in the article has also been updated 💙

RydMike's tweet image. I updated my #Flutter linting comparison article rydmike.com/blog_flutter_l… to include the 8 new lint rules that arrived with recent @dart_lang  release and @FlutterDev 2.8. The lint rules comparison Google sheet available in the article has also been updated 💙
RydMike's tweet image. I updated my #Flutter linting comparison article rydmike.com/blog_flutter_l… to include the 8 new lint rules that arrived with recent @dart_lang  release and @FlutterDev 2.8. The lint rules comparison Google sheet available in the article has also been updated 💙


2021 was a huge milestone for Dart Code Metrics. We have done a lot of work, and we'd like to gratitude each participant of the project for active discussions, open issues and contributions. New year will give to us more rules, metrics and commands. Stay tuned✌️ #dartcodemetrics

vlkonoshenko's tweet image. 2021 was a huge milestone for Dart Code Metrics. 
We have done a lot of work, and we'd like to gratitude each participant of the project for active discussions, open issues and contributions.
New year will give to us more rules, metrics and commands.
Stay tuned✌️
#dartcodemetrics

Loading...

Something went wrong.


Something went wrong.


United States Trends