Skip to content

Commit f021f44

Browse files
committed
+Update dependencies
1 parent 044bb4e commit f021f44

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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 utilities for practical code generation.
1919

2020
---
2121

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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/dev-cetera/df_gen_core
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package that provides core utilities for practical code generation.
19-
version: 0.6.14
19+
version: 0.6.15
2020

2121
## -----------------------------------------------------------------------------
2222

@@ -32,14 +32,14 @@ dependencies:
3232
df_safer_dart: ^0.15.2
3333
df_string: ^0.2.5
3434
df_type: ^0.12.3
35-
analyzer: ^5.2.0
35+
analyzer: ^7.4.5
3636
args: ^2.7.0
3737
collection: ^1.19.1
3838
equatable: ^2.0.7
3939
http: ^1.4.0
4040
meta: ^1.16.0
4141
path: ^1.9.1
42-
source_gen: ^1.5.0
42+
source_gen: ^2.0.0
4343

4444
## -----------------------------------------------------------------------------
4545

0 commit comments

Comments
 (0)