Implement arrangement

This commit is contained in:
CodeDoctorDE
2023-06-13 18:55:46 +02:00
parent 1a65a282c3
commit f39fdbbc80
16 changed files with 158 additions and 88 deletions

View File

@ -3,7 +3,7 @@
/// More dartdocs go here.
library butterfly_api;
export 'src/butterfly_models.dart';
export 'src/butterfly_helpers.dart';
export 'butterfly_models.dart';
export 'butterfly_helpers.dart';
// TODO: Export any libraries intended for clients of this package.