Skip to content

Commit

Permalink
Order yaru_widgets exports (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Sep 2, 2022
1 parent 4c9df54 commit 11e76a3
Showing 1 changed file with 38 additions and 23 deletions.
61 changes: 38 additions & 23 deletions lib/yaru_widgets.dart
@@ -1,38 +1,53 @@
library yaru_widgets;

// Animations
export 'src/animations/yaru_animated_ok_icon.dart';
export 'src/utilities/ubuntu_logo.dart';
export 'src/dialogs/yaru_alert_dialog.dart';
export 'src/utilities/yaru_banner.dart';
export 'src/utilities/yaru_carousel.dart';
export 'src/pages/rows/yaru_checkbox_row.dart';

// Controls
export 'src/controls/yaru_color_disk.dart';
export 'src/controls/yaru_color_picker_button.dart';
export 'src/pages/layouts/yaru_compact_layout.dart';
export 'src/dialogs/yaru_dialog_title.dart';
export 'src/utilities/yaru_draggable.dart';
export 'src/utilities/yaru_expandable.dart';
export 'src/utilities/yaru_expansion_panel_list.dart';
export 'src/pages/rows/yaru_extra_option_row.dart';
export 'src/controls/yaru_option_button.dart';
export 'src/controls/yaru_progress_indicator.dart';
export 'src/controls/yaru_round_icon_button.dart';
export 'src/controls/yaru_round_toggle_button.dart';

// Dialogs
export 'src/dialogs/yaru_alert_dialog.dart';
export 'src/dialogs/yaru_dialog_title.dart';
export 'src/dialogs/yaru_simple_dialog.dart';

// Extensions
export 'src/extensions/border_radius_extension.dart';

// Pages
export 'src/pages/yaru_page.dart';
export 'src/pages/yaru_section.dart';
export 'src/pages/yaru_tabbed_page.dart';

// Pages layouts
export 'src/pages/layouts/yaru_compact_layout.dart';
export 'src/pages/layouts/yaru_master_detail_page.dart';
export 'src/pages/layouts/yaru_narrow_layout.dart';
export 'src/controls/yaru_option_button.dart';
export 'src/pages/yaru_page.dart';
export 'src/pages/layouts/yaru_page_item.dart';
export 'src/pages/layouts/yaru_page_item_title.dart';
export 'src/controls/yaru_round_icon_button.dart';
export 'src/controls/yaru_round_toggle_button.dart';
export 'src/pages/layouts/yaru_wide_layout.dart';

// Pages rows
export 'src/pages/rows/yaru_checkbox_row.dart';
export 'src/pages/rows/yaru_extra_option_row.dart';
export 'src/pages/rows/yaru_row.dart';
export 'src/utilities/yaru_safe_image.dart';
export 'src/utilities/yaru_search_app_bar.dart';
export 'src/pages/yaru_section.dart';
export 'src/utilities/yaru_selectable_container.dart';
export 'src/dialogs/yaru_simple_dialog.dart';
export 'src/pages/rows/yaru_single_info_row.dart';
export 'src/pages/rows/yaru_slider_row.dart';
export 'src/pages/rows/yaru_switch_row.dart';
export 'src/pages/yaru_tabbed_page.dart';
export 'src/pages/rows/yaru_toggle_buttons_row.dart';
export 'src/pages/layouts/yaru_wide_layout.dart';
export 'src/extensions/border_radius_extension.dart';

// Utilities
export 'src/utilities/ubuntu_logo.dart';
export 'src/utilities/yaru_banner.dart';
export 'src/utilities/yaru_carousel.dart';
export 'src/utilities/yaru_draggable.dart';
export 'src/utilities/yaru_expandable.dart';
export 'src/utilities/yaru_expansion_panel_list.dart';
export 'src/utilities/yaru_safe_image.dart';
export 'src/utilities/yaru_search_app_bar.dart';
export 'src/utilities/yaru_selectable_container.dart';

0 comments on commit 11e76a3

Please sign in to comment.