|
1 | 1 | ## LiquidScreens, A maintained fork of Compose Navigation Reimagined |
2 | | - |
| 2 | + |
3 | 3 |
|
4 | 4 | ### This is a maintained fork of [Compose Navigation Reimagined](https://github.com/olshevski/compose-navigation-reimagined), only material3 is kept for low maintainence overhead. Deprecated apis are replaced in favor of newer apis and updated the packages to match with current jetpack compose library suite. |
5 | 5 |
|
6 | | -Full Documentation: https://easyusesoft.github.io/LiquidScreens/ |
| 6 | +Full Documentation: https://EasyUse-Software.github.io/LiquidScreens/ |
7 | 7 |
|
8 | 8 | ## Demo |
9 | 9 |
|
@@ -42,7 +42,7 @@ dependencyResolutionManagement { |
42 | 42 |
|
43 | 43 | ```kotlin |
44 | 44 | dependencies { |
45 | | - implementation 'com.github.easyusesoft.LiquidScreens:reimagined:0.2.2' |
| 45 | + implementation 'com.github.EasyUse-Software.LiquidScreens:reimagined:0.2.2' |
46 | 46 | } |
47 | 47 | ``` |
48 | 48 |
|
@@ -126,25 +126,25 @@ AnimatedNavHost( |
126 | 126 |
|
127 | 127 | ## Documentation |
128 | 128 |
|
129 | | -Full documentation is available [here](https://easyusesoft.github.io/LiquidScreens). |
| 129 | +Full documentation is available [here](https://EasyUse-Software.github.io/LiquidScreens). |
130 | 130 |
|
131 | 131 | ## Additional dependencies |
132 | 132 |
|
133 | 133 | Library-specific `hiltViewModel()` implementation: |
134 | 134 |
|
135 | 135 | ```kotlin |
136 | | -implementation 'com.github.easyusesoft.LiquidScreens:reimagined-hilt:0.2.2' |
| 136 | +implementation 'com.github.EasyUse-Software.LiquidScreens:reimagined-hilt:0.2.2' |
137 | 137 | ``` |
138 | 138 |
|
139 | 139 | `BottomSheetNavHost` implementation for Material 3: |
140 | 140 |
|
141 | 141 | ```kotlin |
142 | | -implementation 'com.github.easyusesoft.LiquidScreens:reimagined-material3:0.2.2' |
| 142 | +implementation 'com.github.EasyUse-Software.LiquidScreens:reimagined-material3:0.2.2' |
143 | 143 | ``` |
144 | 144 |
|
145 | 145 | ## Sample |
146 | 146 |
|
147 | | -Explore the [sample](https://github.com/easyusesoft/LiquidScreens/tree/main/sample). It demonstrates: |
| 147 | +Explore the [sample](https://github.com/EasyUse-Software/LiquidScreens/tree/main/sample). It demonstrates: |
148 | 148 |
|
149 | 149 | - passing values and returning results |
150 | 150 | - animated transitions |
|
0 commit comments