
Theta CLI allows the remote user interface to be preloaded for use without an Internet connection.
Activate Theta CLI globally via:
sh
dart pub global activate theta_clior
sh
flutter pub global activate theta_clish
# Preload command
# -anon-key: Anonymous key for the project
$ theta preload --anon-key ANON_KEYThe command preload allows you to preload the remote user interface for use without an Internet connection. It preloads also the images used in the remote user interface.
Run this command inside the root of a Flutter app. The folder must contain a pubspec.yaml file.
sh
# Show CLI version
$ theta --version
# Update CLI
$ theta update
# Show usage help
$ theta --help