#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
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
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…
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 💙
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
#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
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!
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
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
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
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!
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…
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
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! 🚀
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 52K posts
- 2. Falcons 23.8K posts
- 3. Josh Allen 19.5K posts
- 4. Bryce Young 7,913 posts
- 5. JJ McCarthy 9,515 posts
- 6. Chargers 19.5K posts
- 7. Vikings 27.1K posts
- 8. Packers 37.7K posts
- 9. Bengals 21.2K posts
- 10. Bucs 12.1K posts
- 11. #KeepPounding 3,765 posts
- 12. Panthers 18.7K posts
- 13. Bills 109K posts
- 14. Hyatt 3,870 posts
- 15. Ramsey 7,845 posts
- 16. Sean Tucker 3,606 posts
- 17. Steelers 34.6K posts
- 18. Raheem 4,428 posts
- 19. #GoPackGo 5,470 posts
- 20. Jameis 12.5K posts