Posted in Uncategorized Null Safety migration of Flutter framework upstream dependencies Fantashit January 7, 2021 1 Comment on Null Safety migration of Flutter framework upstream dependencies This issue tracks the work to migrate the packages that the flutter framework itself depends on. Author: Fantashit
The direct dependencies are fairly modest: collection: 1.14.11 meta: 1.1.8 typed_data: 1.1.6 vector_math: 2.0.8 The dev_dependencies are slightly larger due to package:test_api, flutter_test, and others (see https://github.com/flutter/flutter/blob/master/packages/flutter/pubspec.yaml)
The direct dependencies are fairly modest:
The dev_dependencies are slightly larger due to package:test_api, flutter_test, and others (see https://github.com/flutter/flutter/blob/master/packages/flutter/pubspec.yaml)