Skip to content

Commit 4da8c81

Browse files
committed
Ready to publish V1.4.0
1 parent bb4098b commit 4da8c81

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Versions
2+
3+
## [1.4.0] - 12.02.2022
4+
5+
* Extracted main components as widgets
6+
* Enabled custom ordering of the screen elements
7+
* Wrapped most elements with padding to enable custom margins around the components
8+
* Collected auth operations in auth provider and minimized business on view files
9+
* Optimizations on example app
10+
* Screen size adjustments
11+
212
## [1.3.0] - 28.01.2022
313

414
* Loading indicators are integrated to the buttons instead of dialogs.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "1.3.0"
10+
version: "1.4.0"
1111
animations:
1212
dependency: transitive
1313
description:

pubspec.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ packages:
8888
url: "https://pub.dartlang.org"
8989
source: hosted
9090
version: "0.12.11"
91+
material_color_utilities:
92+
dependency: transitive
93+
description:
94+
name: material_color_utilities
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "0.1.3"
9198
meta:
9299
dependency: transitive
93100
description:
@@ -162,7 +169,7 @@ packages:
162169
name: test_api
163170
url: "https://pub.dartlang.org"
164171
source: hosted
165-
version: "0.4.3"
172+
version: "0.4.8"
166173
typed_data:
167174
dependency: transitive
168175
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: animated_login
22
description: Animated Login for Flutter. You can welcome your users with this beautiful animated screen that gives functionality for both login and sign up.
3-
version: 1.3.0
3+
version: 1.4.0
44
homepage: https://github.com/bahricanyesil/flutter-animated-login
55
repository: https://github.com/bahricanyesil/flutter-animated-login
66

0 commit comments

Comments
 (0)