WIP: Multiple same type component usage #201

Closed
malo wants to merge 7 commits from components/feat/enable-multiple-same-type-components-usage into master
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 5c4af15583 - Show all commits

View File

@ -19,7 +19,7 @@ import 'package:flutter/services.dart';
import 'package:wyatt_component_copy_with_extension/wyatt_component_copy_with_extension.dart';
import 'package:wyatt_ui_components/wyatt_ui_components.dart';
part 'custom_top_bar_example.g.dart';
part 'custom_top_bar_example.impl.g.dart';
@ComponentCopyWithExtension()
class CustomTopAppBarExample extends TopAppBarComponent