Remove yaru dep
This commit is contained in:
parent
a15fae89eb
commit
26a2bd3f5e
21 changed files with 291 additions and 311 deletions
|
@ -1,11 +1,11 @@
|
|||
import 'package:brook/models/decoration_type.dart';
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
import 'package:yaru/yaru.dart';
|
||||
part "decorations.freezed.dart";
|
||||
|
||||
@freezed
|
||||
class Decorations with _$Decorations {
|
||||
const factory Decorations({
|
||||
required List<YaruWindowControlType> leading,
|
||||
required List<YaruWindowControlType> trailing,
|
||||
required List<DecorationType> leading,
|
||||
required List<DecorationType> trailing,
|
||||
}) = _Decorations;
|
||||
}
|
||||
|
|
Reference in a new issue