/damm-resources

ITBA DAMM Class Resources

Primary LanguageDart

ITBA DAMM Class Resources

Welcome to DAMM 2024! This repo contains the resources used during classes with the purpose of helping you understand the concepts and technologies we're working with.

Authors

How to use the repo

Access the /lib folder where you'll find the examples seen in each class.

Running the repo

On a separate terminal, run the command necessary for the codegen to work with the following command:

dart run build_runner watch

Then, run one of the app.dart files in the /lib folder to see the examples in action.