Gregory Conrad
Gregory Conrad
Fixes #58
See https://rust-lang.github.io/rfcs/2383-lint-reasons.html Side note: I wonder if we can change our root Cargo.toml to use something like `expect` too, although I doubt it.
signature like `mock(Capsule capsule, Capsule replacement)` Should hopefully fix the type issues experienced with the old setup & Dart’s type system, and will also be a much cleaner implementation, while...
Useful for dynamic programming, incremental computation, recursive capsules, and weird one offs. Update: for how to use, see https://github.com/GregoryConrad/rearch-dart/issues/221#issuecomment-2380717712 # TODOs - [ ] (MAYBE) SideEffectRegistrar.cleanup, which would be used...
This would be a nice-to-have _opt-in_ lint. Can helpful when handling more complex types. > GOOD: > ```dart > const int i = 0; > final ComplexType foo = createThing();...
As a general FYI, Dart's [Native Assets](https://github.com/dart-lang/sdk/issues/50565) are looking more solidified recently and would likely simplify your end-users' builds by quite a margin. With Native Assets, a build script written...
- Add latest `flutter` to `flake.nix` - Remove Flutter action from `build_and_test` workflow