Skip to content

Commit d4d6bcc

Browse files
committed
master merged
2 parents 9f85445 + 4cbb4d1 commit d4d6bcc

8 files changed

Lines changed: 1400 additions & 906 deletions

File tree

example/lib/main.dart

Lines changed: 344 additions & 699 deletions
Large diffs are not rendered by default.

lib/colors/gf_color.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'package:flutter/material.dart';
22

3+
34
enum GFColor {
45
primary,
56
secondary,
@@ -15,6 +16,7 @@ enum GFColor {
1516
transparent
1617
}
1718

19+
1820
const PRIMARY = Color(0xff3f6ad8);
1921
const SECONDARY = Color(0xff6c757c);
2022
const SUCCESS =Color(0xff3ac47c);

lib/components/badge/gf_button_badge.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ class _GFButtonBadgeState extends State<GFButtonBadge> {
111111
position: this.position,
112112
size: this.size,
113113
borderShape: widget.borderShape,
114-
icon: widget.counterChild),
114+
icon: widget.counterChild
115+
),
115116
),
116117
);
117118
}

0 commit comments

Comments
 (0)