Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WieFel committed Sep 8, 2022
1 parent 475912a commit 95251e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.1.0] - 08.09.2022

- Upgrades to Flutter 3.3.0
- New config class `NumberPaginatorUIConfig` for configuring UI aspects of paginator
- New display modes of central paginator content: `hidden`, `numbers`, `dropdown`
- `contentBuilder` for building custom paginator content based on the current page

## [0.0.3] - 12.08.2022

- Lint fixes for Flutter 3
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.3"
version: "0.1.0"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: number_paginator
description: A Flutter paginator widget for switching between page numbers.
version: 0.0.3
version: 0.1.0
homepage: https://github.com/WieFel/number_paginator

environment:
Expand Down

0 comments on commit 95251e7

Please sign in to comment.