Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodandoTV
/
todoapp_flutter
Public template
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement bulk task updates and refactor task management
- #67
#67
Merged
gabrielbmoro
merged 11 commits into
main
CodandoTV/todoapp_flutter:main
from
feature/clear-all-items
CodandoTV/todoapp_flutter:feature/clear-all-items
Copy head branch name to clipboard
Mar 29, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Implement bulk task updates and refactor task management
#67
gabrielbmoro
merged 11 commits into
main
CodandoTV/todoapp_flutter:main
from
feature/clear-all-items
CodandoTV/todoapp_flutter:feature/clear-all-items
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2026
Implement bulk task update functionality and add tasks complete status management
gabrielbmoro
committed
50aecc3
View commit details
Copy full SHA for 50aecc3
Browse repository at this point
Add updateTasks method to bulk update task completion status
gabrielbmoro
committed
37ca3e2
View commit details
Copy full SHA for 37ca3e2
Browse repository at this point
Commits on Mar 28, 2026
Refactor task management by consolidating use cases into TaskListSummaryHelper and removing unused classes
gabrielbmoro
committed
3f8b8bc
View commit details
Copy full SHA for 3f8b8bc
Browse repository at this point
Refactor task sorting and comparison logic by introducing TaskListSortHelper, removing obsolete use cases, and updating related components
gabrielbmoro
committed
a3531a9
View commit details
Copy full SHA for a3531a9
Browse repository at this point
Commits on Mar 29, 2026
Add CheckAllActionChipWidget and localizations for check/uncheck actions
gabrielbmoro
committed
a7c1c99
View commit details
Copy full SHA for a7c1c99
Browse repository at this point
Refactor TasksListWidget usage to remove unnecessary Expanded widget and add flex property support
gabrielbmoro
committed
2c6138c
View commit details
Copy full SHA for 2c6138c
Browse repository at this point
Refactor TasksScaffold layout to use Column for better structure and update padding for CheckAllActionChipWidget
gabrielbmoro
committed
40d5f86
View commit details
Copy full SHA for 40d5f86
Browse repository at this point
bump version
gabrielbmoro
committed
4ab60a2
View commit details
Copy full SHA for 4ab60a2
Browse repository at this point
Refactor updateTasks method to use for loop instead of forEach for better readability
gabrielbmoro
committed
196920b
View commit details
Copy full SHA for 196920b
Browse repository at this point
bump version to 1.1.0
gabrielbmoro
committed
3e804ac
View commit details
Copy full SHA for 3e804ac
Browse repository at this point
bump version to 1.2.0
gabrielbmoro
committed
11cdacf
View commit details
Copy full SHA for 11cdacf
Browse repository at this point
You can’t perform that action at this time.