Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bosskmk committed May 14, 2021
1 parent 531c39f commit a89275b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ parsers:
branch_detection:
conditional: yes
loop: yes
method: no
method: nod
macro: no

comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false

ignore:
- "lib/src/widget/pluto_scrollbar.dart"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.0] - 2021. 5. 14

* Change scroll physics.
* Fix a bug when dragging rows.
* Stable release.

## [2.0.0-nullsafety.2] - 2021. 5. 1

* Fix errors of tests on null-safety.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PlutoGrid for flutter - v2.0.0-nullsafety.2
## PlutoGrid for flutter - v2.0.0

[![codecov](https://codecov.io/gh/bosskmk/pluto_grid/branch/master/graph/badge.svg)](https://codecov.io/gh/bosskmk/pluto_grid)

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ packages:
name: linked_scroll_controller
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0-nullsafety.0"
version: "0.2.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -183,7 +183,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.26.0"
version: "0.27.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
13 changes: 10 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.0.3"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -193,6 +193,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
frontend_server_client:
dependency: transitive
description:
name: frontend_server_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -255,7 +262,7 @@ packages:
name: linked_scroll_controller
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0-nullsafety.0"
version: "0.2.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -353,7 +360,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.26.0"
version: "0.27.0"
shelf:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pluto_grid
description: PlutoGrid is a dataGrid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky)
version: 2.0.0-nullsafety.2
version: 2.0.0
homepage: https://bosskmk.github.io
repository: https://github.com/bosskmk/pluto_grid

Expand All @@ -12,8 +12,8 @@ dependencies:
flutter:
sdk: flutter
intl: ^0.17.0
rxdart: ^0.26.0
linked_scroll_controller: ^0.2.0-nullsafety.0
rxdart: ^0.27.0
linked_scroll_controller: ^0.2.0
pluto_filtered_list: ^0.2.0
pluto_inside: ^0.2.0
collection: ^1.15.0
Expand All @@ -22,4 +22,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.7
build_runner: ^2.0.1
build_runner: ^2.0.3

0 comments on commit a89275b

Please sign in to comment.