Dark mode em upload pdf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user