Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makjac/promultimedia
https://github.com/makjac/promultimedia
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/makjac/promultimedia
- Owner: makjac
- Created: 2024-11-05T13:32:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T14:45:03.000Z (2 months ago)
- Last Synced: 2024-11-05T14:46:12.892Z (2 months ago)
- Language: C++
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promultimedia
[![Promultimedia test][ci_badge]][ci_badge_link]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]## Overview
This project is a recruitment task for a Flutter Developer position, focused on creating an onboarding screen for users upon launching the app.
## Setup
To get the project up and running, follow these steps:
1. **Clone the Repository**
Clone this repository to your local machine:```bash
git clone https://github.com/makjac/promultimedia.git
```2. **Install Dependencies**
Navigate to the project directory and install the necessary dependencies:```bash
cd promultimedia
flutter pub get
```3. **Run the Project**
Use the following command to run the project on an emulator or connected device:```bash
flutter run
```[ci_badge]: https://github.com/makjac/promultimedia/actions/workflows/flutter.yml/badge.svg
[ci_badge_link]: https://github.com/makjac/promultimedia/actions/workflows/flutter.yml
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis