AnderMendoza / OpaMind

Music App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Licence LinkedIn


Logo

OpaMind

Mobile development academic project with Flutter
Explore the documents »

See demo · Report a Bug · Request feature

English · Español

Table of Contents
  1. About the project
  2. Execution
  3. Use
  4. Architecture
  5. Contribution
  6. Contact
  7. Acknowledgments

About the project

Product Name Screen Shot

This is an academic project focused on mobile development, the idea of the application is to develop a music app where the user can interact and listen to some popular songs of the moment.

(back to top)

Execution

To run the app it is essential to have the Flutter SDK, since without it you will not be able to run the application. Once you have it, simply run the main.dart file from this repository with your Android device connected to your PC. If in any case you also wanted to try it in an emulator, you would have to download the emulator of your convenience, but here we share the steps if you want to use the same emulator that was used in this project.

Prerequisites

To download the Flutter SDK you must go to its website and enter the Get started section where you must choose your operating system and download the package. installation of the latest stable version of the Flutter Sdk.

If in case you want to install Android Studio emulator follow this steps.

Installing the Flutter SDK

For the installation you must follow the steps shown in the same section of the Flutter website mentioned above, which are:

  1. Follow the Get the Flutter SDK section to the letter
  2. Check the Update tour path part
  3. Finally complete the steps of Run flutter doctor

Installing the Android Studio emulator

We remind you that this part is optional whether or not you want to use an emulator to run the project.

  1. Go to the android studio website in the section Download
  2. Accept the terms and conditions and download the installation file
  3. Run and follow the steps of the Android Studio installer according to your preference in terms of choice options in the installation, for more information we invite you to see the User Guide provided by Android Studio

(back to top)

Architecture

Architech Name Screen Shot

Things to do:

  • Functional login
    • User Authentication
    • User Registration
    • Sign in with Google
    • Sign off
  • Play audio/music
  • Functional player window
  • Profile adapted to each user

Check the open issues to follow the development of each of the unfinished activities.

(back to top)

Use

We remind you to take into account the participation in the elaboration of each one of the members of this work to place the respective credits if in case you were to use it and we thank you if you give us a star to this repository that we share for the entire community since the purpose of this project is purely academic.

(back to top)

Contribution

Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contribution you make is greatly appreciated.

If you have a suggestion that would improve this, please fork the repository and create a pull request. You can also simply open an issue with the "improvement" tag. Don't forget to give the project a star! Thanks again!

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/improvementOpaMind)
  3. Commit your changes (git commit -m 'Adding my features to your project')
  4. Push to the same branch (git push origin feature/OpaMind enhancement)
  5. Open a Pull Request

(back to top)

Contact

Anderson Mendoza - @Anderson - davidmramos53@gmail.com

Santiago Peña - @Santiago

Melany - @Melany

Gabriel - @Gabriel

(back to top)

Acknowledgments

We would like to add a list of resources that we found useful for the development of this project to which we give credit.

(back to top)

About

Music App.

License:MIT License


Languages

Language:Dart 80.8%Language:C++ 10.8%Language:CMake 5.1%Language:HTML 2.5%Language:C 0.5%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%