Skip to content

Commit

Permalink
feat: upgraded to null-safety
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Mar 19, 2021
1 parent cf814bf commit e8274d4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
55 changes: 28 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
## [0.1.6] - [2019.03.22]
## 1.0.0
Upgraded to null-safety

* Fix setState() called after dispose()
## 0.1.6 - 2019.03.22
Fix setState() called after dispose()

## [0.1.5] - [2019.03.10]
## 0.1.5 - 2019.03.10
Fix findRenderObject is null

* Fix findRenderObject is null
## 0.1.4 - 2018.10.19
Fix display items when itemCount changes

## [0.1.4] - [2018.10.19]
* Fix display items when itemCount changes
## 0.1.3 - 2018.10.18
Fix zero item count

## [0.1.3] - [2018.10.18]
* Fix zero item count
## 0.1.1 - 2018.10.10
Fix next/previous index in none loop mode.

## [0.1.1] - [2018.10.10]
* Fix next/previous index in none loop mode.
## 0.1.0 - 2018.10.08
Implement `TransformerPageController`

## [0.1.0] - [2018.10.08]
* Implement `TransformerPageController`
## 0.0.8 - 2018.09.20
Ignore not valid event

## [0.0.8] - [2018.09.20]
* Ignore not valid event
## 0.0.7 - 2018.09.20
Fix bugs

## [0.0.7] - [2018.09.20]
* Fix bugs
## 0.0.6 - 2018.09.20
Fix bugs

## [0.0.6] - [2018.09.20]
* Fix bugs

## [0.0.5] - [2018.09.19]
* Fix bugs
## 0.0.5 - 2018.09.19
Fix bugs

## [0.0.4] - [2018.09.19]
* Fix bugs
## 0.0.4 - 2018.09.19
Fix bugs

## [0.0.2] - [2018.08.30]
* Update readme
## 0.0.2 - 2018.08.30
Update readme

## [0.0.1] - [2018.08.30]
* Basic animation
## 0.0.1 - 2018.08.30
Basic animation


10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: another_transformer_page_view
description: PageTransformer for flutter
version: 0.1.6
author: JZoom <jzoom8112@gmail.com>
homepage: https://github.com/jzoom/another_transformer_page_view
description: Yet another pageTransformer for flutter with null-safety support
version: 1.0.0
repository: https://github.com/juliansteenbakker/another_transformer_page_view


environment:
sdk: ">=2.0.0-dev.50.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit e8274d4

Please sign in to comment.