Skip to content

Commit 0ccaaf7

Browse files
refactor: change catalog package and gallery app names (#210)
Co-authored-by: Federico Correa <[email protected]>
1 parent 94e3b7b commit 0ccaaf7

File tree

181 files changed

+492
-523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+492
-523
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The project is divided into two main folders:
66
- The UI contains all app screens.
77
- The Core contains the models and the data layer.
88

9+
The design system is located on a package called [design_system][design_system],
10+
911
### UI section
1012

1113
[Flutter Bloc][bloc] is used for state management, specifically, we use Cubit to manage the screen state.
@@ -104,6 +106,7 @@ To create generated code run `clean_up.sh` under [scripts] folder or the followi
104106

105107
In order to setup pre-push hook you need to go to the root of the project and run `git config core.hooksPath .github/hooks`
106108

109+
[design_system]: https://github.com/xmartlabs/flutter-template/tree/main/design_system
107110
[flavorizr]: https://pub.dev/packages/flutter_flavorizr
108111
[flutter_launcher_icons]: https://pub.dev/packages/flutter_launcher_icons
109112
[flutter_native_splash]: https://pub.dev/packages/flutter_native_splash

Diff for: catalog/gallery/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

Diff for: catalog/gallery/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

-8
This file was deleted.

Diff for: catalog/gallery/ios/Runner.xcworkspace/contents.xcworkspacedata

-10
This file was deleted.

Diff for: catalog/gallery/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

-8
This file was deleted.

Diff for: catalog/gallery/lib/main/catalog_main_screen.dart

-91
This file was deleted.

Diff for: catalog/gallery/lib/router/catalog_router.dart

-33
This file was deleted.

Diff for: catalog/gallery/lib/router/catalog_router.gr.dart

-199
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)