Skip to content

Commit 1c4ab0c

Browse files
committed
+Update dependencies
1 parent cf3245a commit 1c4ab0c

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/deploy-examplet.yml_REMOVE_TO_ENABLE renamed to .github/workflows/deploy-example.yml_REMOVE_TO_ENABLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Build the web app in /hosted_example/
5050
- name: Build web app in /hosted_example/
51-
run: flutter build web --release --base-href "/${{ github.event.repository.name }}/"
51+
run: flutter build web --release --wasm --base-href "/${{ github.event.repository.name }}/"
5252
working-directory: ./hosted_example
5353

5454
# Necessary

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A package that provides a useful screen widget andcontroller for Flutter apps.
1919

2020
---
2121

22-
Please refer to the [API reference](https://pub.dev/documentation/df_screen/) for more information.
22+
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_screen/) for more information.
2323

2424
---
2525

@@ -46,6 +46,7 @@ If you're enjoying this package and find it valuable, consider showing your appr
4646

4747
<a href="https://www.buymeacoffee.com/dev_cetera" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="40"></a>
4848

49-
## License
49+
## 🧑‍⚖️ License
5050

5151
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_screen/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_screen/main/LICENSE) for more information.
52+

pubspec.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ dependencies:
3535
flutter:
3636
sdk: flutter
3737

38-
df_collection: ^0.9.3
39-
df_config: ^0.7.3
40-
df_debouncer: ^0.4.13
41-
df_di: ^0.12.7
42-
df_generate_dart_models_core: ^0.9.19
43-
df_log: ^0.3.17
44-
df_pod: ^0.18.4
45-
df_scalable: ^0.9.3
46-
df_screen_core: ^0.5.3
47-
df_type: ^0.12.3
48-
df_router: ^0.4.11
49-
device_info_plus: ^11.4.0
38+
df_collection: ^0.9.4
39+
df_config: ^0.7.4
40+
df_debouncer: ^0.4.14
41+
df_di: ^0.13.0
42+
df_generate_dart_models_core: ^0.9.20
43+
df_log: ^0.3.18
44+
df_pod: ^0.18.5
45+
df_scalable: ^0.9.4
46+
df_screen_core: ^0.5.4
47+
df_type: ^0.12.7
48+
df_router: ^0.4.12
49+
device_info_plus: ^11.5.0
5050
meta: ^1.16.0
5151

5252
## -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)