-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
flutter/packages/flutter_tools/lib/src/devfs.dart
Lines 554 to 575 in ac7879e
| /// Updates files on the device. | |
| /// | |
| /// Returns the number of bytes synced. | |
| Future<UpdateFSReport> update({ | |
| required Uri mainUri, | |
| required ResidentCompiler generator, | |
| required bool trackWidgetCreation, | |
| required String pathToReload, | |
| required List<Uri> invalidatedFiles, | |
| required PackageConfig packageConfig, | |
| required String dillOutputPath, | |
| required DevelopmentShaderCompiler shaderCompiler, | |
| DevelopmentSceneImporter? sceneImporter, | |
| DevFSWriter? devFSWriter, | |
| String? target, | |
| AssetBundle? bundle, | |
| DateTime? firstBuildTime, | |
| bool bundleFirstUpload = false, | |
| bool fullRestart = false, | |
| String? projectRootPath, | |
| File? dartPluginRegistrant, | |
| }) async { |
projectRootPath is not used.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team