Skip to content

Commit

Permalink
feat: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Feb 25, 2021
1 parent 1dc1f04 commit 8013f6b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.16...master)
## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.3.0...master)


## [0.3.0](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.16...v0.3.0) · 2021-02-25

### ⚠ BREAKING CHANGES
- change SDK constraint to `>=2.12.0-0 <3.0.0` to enable null-safety
- **navigation:** replace `BuildContext.modalRoute` with `BuildContext.getModalRoute<T>()` to return a strongly typed `ModalRoute<T>?` (instead of `ModalRoute<dynamic>?`)
- **widgets/buttons:** replace `FancyTextButton`, `FancyOutlineButton`, and `FancyRaisedButton` with `FancyFlatButton`, `FancyOutlinedButton`, and `FancyElevatedButton`, respectively
- These buttons no longer accept individual style parameters like `textColor`, `color`, or `shape`, but instead accept an optional `ButtonStyle? style`, just like the original Material Design buttons


## [0.2.16](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.15...v0.2.16) · 2020-11-24
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.16"
version: "0.3.0"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: black_hole_flutter_example
description: 'Example for 🛠 black_hole_flutter, a package absorbing all Flutter utility functions'
version: 0.2.16
version: 0.3.0
publish_to: 'none'

environment:
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: black_hole_flutter
version: 0.2.16
description: '🛠 A package absorbing all Flutter utility functions, including extension functions and commonly used widgets'
version: 0.3.0
homepage: https://github.com/JonasWanke/black_hole_flutter

environment:
Expand Down

0 comments on commit 8013f6b

Please sign in to comment.