litecloud/lightcloud_app
Mercurio a95d455b2e feat: implement file sharing and management functionality
- Add config.dart for API configuration
- Implement sidebar navigation with logout functionality
- Add file sharing dialog with public/private options
- Create shares page to view and manage shared files
- Implement file upload/download/delete operations
- Add authentication persistence using shared preferences
- Configure CORS for API to enable cross-origin requests
2025-06-02 15:37:06 +02:00
..
android feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00
lib feat: implement file sharing and management functionality 2025-06-02 15:37:06 +02:00
test feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00
web feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00
.gitignore feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00
.metadata feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00
analysis_options.yaml feat: implement file sharing and management functionality 2025-06-02 15:37:06 +02:00
pubspec.yaml feat: implement file sharing and management functionality 2025-06-02 15:37:06 +02:00
README.md feat: add initial Flutter project structure and auth screen 2025-05-28 23:52:05 +02:00

lightcloud

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.