You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mason make very_good_dart_package --project_name "todos_data_source" --description "A generic interface for managing todos." -o packages
168
+
mason make very_good_dart_package --project_name "todos_data_source" --description "A generic interface for managing todos." -o packages/todos_data_source
169
169
```
170
170
171
171
:::note
@@ -406,7 +406,7 @@ From the root of the project we can use `mason make` to generate a new Dart
406
406
package again:
407
407
408
408
```bash
409
-
mason make very_good_dart_package --project_name "in_memory_todos_data_source" --description "An in-memory implementation of the TodosDataSource interface." -o packages
409
+
mason make very_good_dart_package --project_name "in_memory_todos_data_source" --description "An in-memory implementation of the TodosDataSource interface." -o packages/in_memory_todos_data_source
0 commit comments