-
Notifications
You must be signed in to change notification settings - Fork 0
API
Semyon Gritsenko edited this page Oct 20, 2024
·
9 revisions
curl -s --compressed "https://LazyPanda07.github.io/web_framework_ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/web_framework_ppa.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/web_framework.list "https://LazyPanda07.github.io/web_framework_ppa/web_framework.list"
sudo apt update
Package with shared libraries for running production web application
Package for development with public API
Package for development with static linking
Download latest release
curl -s --compressed "https://LazyPanda07.github.io/web_framework_ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/web_framework_ppa.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/web_framework.list "https://LazyPanda07.github.io/web_framework_ppa/web_framework.list"
sudo apt update
Package with shared libraries for running production web application
Package for development with public API
Download latest release
pip install web_framework_api
pip3 install web_framework_api
Small guide for running first WebFramework web application
Install via Nuget
Small guide for running first WebFramework web application
Add that line in pubspec.yaml
in dependencies
section
web_framework_flutter_api: ^1.0.0
Small guide for running first WebFramework web application