mirror of
https://github.com/flutter/samples.git
synced 2025-11-14 03:19:06 +00:00
Update desktop_photo_search to use url_launcher's Link (#780)
This commit is contained in:
@@ -43,7 +43,7 @@ Future<void> watch() async => _logProcessOutput(
|
||||
Future<void> analyzeSource() async => _logProcessOutput(
|
||||
Process.start(
|
||||
'flutter',
|
||||
['pub', 'run', 'tuneup'],
|
||||
['analyze'],
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user