#dartcodemetrics resultados de bรบsqueda
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
#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โฆ
๐ 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
Nice! ๐ฅณ #dartcodemetrics is getting better and better ๐๐ฅ I just added all the new rules to my analysis options โบ๏ธ
github.com/medz/dart-reacโฆ There are 6 signals lib in this benchmark
Sorry but I really don't like XML Have you checked github.com/nank1ro/solid? Very experimental but should give an idea. It transpiles valid Dart code into real working Dart code (State management, dependency injection), very similar to SwiftUI
devrel as an activity is particularly hard to measure ๐ถโ๐ซ๏ธ are new devs getting onboarded into ur ecosystem? are they getting the dev support they need to stick around? do they have enough technical resources to actually build on your stack? as an industry we're operating onโฆ
Lines of code and PR count are the worst ways to measure developer productivity The numbers look good on dashboards but they actively corrupt behavior. Teams inflate estimates, split features into trivial commits, write verbose code instead of elegant solutions. Meta abandonedโฆ
This is the #DartDev code I'm most proud of this year. Have you ever written code that takes less than two lines but speeds up your development process? #FlutterDev #SimpleCode #Utils
Totally rewritten the code for analytics for better and stable data. #flutterdev #vibecoding #motiondesigner
Yes: Our work on dynamic modules can help you estimate this. You can declare the whole API surface of the Flutter framework and see how it balloons the code size. (github.com/dart-lang/sdk/โฆ) I think it adds something between 4 to 10 Mb based on the numbers I remember.
This one is a little more use-case focused, but sans compiled performance metrics github.com/FeelHippo/flutโฆ
The benchmark is also pure Dart, and you can use it in Flutter; it has been published in pub.
It's not without merit; the pure Dart version provides a framework-independent core implementation and algorithm, which can be easily verified. Flutter-based builds, however, have too many interfering factors, making it impossible to verify the authenticity of the pure algorithm.
It has already been done in JavaScript, rust, go, and some other languages as well I think I donโt see why it canโt be achieved in Dart
Unlock insights in your GitLab projects! ๐ฆ Track Merge Request throughput, code review bottlenecks, and get real-time DORA metrics to make data-driven decisions and ship faster. #GitLab #DevOps #Analytics #CICD eu1.hubs.ly/H0p2HFb0
I hope you guys also consider the boilerplate that's even annoying to do with Code Completions. Here are some explorations that would need Implicit (Contextual) Parameters and Object Spread Syntax support in Dart.
Hey there, thanks for the feedback! Dart has several game changing language features in the pipeline, like dot shorthands and primary constructors. These will dramatically reduce your app's boilerplate. (continued)
Yaaa~ However, I haven't found a way to measure memory usage in Dart, so I'm using devtools to observe memory usage. But I have an uncommitted branch that uses classes for local testing and observation.
When you use CodeAssist and opt into sharing metrics, we capture various properties of episodes you record (length, action distributions, etc.) and your training runs (epochs, batch size, etc.) From these we're able to compute+compare several task-centric metrics side by side
This could help in the future but without ignore list, it maybe not suitable for me github.com/bancolombia/daโฆ
first thing i would do is make all child params positional and rely on named-params-anywhere to put children at the bottom and ban dartfmt from incrementing more than one indent at a time
after writing react/tailwind for a couple months these trees are getting damn annoying
I found that AI are not suitable for long classes so I made a Dart script to make sure me and my team not make a class more than 350 lines, maybe I increase it to 450 lines
Regarding performance benchmarks โ the framework essentially stands on the shoulders of giants, with its reactivity layer powered by alien_signals. github.com/medz/dart-reacโฆ
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. Chiefs 80K posts
- 2. Broncos 57.7K posts
- 3. Dan Campbell 3,840 posts
- 4. Lions 51K posts
- 5. #FlyEaglesFly 10.5K posts
- 6. Shedeur 43.3K posts
- 7. Jalen 23.6K posts
- 8. Browns 46.1K posts
- 9. Mahomes 22K posts
- 10. Jameson Williams 1,671 posts
- 11. Ravens 46.7K posts
- 12. Jamo 3,097 posts
- 13. Gabriel 66.3K posts
- 14. Kevin Patullo 2,584 posts
- 15. Rams 27.5K posts
- 16. Bo Nix 11.6K posts
- 17. Sam Darnold 11.5K posts
- 18. Goff 4,325 posts
- 19. #OnePride 3,191 posts
- 20. Adoree Jackson N/A