Demo application for Audio protocol
Use git clone to download Whisp project.
git clone git@github.com:snggle/whisp.gitThe project runs on flutter version 3.16.9. You can use fvm for easy switching between versions
# Install and use required flutter version
fvm install 3.16.9
fvm use 3.16.9
# Install required packages in pubspec.yaml
fvm flutter pub get
# Run project
fvm flutter run lib/main.dartTo generate config files use
fvm flutter pub run build_runner# Built-in Commands
# - build: Runs a single build and exits.
# - watch: Runs a persistent build server that watches the files system for edits and does rebuilds as necessary
# - serve: Same as watch, but runs a development server as well
# Command Line Options
# --delete-conflicting-outputs: Assume conflicting outputs in the users package are from previous builds, and skip the user prompt that would usually be provided.
#
# Command example:
fvm flutter pub run build_runner watch --delete-conflicting-outputsPull requests are welcomed. For major changes, please open an issue first, to enable a discussion on what you would like to improve. Please make sure to provide and update tests as well.
A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.