Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[nnbd] Various fixes #3175

Merged
merged 8 commits into from
Oct 21, 2020
Merged

[nnbd] Various fixes #3175

merged 8 commits into from
Oct 21, 2020

Conversation

blasten
Copy link

@blasten blasten commented Oct 21, 2020

  • Cleans up some of the code, so it's consistent.
  • Fixes some checks. (hopefully all)

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// @dart = 2.8
// @dart = 2.9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

connectivity hasn't moved to nnbd yet, my migration PR will handle this. Do you want to maybe revert it for now?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dart = 2.9 is non-null safety. @dart = 2.10 enables null safety.


## 0.0.1+1

* Update README to reflect endorsement.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated 0.0.1+1. Looks like a merge error.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

@blasten
Copy link
Author

blasten commented Oct 21, 2020

Some dependency resolution will fail for this patch, but it should be fixed after this patch is merged. This is due to some git dependencies depending on path dependencies. After this change, everything should be fixed.

Copy link
Contributor

@cyanglaz cyanglaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@blasten blasten merged commit 7bc1151 into flutter:nnbd Oct 21, 2020
@blasten blasten deleted the nnbd_fixes branch October 21, 2020 16:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants