mirror of
https://github.com/flutter/samples.git
synced 2026-06-06 14:29:10 +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