This Flutter application provides a simple file management solution for users to upload, view, and organize different types of files, including PDFs, images, and videos, using Firebase for storage and authentication.
-
File Upload: Users can select and upload files with various extensions (PDF, Image, Video) using the File Picker package.
-
Firebase Integration: Firebase Authentication and Firestore are used for user authentication and data storage.
-
File Viewing: Users can view uploaded files by tapping on them in the list. Depending on the file type, the app navigates to different screens (image view, PDF view, video player) for displaying the content.
-
Folder Management: Users can create folders for organizing their files, and there is an option to delete folders along with their contents.
-
Clone the repository to your local machine:
git clone https://github.com/Underemployed/flutter_firebase_storage.git
-
Install the required Flutter packages:
flutter pub get
-
Configure Firebase:
- Set up a Firebase project on the Firebase Console.
- Download the
google-services.json
(for Android) andGoogleService-Info.plist
(for iOS) configuration files and place them in the respective platform-specific directories.
-
Launch the app using
flutter run
. -
Sign in or create an account to start using the file management features.
-
Upload files by tapping the "+" button, and select a file from your device.
-
View and manage your files within folders.
Contributions to this project are welcome! If you encounter any issues or have ideas for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.