Write and organize unit tests for logd formatters, decorators, and execution engines using package:test to assert correct output and prevent regressions.
pooriaaskarim/logd
SkillsMP has collected 4 skills from pooriaaskarim/logd. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 7
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build.dart and hook/link.dart utilizing package:native_toolchain_c) for logd VM/native modules.
Guide agents to use `package:ffigen` to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted `dart:ffi` setups…
Optimize token resolvers, timezone parsers, and formatter conditions in logd using switch expressions and Dart pattern matching.