flutterpi_tool
flutterpi_tool copied to clipboard
A tool to make developing & distributing flutter apps for https://github.com/ardera/flutter-pi easier.
Thank you first of all, it is really great. I previously installed version works. but I just retry to activate it again. I got error. ``` user@ubuntu:~/$ flutter pub global...
When run `flutter pub global activate flutterpi_tool`. Erro happened below: ``` Failed to build flutterpi_tool:flutterpi_tool: ../../.pub-cache/hosted/pub.flutter-io.cn/flutterpi_tool-0.3.0/lib/src/cache.dart:297:20: Error: The type 'HostPlatform' is not exhaustively matched by the switch cases since it...
when i used "flutter pub global activate flutterpi_tool" i received a message like this: > Note: file is pinned to version 7.0.0 by flutter_tools from the flutter SDK. > See...
Would be super convenient if one could pass rotation as a run argument, as you can when launching the build. Greatly appreciate your efforts, ardera.
```console $ flutter pub global activate flutterpi_tool ... works $ dart pub global run flutterpi_tool build FINE: Pub 3.5.0 ERR : flutterpi_tool as globally activated requires the Flutter SDK, which...
Support running `flutterpi_tool test -d ` to run integration tests
for example: - don't use the GitHub API to check for flutter-pi updates, since GitHub has rate-limits per IP-address - maybe just use `git ls-remote` to find the latest release...
Sometimes the flutter-pi binary and flutter engine lack the executable permission bit in the built bundle.
If the remote user is root, we have access to video and input devices always, even if we're not members of the `video` or `input` groups. So don't print the...