mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-01-11 22:40:23 +00:00
Project import generated by Copybara.
GitOrigin-RevId: cafd7a48e5593907b4789ef8beb4217e4c102303
This commit is contained in:
parent
79cbc33660
commit
f16ffa3572
2 changed files with 37 additions and 1 deletions
38
README.md
38
README.md
|
|
@ -1,2 +1,38 @@
|
|||
# Madari
|
||||
# Open Source Media Manager
|
||||
|
||||
An open-source media manager app built with Flutter, designed to stream videos from Stremio addons. This project aims to provide an easy-to-use platform for managing and streaming media content.
|
||||
|
||||
## Features
|
||||
- **Stream Videos** from various Stremio addons.
|
||||
- **Cross-Platform Support**: Works on Android, iOS supported by Flutter.
|
||||
- **Open Source**: Contributions are welcome!
|
||||
|
||||
## Screenshots
|
||||
|
||||
<img src="readme/image/home.jpg" width="250" title="Home Page">
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Prerequisites
|
||||
- Dart SDK and Flutter installed on your machine.
|
||||
- Ensure you have all necessary dependencies for Flutter projects.
|
||||
|
||||
### Local Development
|
||||
To build and run the project locally, use the following command:
|
||||
|
||||
```bash
|
||||
dart run build_runner build --delete-conflicting-outputs
|
||||
```
|
||||
|
||||
### Running the App
|
||||
1. Clone this repository.
|
||||
2. Navigate to the project directory.
|
||||
3. Run the app using Flutter's run command:
|
||||
|
||||
```bash
|
||||
flutter run
|
||||
```
|
||||
|
||||
## Contributing
|
||||
Contributions, issues, and feature requests are welcome!
|
||||
Feel free to fork the repository and submit a pull request.
|
||||
|
|
|
|||
BIN
readme/image/home.jpg
Normal file
BIN
readme/image/home.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 927 KiB |
Loading…
Reference in a new issue