Skip to content

Commit

Permalink
Make analyzer be a transitive dependency (#118)
Browse files Browse the repository at this point in the history
* Analyzer should be a transitive dependency
  • Loading branch information
raapperez authored Sep 16, 2024
1 parent a5c99f2 commit 15adfe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 2.0.0-beta.6
- Make `analyzer` be a transitive dependency

## 2.0.0-beta.5
- [BREAKING] Update dart SDK to `>=2.17 < 4.0.0`
- [BREAKING] Split the `Nuvigator.of` nullOk's logic in two methods: `Nuvigator.of` and `Nuvigator.maybeOf`
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: nuvigator
description: A powerful routing abstraction over Flutter navigator, providing some new features and an easy way to define routers.
version: 2.0.0-beta.5
version: 2.0.0-beta.6

homepage: https://github.com/nubank/nuvigator

environment:
sdk: '>=2.17.0 <4.0.0'

dependencies:
analyzer: ^5.2.0
dart_style: ^2.0.2
flutter:
sdk: flutter
Expand Down

0 comments on commit 15adfe2

Please sign in to comment.