Code Monkey home page Code Monkey logo

workout_app's Introduction

Workouter

Workouter mobile app with Flutter. Too lazy to write proper full readme for now. Follow below links to get started.

Getting Started

Branch out from dev for any development.

Totally new to flutter? Get started here

Flutter Docs

Flutter Version Manager (FVM)

The project supports FVM to ensure all developers are using the same Flutter version. Install and configure FVM, then run fvm install in the project root directory. You will need to reload your IDE for the change to take effect.

## Code generation

This project uses build_runner for code generation. Generated code is not checked in to source control, so you'll need to run the code generator locally to ensure you stay up-to-date.

You can either run code generation once:

dart run build_runner build

Or you can use watch to automatically run code generation whenever you save a file:

dart run build_runner watch

Widgetbook

The project includes Widgetbook, which allows us to preview widgets in isolation for development and UI testing.

It is recommended to run Widgetbook in macOS or Chrome.

Translations

  • To add text to an application, put a key-value pair in a file lib/lang/en.json and run:
flutter pub run easy_localization:generate --source-dir lib/lang -O lib/lang/gen
  • And after that run:
flutter pub run easy_localization:generate -f keys --source-dir lib/lang -O lib/lang/gen -o locale_keys.g.dart
  • And use in code:
LocaleKeys.you_new_key.tr();
  • Generate models:
flutter packages pub run build_runner build --delete-conflicting-outputs

workout_app's People

Watchers

 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.