Skip to content

Commit

Permalink
Fix pubpsec, badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Jan 23, 2024
1 parent 431d14f commit b4575ff
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions glade_forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0
- **[Fix]**: When using `GladeInput.create`, passing only `value` ended up in UI vs model not being synced. Not that's fixed.
- **[Fix]**: StringInput only works with `String` now.

## 1.2.1
- **[Fix]**: Value passed to factory constructor is not reflected in TextController.

Expand Down
2 changes: 1 addition & 1 deletion glade_forms/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://github.com/netglade">
<img alt="netglade" height='120px' src="https://raw.githubusercontent.com/netglade/glade_forms/main/glade_forms/doc/badge_dark.png">
<img alt="netglade" height='120px' src="https://raw.githubusercontent.com/netglade/glade_forms/main/glade_forms/doc/badge.png">
</a>

Developed with 💚 by [netglade][netglade_link]
Expand Down
Binary file added glade_forms/doc/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed glade_forms/doc/badge_dark.png
Binary file not shown.
Binary file removed glade_forms/doc/badge_light.png
Binary file not shown.
4 changes: 2 additions & 2 deletions glade_forms/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: glade_forms
description: A universal way to define form validators with support of translations.
version: 1.2.1
version: 1.3.0
repository: https://github.com/netglade/glade_forms
issue_tracker: https://github.com/netglade/glade_forms/issues
screenshots:
- description: The auto_mappr package logo.
- description: The glade_forms package logo.
path: doc/icon.png

environment:
Expand Down
2 changes: 2 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: glade_forms_workspace

sdkPath: .fvm/flutter_sdk

packages:
- glade_forms
- glade_forms/example
Expand Down

0 comments on commit b4575ff

Please sign in to comment.