Skip to content

Commit

Permalink
#345 - Refactor: Clean folder structure (#347)
Browse files Browse the repository at this point in the history
* refactor: move coffee_maker example project from root to examples folder

* refactor: move coffee_maker_navigator_2 example project from root to examples folder

* refactor: move demo_ui_components example project from root to examples folder

* refactor: move playground example project from root to examples folder

* refactor: move playground_navigator2 example project from root to examples folder

* refactor: move widgetbook example project from coffe_maker_navigator2 to examples folder

* chore: update dependency paths in example projects for consistency

* refactor: move wolt_di package from root to packages folder

* refactor: move wolt_state_management package from root to packages folder

* chore: update dependency paths in packages for consistency

* Revert "refactor: move widgetbook example project from coffe_maker_navigator2 to examples folder"

This reverts commit 28ca416.

* chore: update paths on yaml files

* doc: update README file
  • Loading branch information
mukireus authored Dec 10, 2024
1 parent 10862ef commit 31ffa6f
Show file tree
Hide file tree
Showing 894 changed files with 17 additions and 23 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,20 +360,20 @@ The example project above will create the following:

### Playground app with imperative navigation

The playground app ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/playground), [web app](https://playgroundwoltexample.web.app))
The playground app ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/examples/playground), [web app](https://playgroundwoltexample.web.app))
demonstrates how to imperatively show the
modal sheet. The purpose of this module is to play and experiment with various
use cases.

### Playground app with declarative navigation

The playground_navigator2 app ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/playground_navigator2), [web app](https://playgroundnavigator2woltexample.web.app)) has the similar content with
the [playground](./playground/) app but the modal sheet is shown using
The playground_navigator2 app ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/examples/playground_navigator2), [web app](https://playgroundnavigator2woltexample.web.app)) has the similar content with
the [playground](./examples/playground/) app but the modal sheet is shown using
Navigator 2.0 (Router API) in a declarative way.

### Coffee maker app for state management example

The coffee_maker app ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/coffee_maker), [web app](https://coffeemakerexample.web.app)) demonstrates how to manage the state among the page components with an opinionated use of the Provider state
The coffee_maker app ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/examples/coffee_maker), [web app](https://coffeemakerexample.web.app)) demonstrates how to manage the state among the page components with an opinionated use of the Provider state
management library.

The following code snippet demonstrates how to decorate the modal sheet with a change
Expand Down Expand Up @@ -408,7 +408,7 @@ current state:

### Coffee maker app with Navigator 2.0

The coffee_maker_navigator2 ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/coffee_maker_navigator_2), [web app](https://coffeemakernavigator2.web.app)) app demonstrates how to manage app navigation including the modal sheet with Navigator 2.0 by
The coffee_maker_navigator2 ([source code](https://github.com/woltapp/wolt_modal_sheet/tree/main/examples/coffee_maker_navigator_2), [web app](https://coffeemakernavigator2.web.app)) app demonstrates how to manage app navigation including the modal sheet with Navigator 2.0 by
applying the MVVM pattern with the Provide state management package.

### CupertinoApp support
Expand All @@ -424,7 +424,7 @@ CupertinoApp(
localizationsDelegates: const <LocalizationsDelegate<dynamic>>[DefaultMaterialLocalizations.delegate],
)
```
To see its usage, please check [coffee maker example app](coffee_maker/lib/main.dart).
To see its usage, please check [coffee maker example app](examples/coffee_maker/lib/main.dart).

## Features

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
provider: ^6.0.5
wolt_responsive_layout_grid: ^0.0.3
wolt_modal_sheet:
path: ..
path: ../..
demo_ui_components:
path: ../demo_ui_components

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Loading

0 comments on commit 31ffa6f

Please sign in to comment.