Skip to content

Commit

Permalink
Version 1.2.1+1: documentation patch
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	example/pubspec.lock
#	pubspec.yaml
  • Loading branch information
GroovinChip committed May 10, 2022
2 parents 01081c5 + 9aa0205 commit 1070730
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.2.1+1]
* Fix `MacosApp` documentation

## [1.2.1]
* Fixes issue with error thrown when toolbar actions are modified programmatically [#239](https://github.com/GroovinChip/macos_ui/issues/239)

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.1"
version: "1.2.1+1"
matcher:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions lib/src/macos_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'package:macos_ui/src/library.dart';
///
/// A convenience widget that wraps a number of widgets that are commonly
/// required for an macOS-design targeting application. It builds upon a
/// [WidgetsApp] by macOS specific defaulting such as fonts and scrolling
/// physics.
/// [CupertinoApp] by adding macOS specific defaulting such as themes and
/// scrolling physics.
///
/// The [MacosApp] configures the top-level [Navigator] to search for routes
/// in the following order:
Expand Down Expand Up @@ -415,7 +415,7 @@ class _MacosAppState extends State<MacosApp> {
}
}

/// Describes how [Scrollable] widgets behave for [FluentApp]s.
/// Describes how [Scrollable] widgets behave for [MacosApp]s.
///
/// {@macro flutter.widgets.scrollBehavior}
///
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: macos_ui
description: Flutter widgets and themes implementing the current macOS design language.
version: 1.2.1
version: 1.2.1+1
homepage: "https://github.com/GroovinChip/macos_ui"

environment:
Expand Down

0 comments on commit 1070730

Please sign in to comment.