mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 07:18:15 +00:00
Merge in the flutter gallery (#176)
This commit is contained in:
12
gallery/codeviewer_cli/bin/main.dart
Normal file
12
gallery/codeviewer_cli/bin/main.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2019 The Flutter team. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:codeviewer_cli/segment_generator.dart';
|
||||
|
||||
main(List<String> arguments) {
|
||||
writeSegments(
|
||||
sourceDirectoryPath: '../gallery/lib/demos',
|
||||
targetFilePath: '../gallery/lib/codeviewer/code_segments.dart',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user