From a225184921a0aaf2490b34fe06494679d01b39d3 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Fri, 30 Oct 2020 09:16:25 +0800 Subject: [PATCH] add round button --- lib/common_widgets/aku_common_widgets.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/common_widgets/aku_common_widgets.dart b/lib/common_widgets/aku_common_widgets.dart index fc2528a..a5b8f74 100644 --- a/lib/common_widgets/aku_common_widgets.dart +++ b/lib/common_widgets/aku_common_widgets.dart @@ -1 +1,2 @@ -export 'aku_button.dart'; \ No newline at end of file +export 'aku_button.dart'; +export 'aku_round_button.dart'; \ No newline at end of file