Skip to content

♻️ Migrate to non-nullable by default #5

@AlexV525

Description

@AlexV525
Member

In order to keep up with the coming null safety, we've scheduled to migrate all necessary packages (projects are not included since they generally require further packages to migrate) into NNBD (non-nullable by default). Packages are listed below.

Be aware that some packages might not be migrated forever, since the codeowner is no longer working with Flutter. 🙏

Sorted by code owner:

@zmtzawqlp

@AlexV525

@CaiJingLong

@CNAD666

@gzlock

@wanglu1209

@mjl0602

@shingohu

@LXD312569496

@ysdy44 @nohli

@ahyangnb

Activity

pinned this issue on Feb 26, 2021
CaiJingLong

CaiJingLong commented on Mar 3, 2021

@CaiJingLong
Member

flutter_image_editor migration completed

CaiJingLong

CaiJingLong commented on Mar 3, 2021

@CaiJingLong
Member
gzlock

gzlock commented on Mar 3, 2021

@gzlock

将会重写 flutter_draggable_container 实现 fluttercandies/flutter_draggable_container#3 的需求
不过手上还在忙别的项目,需要等待一段时间才能抽出空来。

zmtzawqlp

zmtzawqlp commented on Mar 4, 2021

@zmtzawqlp
Member

ff_annotation_route

  • null-safety

pub global activate ff_annotation_route

environment:
  sdk: '>=2.12.0 <3.0.0'
dependencies:
  ff_annotation_route_core: ^2.0.2
  ff_annotation_route_library: ^2.0.1
  • non-null-safety

pub global activate ff_annotation_route 6.x.x-non-null-safety

environment:
  sdk: '>=2.6.0 <2.12.0'
dependencies:
  ff_annotation_route_core: ^2.0.2-non-null-safety
  ff_annotation_route_library: ^2.0.2-non-null-safety
xdd666t

xdd666t commented on Mar 6, 2021

@xdd666t
Member

flutter_smart_dialog already migrate null-safety

Version distinction

  • null-safety
dependencies:
  flutter_smart_dialog: ^2.0.0
  • non-null-safety(last stable version)
dependencies:
  flutter_smart_dialog: ^1.3.1
gzlock

gzlock commented on Mar 27, 2021

@gzlock

flutter_draggable_container 改造完成,已经支持null safety.

locked as resolved and limited conversation to collaborators on Nov 8, 2021
unpinned this issue on Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gzlock@CaiJingLong@AlexV525@zmtzawqlp@xdd666t

        Issue actions

          ♻️ Migrate to non-nullable by default · Issue #5 · fluttercandies/flutter_candies