Skip to content

Commit

Permalink
Merge pull request #103 from surfstudio/rebrand
Browse files Browse the repository at this point in the history
fix(SNP-1234): Correct Logo Urls
  • Loading branch information
ekinsdrow authored Apr 15, 2024
2 parents 6819ad0 + 09c0e83 commit bed4617
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 6 deletions.
46 changes: 45 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,116 @@

## [Unreleased, estimated N.N.N]

## 4.0.3

### Changed

* Rebranding

## 4.0.2

### Fixed

* Drag on web

## 4.0.1

### Fixed

* Sticking when closing at the end

### Changed

* Split the animation speed into opening and closing speeds. The closing speed has been reduced.
* FlexibleBottomSheetRoute has been made public

## 4.0.0

### Fixed

* BottomSheet pop twice
* Added Force widget rebuild to change bottomSheetOffset value
* Transparent space below the content
* No rounded corner on top

### Added

* Added generic param to FlexibleBottomSheet
* Added a new parameter that controls the display of the snackbar

### Changed

* Updates minimum Flutter version to 3.0.0
* Updates minimum surf_lint_rules version to 3.0.0

## 3.1.2

### Fixed

* Indentation rules trailing commas;
* Error with showFlexibleBottomSheet - DraggableScrollableController is not attached to a sheet;

### Added

* Added optional draggableScrollableController;

## 3.1.1

### Fixed

* Overflow error when swipe down with opened keyboard;
* Wrong behavior when open and close bottomsheet with opened keyboard;

## 3.1.0

### Added

* ability to set the barrier color;

### Changed

* Flutter 3 is supported;

## 3.0.0

### Fixed

* Absent scrolling in showStickyFlexibleBottomSheet when input was destroyed by cache area when keyboard was opened.
### Added

### Added

* Ability to pass decorated when calling showFlexibleBottomSheet.
* Ability to set the height of the bottom sheet based on the content.
* Ability to set the bottom sheet color.

## 2.1.0

### Fixed

* Hole between keyboard and bottom sheet;

### Added

* keyboardBarrierColor parameter that sets the color for the space behind the keyboard;
* custom bottom sheet's animation duration;

### Changed

* ChangeInsetsDetector used BottomInsetObserver;

## 2.0.0

### Fixed

* LateInitializationError when bottom sheet appear with an open keyboard;

### Changed

* DraggableScrollableSheet from Flutter used as core;
* FlexibleDraggableScrollableWidgetBuilder uses ScrollController instead FlexibleDraggableScrollableSheetScrollController;

### Removed

* FlexibleScrollNotifier;

## 1.0.5
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Bottom Sheet

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png">
<img alt="Shows an illustrated sun in light color mode and a moon with stars in dark color mode." src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png" width ="200">
</picture>
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_black.png#gh-light-mode-only" width="200">

Made by [Surf 🏄‍♂️🏄‍♂️🏄‍♂️](https://surf.dev/)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bottom_sheet
version: 4.0.2
version: 4.0.3
description: Flexible bottom sheet with the ability to scroll content even without a list.
repository: "https://github.com/surfstudio/flutter-bottom-sheet"
issue_tracker: "https://github.com/surfstudio/flutter-bottom-sheet/issues"
Expand Down

0 comments on commit bed4617

Please sign in to comment.