Skip to content

Commit

Permalink
small code format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TatsuUkraine committed Jul 15, 2020
1 parent a9523d8 commit 8f89dc0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.1.0+1] - 2020-07-15
- code format updates

## [2.1.0] - 2020-07-02

**Feature**
Expand Down
2 changes: 1 addition & 1 deletion lib/models/alignments.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ enum InfiniteListDirection {

/// Render both positive and negative infinite lists
multi,
}
}
2 changes: 1 addition & 1 deletion lib/models/sticky_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class StickyState<I> {
sticky: sticky ?? this.sticky,
contentSize: contentHeight ?? this.contentSize,
);
}
}
2 changes: 1 addition & 1 deletion lib/models/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import 'sticky_state.dart';
typedef Widget ContentBuilder(BuildContext context);
typedef Widget HeaderStateBuilder<I>(BuildContext context, StickyState<I> state);
typedef Widget HeaderBuilder(BuildContext context);
typedef double MinOffsetProvider<I>(StickyState<I> state);
typedef double MinOffsetProvider<I>(StickyState<I> state);
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
Can be customized or with config options or with override.
version: 2.1.0
version: 2.1.0+1
homepage: https://github.com/TatsuUkraine/flutter_sticky_infinite_list
repository: https://github.com/TatsuUkraine/flutter_sticky_infinite_list
issue_tracker: https://github.com/TatsuUkraine/flutter_sticky_infinite_list/issues
Expand Down

0 comments on commit 8f89dc0

Please sign in to comment.