Skip to content

chore: version constraints #6

chore: version constraints

chore: version constraints #6

GitHub Actions / Test Report (Flutter 3.29.0) succeeded Feb 27, 2025 in 1s

20 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/modulisto/modulisto/flutter-test-report.json

20 tests were completed in 14s with 20 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
packages/modulisto_flutter/test/listenable_adapter_test.dart 2✅ 557ms
packages/modulisto_flutter/test/module_scope_test.dart 1✅ 1s
packages/modulisto_flutter/test/store_builder_test.dart 1✅ 701ms
packages/modulisto/test/adapter_test.dart 2✅ 321ms
packages/modulisto/test/async_pipeline_group_test.dart 4✅ 173ms
packages/modulisto/test/lifecycle_test.dart 3✅ 88ms
packages/modulisto/test/store_test.dart 2✅ 56ms
packages/modulisto/test/trigger_test.dart 5✅ 217ms

✅ packages/modulisto_flutter/test/listenable_adapter_test.dart

listenable adapter
  ✅ test subscriptions
  ✅ listenable builder builds

✅ packages/modulisto_flutter/test/module_scope_test.dart

module scope
  ✅ module is findable by context

✅ packages/modulisto_flutter/test/store_builder_test.dart

store builder
  ✅ store builder builds

✅ packages/modulisto/test/adapter_test.dart

adapter test
  ✅ stream adapter w/out
  ✅ stream adapter w/ emit immediately

✅ packages/modulisto/test/async_pipeline_group_test.dart

[async pipeline group] [transformers]
  ✅ sequental (default)
  ✅ droppable
  ✅ restartable
  ✅ concurrent

✅ packages/modulisto/test/lifecycle_test.dart

[lifecycle tests]
  ✅ lifecycle init groups worked
  ✅ lifecycle dispose internal trigger
  ✅ all subscriptions are removed after dispose

✅ packages/modulisto/test/store_test.dart

[store basic functionality] mutate value
  ✅ feedback on trigger reaction
  ✅ feedback on state update (link one state to another state)

✅ packages/modulisto/test/trigger_test.dart

[trigger basic functionality]
  ✅ trigger invocation in `PipelineCallback` works fine
  ✅ out-of-module invokation
  ✅ validate no-sideeffects if trigger was not linked
  ✅ trigger created in runtime wont do anything
  ✅ validate sideeffects if trigger was linked