Document how engine.version (is/will be) computed (#164335)

Towards https://github.com/flutter/flutter/issues/163896.
This commit is contained in:
Matan Lurey
2025-02-27 14:48:48 -08:00
committed by GitHub
parent eb66d03350
commit a19509c6c3
5 changed files with 97 additions and 0 deletions

View File

@@ -13,6 +13,15 @@ import 'package:file_testing/file_testing.dart';
import 'package:platform/platform.dart';
import 'package:test/test.dart';
//////////////////////////////////////////////////////////////////////
// //
// ✨ THINKING OF MOVING/REFACTORING THIS FILE? READ ME FIRST! ✨ //
// //
// There is a link to this file in //docs/tool/Engine-artfiacts.md //
// and it would be very kind of you to update the link, if needed. //
// //
//////////////////////////////////////////////////////////////////////
void main() {
const FileSystem localFs = LocalFileSystem();
final _FlutterRootUnderTest flutterRoot = _FlutterRootUnderTest.findWithin();