Skip to content

Commit

Permalink
Merge pull request #75 from 9oya/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
9oya authored Jul 15, 2023
2 parents d831729 + 17e0ee9 commit 625b4ac
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 107 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.3.1
* Update a dependency to the latest release.

## 1.3.0
* Add Future return type to the setup method to the EventLogger interface.
* Update README.md
Expand Down
6 changes: 3 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ analyzer:
exclude:
- build/**
- lib/**.g.dart
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-casts: true
strict-raw-types: true

linter:
rules:
Loading

0 comments on commit 625b4ac

Please sign in to comment.