#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!
I don't know, how the popularity for pub packages is calculated, but DCM now has 100% 😍. Hooray, I guess? 😅 #dartcodemetrics
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…
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 #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 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_…
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
`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
🚀 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 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 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
#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
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.
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
🚀 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
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
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!
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…
Working on a new command to help find unnecessary nullable parameters, stay tuned! 🚀 #dartcodemetrics
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. Expedition 33 19.1K posts
- 2. GOTY 12.8K posts
- 3. Moana 17.1K posts
- 4. #TheGameAwards 20.9K posts
- 5. #IDontWantToOverreactBUT 1,383 posts
- 6. Sonic 3 3,574 posts
- 7. Zelda 46K posts
- 8. #RestoreTheSnyderVerse 24.4K posts
- 9. #BuyTheDipNXXT 1,033 posts
- 10. #TSCollection 1,459 posts
- 11. Cruz 45.3K posts
- 12. Split Fiction 3,732 posts
- 13. CHER 17.7K posts
- 14. Hades 2 10.7K posts
- 15. Tyrod Taylor 1,994 posts
- 16. Silksong 30K posts
- 17. Jake Paul 11.6K posts
- 18. Victory Monday 6,403 posts
- 19. Donkey Kong 8,608 posts
- 20. $NXXT 2,507 posts