-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
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
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- to use null-safety/non-null-safety: ♻️ Migrate to non-nullable by default #5 (comment)
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@AlexV525
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@CaiJingLong
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@CNAD666
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@gzlock
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@wanglu1209
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@mjl0602
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@shingohu
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@LXD312569496
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@ysdy44 @nohli
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
@ahyangnb
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Activity
CaiJingLong commentedon Mar 3, 2021
flutter_image_editor migration completed
CaiJingLong commentedon Mar 3, 2021
adaptation done.
gzlock commentedon Mar 3, 2021
将会重写 flutter_draggable_container 实现 fluttercandies/flutter_draggable_container#3 的需求
不过手上还在忙别的项目,需要等待一段时间才能抽出空来。
zmtzawqlp commentedon Mar 4, 2021
ff_annotation_route
pub global activate ff_annotation_route
pub global activate ff_annotation_route 6.x.x-non-null-safety
xdd666t commentedon Mar 6, 2021
flutter_smart_dialog already migrate null-safety
Version distinction
gzlock commentedon Mar 27, 2021
flutter_draggable_container 改造完成,已经支持null safety.