Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Jan 13, 2024
1 parent 9d22136 commit 51bd1c8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [next]
## 4.8.5

* **MINOR BREAKING** Renamed `NavigationPaneThemeData.standard` to `NavigationPaneThemeData.fromResources`, and removed the `backgroundColor` and `inactiveColor` properties ([#1008](https://github.com/bdlukaa/fluent_ui/issues/1008))
* fix: Adjust `Slider` animation ([#1006](https://github.com/bdlukaa/fluent_ui/issues/1006))
Expand All @@ -10,7 +10,7 @@

## 4.8.3

* fix: Offer a more clear exception info in `PaneItemExpander` ([#990]https://github.com/bdlukaa/fluent_ui/pull/990)
* fix: Offer a more clear exception info in `PaneItemExpander` ([#990](https://github.com/bdlukaa/fluent_ui/pull/990))
* fix: `ScaffoldPage.padding` is correctly applied ([#986](https://github.com/bdlukaa/fluent_ui/issues/986))
* fix: `SliderThemeData.labelForegroundColor` is correctly applied ([#1000](https://github.com/bdlukaa/fluent_ui/issues/1000))
* feat: `NavigationView.onDisplayModeChanged` ([#998](https://github.com/bdlukaa/fluent_ui/issues/998))
Expand Down
34 changes: 23 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
<a title="Made with Fluent Design" href="https://github.com/bdlukaa/fluent_ui">
<img src="https://img.shields.io/badge/fluent-design-blue?style=flat-square&color=gray&labelColor=0078D7">
</a>
<a title="Discord" href="https://discord.gg/674gpDQUVq">
<img src="https://img.shields.io/discord/809528329337962516?style=flat-square&label=discord&color=7289da&logo=discord&logoColor=white" />
<a title="Web Example" href="https://bdlukaa.github.io/fluent_ui">
<img src="https://img.shields.io/badge/documentation---?style=flat-square&color=e88d0c" />
</a>
</div>
<div>
<a title="Web Example" href="https://bdlukaa.github.io/fluent_ui">
<img src="https://img.shields.io/badge/documentation---?style=flat-square&color=e88d0c" />
<a title="Discord" href="https://discord.gg/674gpDQUVq">
<img src="https://img.shields.io/discord/809528329337962516?style=flat-square&label=discord&color=7289da&logo=discord&logoColor=white" />
</a>
<a title="Patreon" href="https://www.patreon.com/bdlukaa">
<img src="https://img.shields.io/badge/sponsor-Patreon-FF424D?style=flat-square" />
</a>
</div>
<br/>
Expand All @@ -42,7 +45,7 @@

### Content

- [Motivation](#motivation)
- [Motivation and ](#motivation-and-maintenance)
- [Installation](#installation)
- [Badge](#badge)
- [Accent color](#accent-color)
Expand All @@ -51,16 +54,26 @@
- [Contributing new localizations](#contributing-new-localizations)
- [Acknowledgements](#acknowledgements)

## Motivation
## Motivation and maintenance

Since Flutter has stable Windows support, it's necessary to have support to its UI guidelines to build apps with fidelity, the same way it has support for Material and Cupertino.
See [this](https://github.com/flutter/flutter/issues/46481) for more info on the offical fluent ui support

See also:

* [Material UI for Flutter](https://flutter.dev/docs/development/ui/widgets/material)
* [Cupertino UI for Flutter](https://flutter.dev/docs/development/ui/widgets/cupertino)
* [MacOS UI for Flutter](https://github.com/GroovinChip/macos_ui)
- [Material UI for Flutter](https://flutter.dev/docs/development/ui/widgets/material)
- [Cupertino UI for Flutter](https://flutter.dev/docs/development/ui/widgets/cupertino)
- [MacOS UI for Flutter](https://github.com/GroovinChip/macos_ui)

---

This is an open-source package, which means that anyone can contribute to it. However, I, [bdlukaa](https://github.com/bdlukaa), am the only one actively maintaining it, so it may take some time to review and merge pull requests. If you want to support the project, you can [become a patron](https://www.patreon.com/bdlukaa):

<div align="center">
<a title="Patreon" href="https://www.patreon.com/bdlukaa">
<img src="https://img.shields.io/badge/sponsor-Patreon-FF424D?style=flat-square" />
</a>
</div>

## Installation

Expand Down Expand Up @@ -99,13 +112,12 @@ Add the following code to your `README.md` or to your website:
<a title="Made with Fluent Design" href="https://github.com/bdlukaa/fluent_ui">
<img
src="https://img.shields.io/badge/fluent-design-blue?style=flat-square&color=gray&labelColor=0078D7"
>
/>
</a>
```

---


### Accent color

Common controls use an accent color to convey state information. [Learn more](https://docs.microsoft.com/en-us/windows/uwp/design/style/color#accent-color).
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: fluent_ui
description: Implements Windows UI in Flutter. Based on the official documentation
version: 4.8.4
version: 4.8.5
homepage: https://bdlukaa.github.io/fluent_ui/#/
repository: https://github.com/bdlukaa/fluent_ui
issue_tracker: https://github.com/bdlukaa/fluent_ui/issues
Expand Down

0 comments on commit 51bd1c8

Please sign in to comment.