flutter_pear_test 0.2.0-dev.1
flutter_pear_test: ^0.2.0-dev.1 copied to clipboard
In-memory fake Pear swarm/worklet for unit-testing flutter_pear apps without radios or real peers.
0.2.0-dev.1 #
Prerelease of the 0.2.0 entry below, published first so the upgrade fixtures can validate against real hosted pub.dev archives before the stable release.
0.2.0 #
Version bump only, in lockstep with flutter_pear/flutter_pear_bare's
0.2.0 (all three published packages always move together — see
COMPATIBILITY.md's versioning policy). No new fake-side API surface was
needed for Pear.platformInfo: it's a pure Dart, defaultTargetPlatform-based
release constant with no worklet round trip at all, so it works identically
whether tested against the real worklet or FakeBareWorklet — see this
package's own library doc comment for the exact test pattern (drive it via
debugDefaultTargetPlatformOverride, no fake-worklet involvement needed).
The existing drive-mirror warning event parity (symlink/deep-path
rejection) already covered iOS's hostile-drive-mirroring test needs with no
fake changes required either.
0.0.1 #
- In-memory fake swarm/worklet, conforming to
flutter_pear's RPC schema (PearMethod/PearEventName/PearErrorCode) and exhaustively tested against everyflutter_peardata-structure wrapper (PearStore/PearCore,PearBee,PearDrive,PearPairing,PearBase) — no radios or real peers required.