https://github.com/jack970/yt_download_flutter
Application developed with flutter. This app loads a listview with videos's data in format json and stores in local database with sqflite.
https://github.com/jack970/yt_download_flutter
flutter sqlite video-streaming
Last synced: 3 months ago
JSON representation
Application developed with flutter. This app loads a listview with videos's data in format json and stores in local database with sqflite.
- Host: GitHub
- URL: https://github.com/jack970/yt_download_flutter
- Owner: jack970
- License: mit
- Created: 2022-05-17T05:30:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T07:32:19.000Z (about 4 years ago)
- Last Synced: 2025-03-23T07:33:15.306Z (over 1 year ago)
- Topics: flutter, sqlite, video-streaming
- Language: Dart
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
App Video Download
🚀 Application developed with flutter. This app loads a listview with videos's data in format json and stores in local database with sqflite.
### Pré-requisitos
Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas:
[Flutter SDK](https://docs.flutter.dev/get-started/install/windows).
Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/) ou [Android Studio](https://developer.android.com/studio?hl=pt&gclid=CjwKCAjw7IeUBhBbEiwADhiEMaZLScSmPjGppD5m67_tlTo2OAUwQFmT4UuH6fTAKnjTASfF1dziVhoChqUQAvD_BwE&gclsrc=aw.ds).
### 🎲 Rodando o Aplicativo Flutter
```bash
# Clone este repositório
$ git clone
# Acesse a pasta do projeto no terminal/cmd
$ cd yt_download_flutter
# Instale as dependências
$ flutter pub get
# Execute a aplicação
$ flutter run
# O app iniciará
```
### 🛠 Tecnologias
As seguintes ferramentas foram usadas na construção do projeto:
- [Flutter](https://nodejs.org/en/)
- [Sqflite](https://flutter.dev/?gclid=CjwKCAjw7IeUBhBbEiwADhiEMVcxZDvb-04jhC_TLeSN8BCyeDkfiRfTmtwVfnw2hifpbdjeTsLWnBoCV0MQAvD_BwE&gclsrc=aw.ds)
- [http](https://pub.dev/packages/http)
- [Path_provider](https://pub.dev/packages/path_provider)