Welcome to the MAD repository, where you can find all the activities carried out with the Flutter framework using the Dart language during the Desarrollo de Aplicaciones Multiplataforma course at Instituto Tecnologico de Tepic.
This repository contains a collection of projects and activities developed throughout the course, ranging from basic concepts to more advanced projects in Flutter. Each project is organized into individual folders with its own set of files and resources necessary for its execution.
- Introduction to Flutter Projects: Basic projects to familiarize yourself with the structure and operation of Flutter.
- User Interface Applications: Activities focused on creating attractive and functional user interfaces.
- Backend Integration: Projects that show how to connect a Flutter application with Firebase and several of its services.
- Complete Applications: Larger and more complete projects that integrate various concepts learned during the course.
To be able to run and compile the projects in this repository, you need to have the following installed:
Flutter is the main framework used in this repository, specifically version 3.22.0. To install Flutter, follow these steps:
- Visit the official Flutter page: Flutter
- Download the Flutter 3.22.0 SDK and follow the installation instructions specific to your operating system.
- Add Flutter to your PATH.
Android Studio is an option for developing and debugging Flutter applications. To install it:
- Download Android Studio from its official site.
- Follow the installation instructions specific to your operating system.
- Install the Flutter and Dart plugins from the Android Studio plugin manager.
VS Code is a lightweight and powerful code editor that can be used to develop Flutter applications. To install it:
- Download VS Code from its official site.
- Install the Flutter and Dart extensions from the VS Code extensions marketplace.
IntelliJ IDEA Ultimate is another IDE that supports Flutter. To install it:
- Download IntelliJ IDEA Ultimate from its official site.
- Follow the installation instructions specific to your operating system.
- Install the Flutter and Dart plugins from the IntelliJ plugin manager.
To run any project in this repository, follow these steps:
-
Clone the repository on your local machine:
git clone https://github.com/CesarInzunsa/MAD.git
-
Navigate to the folder of the project you want to run:
cd MAD
-
Run the project using the Flutter command:
flutter run