Submission checklist
Description
Steps to Reproduce
- Add
rive_native: ^0.1.9 to pubspec.yaml
- Run
flutter pub get
- Run
dart run rive_native:setup --verbose --clean --platform android (or windows)
Environment
- OS: Windows 10/11
- rive_native version: 0.1.9
- Flutter version: [paste output of
flutter --version]
Workaround that worked
Replacing the _unzipFile method in bin/setup.dart with a pure Dart implementation using the archive package successfully unzips the files.
Expected behavior
Setup should download and extract binaries on Windows without PowerShell parsing errors (short paths like XXXXXX~1 seem to trigger it).
Additional info:
This affects both Android and Windows platform setup on Windows hosts.
Reproduction steps / code
Steps to Reproduce
- Add
rive_native: ^0.1.9 to pubspec.yaml
- Run
flutter pub get
- Run
dart run rive_native:setup --verbose --clean --platform android (or windows)
Upload your reproduction files / stack trace
No response
Source .riv / .rev file
No response
Screenshots / video
No response
Rive Flutter package version
0.14.9
Flutter version
Flutter 3.44.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 84fc5cbb22 (4 days ago) • 2026-07-17 10:20:17 -0700
Engine • hash 7076f47b1d1a3a0edfd8837b17dc15be6abab661 (revision 69c8c61792) (5 days ago) • 2026-07-15 20:46:58.000Z
Tools • Dart 3.12.2 • DevTools 2.57.0
Device
Samsung S23 Ultra
OS version
Android 16
Additional context
No response
Submission checklist
riveFlutter packageDescription
Steps to Reproduce
rive_native: ^0.1.9topubspec.yamlflutter pub getdart run rive_native:setup --verbose --clean --platform android(or windows)Environment
flutter --version]Workaround that worked
Replacing the
_unzipFilemethod inbin/setup.dartwith a pure Dart implementation using thearchivepackage successfully unzips the files.Expected behavior
Setup should download and extract binaries on Windows without PowerShell parsing errors (short paths like
XXXXXX~1seem to trigger it).Additional info:
This affects both Android and Windows platform setup on Windows hosts.
Reproduction steps / code
Steps to Reproduce
rive_native: ^0.1.9topubspec.yamlflutter pub getdart run rive_native:setup --verbose --clean --platform android(or windows)Upload your reproduction files / stack trace
No response
Source
.riv/.revfileNo response
Screenshots / video
No response
Rive Flutter package version
0.14.9
Flutter version
Flutter 3.44.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 84fc5cbb22 (4 days ago) • 2026-07-17 10:20:17 -0700
Engine • hash 7076f47b1d1a3a0edfd8837b17dc15be6abab661 (revision 69c8c61792) (5 days ago) • 2026-07-15 20:46:58.000Z
Tools • Dart 3.12.2 • DevTools 2.57.0
Device
Samsung S23 Ultra
OS version
Android 16
Additional context
No response