#dartcodemetrics search results
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 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
๐ 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โฆ
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
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
#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
#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โฆ
Nice! ๐ฅณ #dartcodemetrics is getting better and better ๐๐ฅ I just added all the new rules to my analysis options โบ๏ธ
๐ 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โฆ
I don't know, how the popularity for pub packages is calculated, but DCM now has 100% ๐. Hooray, I guess? ๐ #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
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. Cowboys 23.2K posts
- 2. James Franklin 10K posts
- 3. Virginia Tech 9,846 posts
- 4. Sonic 3 13.1K posts
- 5. Grok 4.1 16.6K posts
- 6. GOTY 26.2K posts
- 7. Moana 39.1K posts
- 8. Board of Peace 4,638 posts
- 9. Ted Cruz 19.8K posts
- 10. Baton Rouge 3,084 posts
- 11. Kiffin 10.6K posts
- 12. Va Tech N/A
- 13. Blacksburg N/A
- 14. Ole Miss 9,345 posts
- 15. Expedition 33 39.9K posts
- 16. Hokies 1,887 posts
- 17. Zelda 65.1K posts
- 18. Paul George 2,885 posts
- 19. #TheGameAwards 47.4K posts
- 20. #WickedForGood 6,078 posts