mobile-topwr

(★ 86)

flutter mobile guide over WrocławTech campus

File Explorer

  • .dockerignore
  • .env
  • .fvmrc
  • .gitattributes
  • .gitignore
  • .metadata
  • analysis_options.yaml
  • build.yaml
  • commitlint.yaml
  • devtools_options.yaml
  • Dockerfile
  • example.env
  • firebase.json
  • l10n.yaml
  • LICENSE
  • pubspec.lock
  • pubspec.yaml
  • README.md
  • taxonomy.md
  • test_deeplink.sh
  • test_deeplinks.txt
  • topwr.iml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

dart

View Details ▼

Manage Dart projects.

dart create {{project_name}}

Initialize a new Dart project in a directory of the same name:

dart run {{path/to/file.dart}}

Run a Dart file:

dart pub get

Download dependencies for the current project:

🔍

flutter

View Details ▼

Google's free, open source, and cross-platform mobile app SDK.
Some subcommands such as `pub` have their own usage documentation.

flutter create {{project_name}}

Initialize a new Flutter project in a directory of the same name:

flutter doctor

Check if all external tools are correctly installed:

flutter channel {{stable|beta|dev|master}}

List or change Flutter channel:

🔍

fvm

View Details ▼

Flutter version manager.

fvm install {{version}}

Install a version of the Flutter SDK. Use without `version` for project settings:

fvm use {{version}} {{options}}

Set a specific version of Flutter SDK in a project:

fvm global {{version}}

Set a global version of the Flutter SDK:

🔍

watch

View Details ▼

Execute a program periodically and monitor the output in full-screen mode.

watch {{command}}

Repeatedly run a command and show the result:

watch {{[-n|--interval]}} 60 {{command}}

Re-run a command every 60 seconds:

watch {{[-d|--differences]}} df

Monitor disk space, highlighting differences as they appear:

# Project Badges

  • ToPWR file cover ToPWR file cover
// repository documentation