Skip to content

Commit

Permalink
Move flutter_lints to dev_dependencies and bump to 0.3.0+2
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed May 16, 2022
1 parent a43d5b7 commit 0a3239f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 0.3.0+2
* Move flutter_lints to dev_dependencies.

## 0.3.0+1
* Update README.md

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_lints: ^2.0.1
sticky_headers:
path: ../

dev_dependencies:
flutter_lints:
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sticky_headers
description: Flutter Sticky Headers - Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled.
version: 0.3.0+1
version: 0.3.0+2
homepage: https://github.com/fluttercommunity/flutter_sticky_headers
maintainer: Simon Lightfoot (@slightfoot)

Expand All @@ -11,8 +11,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_lints: ^2.0.1

dev_dependencies:
flutter_lints:
flutter_test:
sdk: flutter

0 comments on commit 0a3239f

Please sign in to comment.