A sample command-line application with an entrypoint in bin/
, library code
in lib/
, and example unit test in test/
.
Libraries
- commands/commands
- commands/feature_command
- commands/help_command
- commands/provider_command
- commands/update_command
- core/structure
- extensions/list
- extensions/string
- functions/binding/bindings
- functions/binding/controller
- functions/binding/find_file_by_type
- functions/create/create_file
- functions/find_file/find_file_by_name
- functions/formatter_dart_file/formatter_dart_file
- functions/routes/add_page
- functions/routes/add_route
- functions/sorter_imports/sort
- me
- models/file_model
- samples/impl/binding
- samples/impl/controller
- samples/impl/provider
- samples/impl/view
- samples/interface/sample_interface
- utils/formatter_dart_file
- utils/logger/log_utils
- utils/pubspec_utils
- utils/replace_to_relative
- utils/utils