Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahliaos/app_store
Curated marketplace for third-party applications on dahliaOS
https://github.com/dahliaos/app_store
app applications apps appstore dahliaos dart flutter flutter-app flutter-apps hacktoberfest store
Last synced: 3 days ago
JSON representation
Curated marketplace for third-party applications on dahliaOS
- Host: GitHub
- URL: https://github.com/dahliaos/app_store
- Owner: dahliaOS
- License: apache-2.0
- Created: 2020-09-15T07:35:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T14:29:08.000Z (over 1 year ago)
- Last Synced: 2024-05-22T13:23:24.670Z (6 months ago)
- Topics: app, applications, apps, appstore, dahliaos, dart, flutter, flutter-app, flutter-apps, hacktoberfest, store
- Language: Dart
- Homepage:
- Size: 1.27 MB
- Stars: 24
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Website •
Discord •
Releases •
Donate •
Documentation# App Store
[![Crowdin](https://badges.crowdin.net/e/db82ee97ea486c56ac81a67f5b0ff7e9/localized.svg)](https://translate.dahliaos.io/app-store)- **Curated** marketplace for third-party applications on dahliaOS
![Screenshot](.github/images/screenshot.png)
> Landing page.## Development
To develop and locally test the application:
### 1. Install development tools
1. Install [Flutter](https://docs.flutter.dev/get-started/install)
2. Install an IDE of your choice (we recommend [VSCode](https://code.visualstudio.com/))
* We also recommend installing Dart and Flutter extensions if you're opting in for VSCode.
For other IDEs, please inform yourself.### 2. Install dependencies
Install pub dependencies required to run the application by running:
```dart
flutter pub get
```### 3. Run the application
Run the application in an enviroment of your choice by running:
```dart
flutter run
```Flutter has hot reloading so no need to restart the instance when it's running!
## Contribute
If you're wondering how to contribute to the project, please refer to [CONTRIBUTING.md](CONTRIBUTING.md)
## Translate
If you're interested in translating App Store, click [here](https://github.com/dahliaOS/app_store/blob/main/CONTRIBUTING.md#translations) for more information on how to do so!
## License
Copyright @ 2019-2022 - The dahliaOS Authors - [email protected]
This project is licensed under the [Apache 2.0 license](/LICENSE)