Skip to content

MattAgn/SnakeFlutter

Repository files navigation

snake_game

A mobile and web snake game built with Flutter

Deployment

Web

To deploy on the web, you need the firebase cli and be logged in to firebase account.

To build and deploy the flutter web app, run:

flutter build web && firebase deploy

Android

Run at the root of the project:

cd android
bundle exec fastlane android_beta_app

iOS

Not working yet because we need provisionning profiles

Releases

No releases published

Packages

No packages published