Skip to content

This repository contains projects and activities carried out during the DAM course at the Instituto Tecnológico de Tepic, using the Flutter framework and the Dart programming language.

Notifications You must be signed in to change notification settings

CesarInzunsa/DAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAD - Multiplatform Application Development

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.

Description

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.

Content

  • 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.

Requirements

To be able to run and compile the projects in this repository, you need to have the following installed:

Flutter

Flutter is the main framework used in this repository, specifically version 3.22.0. To install Flutter, follow these steps:

  1. Visit the official Flutter page: Flutter
  2. Download the Flutter 3.22.0 SDK and follow the installation instructions specific to your operating system.
  3. Add Flutter to your PATH.

Android Studio

Android Studio is an option for developing and debugging Flutter applications. To install it:

  1. Download Android Studio from its official site.
  2. Follow the installation instructions specific to your operating system.
  3. Install the Flutter and Dart plugins from the Android Studio plugin manager.

Visual Studio Code (VS Code)

VS Code is a lightweight and powerful code editor that can be used to develop Flutter applications. To install it:

  1. Download VS Code from its official site.
  2. Install the Flutter and Dart extensions from the VS Code extensions marketplace.

IntelliJ IDEA Ultimate

IntelliJ IDEA Ultimate is another IDE that supports Flutter. To install it:

  1. Download IntelliJ IDEA Ultimate from its official site.
  2. Follow the installation instructions specific to your operating system.
  3. Install the Flutter and Dart plugins from the IntelliJ plugin manager.

Project Execution

To run any project in this repository, follow these steps:

  1. Clone the repository on your local machine:

    git clone https://github.com/CesarInzunsa/MAD.git
  2. Navigate to the folder of the project you want to run:

    cd MAD
  3. Run the project using the Flutter command:

    flutter run

About

This repository contains projects and activities carried out during the DAM course at the Instituto Tecnológico de Tepic, using the Flutter framework and the Dart programming language.

Topics

Resources

Stars

Watchers

Forks