Skip to content

Commit 3aa1424

Browse files
authored
Merge pull request #4 from ionicfirebaseapp/master
master pull
2 parents af17ff1 + 1363bf3 commit 3aa1424

15 files changed

Lines changed: 1587 additions & 861 deletions

File tree

example/lib/main.dart

Lines changed: 341 additions & 570 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)