master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit 0b27a62669 - Show all commits

View File

@ -18,11 +18,11 @@ import 'package:flutter/material.dart';
import 'package:wyatt_component_copy_with_extension/component_copy_with_extension.dart'; import 'package:wyatt_component_copy_with_extension/component_copy_with_extension.dart';
import 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart'; import 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
// part 'custom_app_bar_example.g.dart'; part 'custom_app_bar_example.g.dart';
@ComponentCopyWithExtension() @ComponentCopyWithExtension()
class CustomAppBarExample extends AppBarComponent class CustomAppBarExample extends AppBarComponent
with $CustomAppBarExampleCWProxyImpl { with $CustomAppBarExampleCWMixin {
const CustomAppBarExample({super.title, super.key}); const CustomAppBarExample({super.title, super.key});
@override @override