-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: restructure directories and remove duplicated fonts (#938)
* chore: restructure directories and remove duplicated fonts * fix: add missing async * fix(pubspec.yaml): correct output_class_file
- Loading branch information
1 parent
f29d45e
commit ba06773
Showing
39 changed files
with
25 additions
and
632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// Animated Icons | ||
export 'src/icons_widgets/yaru_animated_icon.dart'; | ||
export 'src/icons_widgets/yaru_animated_icons.dart'; | ||
export 'src/icons/icons_widgets/yaru_animated_icon.dart'; | ||
export 'src/icons/icons_widgets/yaru_animated_icons.dart'; | ||
// Widgets | ||
export 'src/icons_widgets/yaru_placeholder_icon.dart'; | ||
export 'src/yaru_freedesktop_icons.dart'; | ||
export 'src/yaru_icons.dart'; | ||
export 'src/icons/icons_widgets/yaru_placeholder_icon.dart'; | ||
export 'src/icons/yaru_freedesktop_icons.dart'; | ||
export 'src/icons/yaru_icons.dart'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export 'src/settings/gtk_constants.dart'; | ||
export 'src/settings/inherited_theme.dart'; | ||
export 'src/settings/settings_service.dart'; | ||
export 'src/settings/yaru_settings.dart'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.