- 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
This commit introduces the initial setup for the Lightcloud Flutter application including:
- Basic project structure with Android and web configurations
- Authentication screen with login/register functionality
- Initial UI components and theme setup