d4t_formulas/.pub-cache/hosted/pub.dev/web-1.1.1/test_fixes
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00
..
analysis_options.yaml feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
README.md feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
renames.dart feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00
renames.dart.expect feat: add formula data classes with strict JSON parsing 2025-08-21 17:15:00 +02:00

What's here?

For information about the files in this directory, see https://github.com/flutter/flutter/wiki/Data-driven-Fixes#testing.

Organization

The contents of this directory are used to test the dart fix refactorings offered by this package. See lib/dart_fix.yaml for the fix definitions.

Note that files in this directory are excluded from analysis.

Running the dart fix tests

In order to test the fixes manually:

> cd test_fixes
> dart fix --compare-to-golden

Symbols excluded from the renames

Since lib/src/helpers/http.dart defines an HttpRequest class, we don't offer a quick fix to rename from HttpRequest to XMLHttpRequest.