From 9b19fc932d8bc8f62a05814a8c3a5eb77c2be872 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 17 Jun 2024 10:40:24 +0800 Subject: [PATCH] export thermion_widget --- thermion_flutter/thermion_flutter/lib/thermion_flutter.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart b/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart index 2f1b5e4d..5d428389 100644 --- a/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart +++ b/thermion_flutter/thermion_flutter/lib/thermion_flutter.dart @@ -1,4 +1,5 @@ library thermion_flutter; export 'thermion/thermion_flutter_plugin.dart'; +export 'thermion/widgets/thermion_widget.dart'; export 'package:thermion_dart/thermion_dart.dart';