Skip to content

Commit 005611d

Browse files
committed
+Update dependencies
1 parent cb0c427 commit 005611d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.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 core dependencies for models generated with `df_generate
1919

2020
---
2121

22-
Please refer to the [API reference](https://pub.dev/documentation/df_generate_dart_models_core/) for more information.
22+
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_generate_dart_models_core/) 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_generate_dart_models_core/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_generate_dart_models_core/main/LICENSE) for more information.
52+

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_generate_dart_models_core
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package that provides core dependencies for models generated with df_generate_dart_models.
19-
version: 0.9.20
19+
version: 0.9.21
2020
topics:
2121
- build-runner
2222
- cli
@@ -35,7 +35,7 @@ dependencies:
3535
df_collection: ^0.9.3
3636
df_string: ^0.2.5
3737
df_type: ^0.12.3
38-
df_gen_core: ^0.6.13
38+
df_gen_core: ^0.6.15
3939
equatable: ^2.0.7
4040

4141
## -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)