Skip to content

davcrash/recycler_ninja_garbage

Repository files navigation

recycler_ninja_garbage

supported platforms

  • Android
  • iOS
  • Web
  • Mac
  • Windows

To Play in debug

    flutter pub get
    flutter run

To upload to pages

    flutter clean
    flutter pub get
    flutter config --enable-web
    flutter build web --web-renderer canvaskit --release --base-href '/recycler_ninja_garbage/'
    cd build/web
    git init
    git status
    git remote add origin https://github.com/davcrash/recycler_ninja_garbage.git
    git checkout -b gh-pages
    git add --all
    git commit -m "new release"
    git push origin gh-pages -f
    cd ../..

About

Recycler Ninja Colombian-created Flutter project. Defeat foes by recycling with your ninja bag. Learn recycling through sorting and have fun defending the globe. Explore the world of Recycler Ninja!

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors