Skip to content

Commit

Permalink
Merge branch 'add_new_lints' of https://github.com/k9i-0/riverpod int…
Browse files Browse the repository at this point in the history
…o pr/K9i-0/2306
  • Loading branch information
rrousselGit committed Apr 8, 2023
2 parents 94e67f0 + c38f878 commit b2c8fb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void main() {
final pubspecWithDependencies = Pubspec(
'test_project',
dependencies: {
'hooks_riverpod': SdkDependency(''),
'flutter_hooks': SdkDependency(''),
'hooks_riverpod': HostedDependency(),
'flutter_hooks': HostedDependency(),
},
);

Expand Down

0 comments on commit b2c8fb9

Please sign in to comment.