Dark mode em upload pdf

This commit is contained in:
2026-05-18 23:05:33 +01:00
parent 7f12f3eb1f
commit 8043ee42fe
19 changed files with 77 additions and 73 deletions

View File

@@ -12,7 +12,7 @@
**Dependencies**: None
#### Subtasks:
- [ ] Create new Flutter project: `flutter create teachit`
- [ ] Create new Flutter project: `flutter create learn_it`
- [ ] Configure Flutter SDK version (3.41.9 or latest stable)
- [ ] Set up version control (Git repository)
- [ ] Create initial project structure
@@ -62,8 +62,8 @@ dev_dependencies:
#### Implementation Details:
```bash
# Create project
flutter create teachit
cd teachit
flutter create learn_it
cd learn_it
# Initialize git
git init