Setup
This article covers how to set up your development environment for this package.
Setup package + Nakama
# Check your local environment
flutter doctor -v
# Install the packages dependencies
flutter pub get
# Run your local Nakama instance
cd tools/nakama_server
docker-compose up
# Ready!
echo "Ready to go 🚀"
# Run the tests > should succeed with that default installation
flutter testLast updated
Was this helpful?