Skip to content

Commit

Permalink
Merge pull request #77 from 9oya/feat/update-dependency#4
Browse files Browse the repository at this point in the history
build: Update version to 1.3.1
  • Loading branch information
9oya authored Dec 30, 2023
2 parents 17e0ee9 + b605c09 commit 100b881
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2
* Update a dependency to the latest release.
* Update README.md

## 1.3.1
* Update a dependency to the latest release.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

## Running the generator
```shell
flutter packages pub run build_runner build
dart pub run build_runner build
```
<details>
<summary>Other useful commands</summary>

```shell
flutter packages pub run build_runner build --delete-conflicting-outputs
dart pub run build_runner build --delete-conflicting-outputs
# if you want to delete the generated files before building

flutter pub run build_runner clean
dart pub run build_runner clean
# if generated files are not updated after modifying the CSV file
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion example/assets/logger_gen_example_v3.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ button_clicked,ab_test_case,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,
select_contents,"content_type, item_id",TRUE,,,,,,
send_message,"title, message",,TRUE,TRUE,TRUE,,TRUE,
countIncreased,count,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,
banner_clicked,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,
banner_clicked,,TRUE,TRUE,TRUE,TRUE,TRUE,,
set_user_id,id,TRUE,,,,,,
set_user_info,"age, gender",TRUE,,,,,,
purchase,"productId, price, currency, quantity",TRUE,,,,,,

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/lib/main.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.1"
version: "1.3.2"
analyzer:
dependency: transitive
description:
Expand Down Expand Up @@ -108,10 +108,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: "10c6bcdbf9d049a0b666702cf1cee4ddfdc38f02a19d35ae392863b47519848b"
sha256: "67d591d602906ef9201caf93452495ad1812bea2074f04e25dbd7c133785821b"
url: "https://pub.dev"
source: hosted
version: "2.4.6"
version: "2.4.7"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -140,10 +140,10 @@ packages:
dependency: transitive
description:
name: change_case
sha256: f4e08feaa845e75e4f5ad2b0e15f24813d7ea6c27e7b78252f0c17f752cf1157
sha256: "47c48c36f95f20c6d0ba03efabceff261d05026cca322cc2c4c01c343371b5bb"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "2.0.1"
characters:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: analytics_logger_gen
description: A code generator that generates analytics events for tools like FirebaseAnalytics. Import events from Google Spreadsheets, remote repositories or local CSV files.
version: 1.3.1
version: 1.3.2
homepage: https://github.com/9oya
repository: https://github.com/9oya/analytics_logger_gen
issue_tracker: https://github.com/9oya/analytics_logger_gen/issues
Expand All @@ -12,10 +12,10 @@ dependencies:
analyzer: '>=5.2.0 <7.0.0'
build: ^2.3.1
source_gen: ^1.2.7
http: '>=0.13.5 <=1.1.0'
http: '>=0.13.5 <2.0.0'
path: ^1.8.2
csv: ^5.0.1
change_case: ^1.1.0
change_case: ^2.0.1

dev_dependencies:
build_runner: ^2.3.3
Expand Down

0 comments on commit 100b881

Please sign in to comment.