Skip to content

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!

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published