Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: upgrade to Flutter 3.7.0 and Dart 2.19.0 #3699

Merged
merged 23 commits into from
Jan 30, 2023

Conversation

felangel
Copy link
Owner

@felangel felangel commented Jan 29, 2023

Status

READY

Breaking Changes

NO

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the refactor Refactor an existing implementation label Jan 29, 2023
@felangel felangel self-assigned this Jan 29, 2023
@felangel felangel changed the title refactor: remove invariant_booleans lint rule refactor: upgrade to Flutter 3.7 Jan 29, 2023
@codecov
Copy link

codecov bot commented Jan 29, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (a3abbcb) compared to base (cb9914e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##            master     #3699    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           30        16    -14     
  Lines          707       455   -252     
==========================================
- Hits           707       455   -252     
Impacted Files Coverage Δ
packages/bloc/lib/src/bloc.dart
packages/bloc/lib/src/cubit.dart
packages/bloc/lib/src/change.dart
packages/bloc_test/lib/src/bloc_test.dart
packages/bloc/lib/src/bloc_base.dart
packages/bloc_concurrency/lib/src/droppable.dart
packages/bloc/lib/src/emitter.dart
packages/bloc/lib/src/transition.dart
packages/bloc_concurrency/lib/src/concurrent.dart
packages/bloc_test/lib/src/mock_bloc.dart
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@felangel felangel changed the title refactor: upgrade to Flutter 3.7 refactor: upgrade to Flutter 3.7.0 and Dart 2.19.0 Jan 29, 2023
@felangel felangel merged commit 2199f1c into master Jan 30, 2023
@felangel felangel deleted the refactor/remove-invariant-booleans branch January 30, 2023 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor an existing implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

style(example): prune deprecated analysis options
1 participant