Git Product home page Git Product logo

teamfight_tactics_cheatsheet_app's Introduction

Teamfight Tactics Cheatsheet App Google Play YouTube Demo

This is a companion app for Riot's newest game mode: Teamfight Tactics, a League of Legends themed round-based auto battler aka LoL Auto Chess.

Check out the demo on YouTube or try it out on Google Play! This app is built with Flutter and uses Firebase for analytics.

Developing

Directory Structure

.
├── assets # Static assets (images, icons, data)
├── lib    # Application code
│   ├── icons       # Generated icons from FlutterIcon.com
│   ├── models      # Data models
│   ├── pages       # Each tab view has its own files
│   │   └── widgets # Reusable widgets
│   └── services    # More business logic
└── test   # Testing code

Creating a New Release

  1. Make sure initialTabIndex in main.dart is set to 0.

  2. If there was a new patch, make sure to update patches_tab_view.dart.

  3. If there were new champions, make sure to add assets for splash/champions, sprites/abilities, sprites/champions.

  4. If there were new traits, make sure to add assets for sprites/classes or sprites/origins.

  5. If there were new items, make sure to add assets for sprites/items.

  6. Bump version in pubspec.yaml.

  7. Create the new App Bundle by running:

    rm -rf build && flutter build appbundle
  8. Head to Google Play Console Teamfight Tactics Cheatsheet > Release Management > App releases to:

    • Upload App Bundle build/app/outputs/bundle/release/app.aab, open the folder by running:

      open build/app/outputs/bundle/release/
    • Add Release Notes

    • Update Store Listing description if needed

teamfight_tactics_cheatsheet_app's People

Contributors

nickwu241 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.