https://github.com/dahliaOS/files
File manager application
https://github.com/dahliaOS/files
application dahliaos file flutter hacktoberfest manager
Last synced: 17 days ago
JSON representation
File manager application
- Host: GitHub
- URL: https://github.com/dahliaOS/files
- Owner: dahliaOS
- License: apache-2.0
- Created: 2020-09-20T09:59:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T17:46:53.000Z (12 months ago)
- Last Synced: 2025-05-05T08:22:13.781Z (23 days ago)
- Topics: application, dahliaos, file, flutter, hacktoberfest, manager
- Language: Dart
- Homepage:
- Size: 1.09 MB
- Stars: 59
- Watchers: 3
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: .github/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-flutter-linux - dahliaOS files - File manager application for dahliaOS (Projects)
README
![]()
Website •
Discord •
Releases •
Donate •
Documentation# File manager

- **File manager** for dahliaOS
- **Written** in Dart/Flutter## Development
To develop and locally test the application:
### Step 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.### Step 2. Install dependencies
Install pub dependencies required to run the application by running:
```dart
flutter pub get
```### Step 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)
## License
![]()
![]()
Copyright @ 2019-2022 - The dahliaOS Authors - [email protected]
This project is licensed under the [Apache 2.0 license](/LICENSE)