From d465427a0c20d83d1f108ae9e6352348800e8e34 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Thu, 31 Oct 2024 11:58:14 +0100 Subject: [PATCH] prepare for release 1.3.0 (#28) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 36 +++--------------------------------- 2 files changed, 8 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04f3e9..57008bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.3.0 + +- feat: Added Divider95 Widget (#25) (2023-10-24) +- updated docs (2023-10-24) + ## 1.2.0 - Enable 'package:flutter_lints' and fix resulting diagnostics (#20) (2023-10-23) diff --git a/pubspec.yaml b/pubspec.yaml index 0eb699f..07b2e6b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,9 @@ name: flutter95 description: Windows95 UI components for Flutter apps. Bring back the nostalgic look and feel of old operating systems with this set of UI components ready to use. -version: 1.2.0 +version: 1.3.0 homepage: https://github.com/miquelbeltran/flutter95 +funding: + - https://github.com/sponsors/miquelbeltran environment: sdk: '>=3.1.3 <4.0.0' @@ -15,40 +17,8 @@ dev_dependencies: sdk: flutter flutter_lints: ^3.0.0 -# For information on the generic Dart part of this file, see the -# following page: https://dart.dev/tools/pub/pubspec - -# The following section is specific to Flutter. flutter: - # To add assets to your package, add an assets section, like this: assets: - icons/icon_error.png - icons/checkmark.png - icons/checkmark_disabled.png - # - images/a_dot_ham.jpeg - # - # For details regarding assets in packages, see - # https://flutter.dev/assets-and-images/#from-packages - # - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware. - - # To add custom fonts to your package, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts in packages, see - # https://flutter.dev/custom-fonts/#from-packages