Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vbalagovic committed Nov 12, 2024
1 parent 39ebe47 commit d4be4f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ Updated links

## 1.0.3

Added new widgets
Added new widgets

## 1.0.4

Updated documentation
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
flutter_builder_ui_kit: ^1.0.3
flutter_builder_ui_kit: ^1.0.4
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.3+2
version: 1.0.4+3

environment:
sdk: ^3.5.3
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: flutter_builder_ui_kit
description: "A flexible and customizable UI widgets package for Flutter applications"
version: 1.0.3
version: 1.0.4
homepage: https://github.com/vbalagovic/flutter-builder-ui-kit

environment:
Expand Down

0 comments on commit d4be4f1

Please sign in to comment.