PackageTrack
Sign in Get early access

animated_login

Animated Login for Flutter. You can welcome your users with this beautiful animated screen that gives functionality for both login and sign up.

1.7.2 314 downloads/mo #1021 most downloaded on pub.dev bahricanyesil/flutter-animated-login

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Ships fairly regularly

a new release about every 3 months

Nearly every release is documented

notes for 23 of 23 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

23 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

23 releases · Oct 2021 to Aug 2023
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 23
  1. 1.7.2 17 Aug 2023
    Release notes
    • Changes for material 3
    Open source →
  2. 1.7.1 17 Aug 2023
    Release notes
    • Fix wrong size factor parameter passing for base icon
    • Update URL launcher package
    Open source →
  3. 1.7.0 18 May 2023
    Release notes
    • Update on SDK range
    • Updated all dependency versions
    • Integrated very_good_analysis package
    • Formatted the code and fixed all problems with the update of Dart 3.0.0
    • Fixed desktop app landscape view problem
    Open source →
  4. 1.6.1 23 Jan 2023
    Release notes
    • Quick fix as removing unused variable to pass static analysis completely.
    Open source →
  5. 1.6.0 23 Jan 2023
    Release notes
    • Implemented agreement checkbox for privacy policy and terms & conditions.
    • Implemented customizable error logic and text for the case checkbox is not checked before trying to signup.
    • Integrated URL launcher for privacy policy and terms & conditions website navigation.
    • Updated example app configurations and versions.
    • Implement separate email and password hint texts for signup and login.
    Open source →
  6. 1.5.5 19 Oct 2022
    Release notes
    • Implemented custom validator callback for customized error messages by utilizing the validator logic.
    Open source →
  7. 1.5.4 21 Jun 2022
    Release notes
    • Fixed inoperative initial mode parameter.
    Open source →
  8. 1.5.3 17 Jun 2022
    Release notes
    • Exported AnimationType enum for full customization.
    Open source →
  9. 1.5.2 17 Jun 2022
    Release notes
    • Upgraded the Flutter version to 3.0.2.
    • Upgraded all dependent packages.
    • Fixed problems to pass the static analysis.
    Open source →
  10. 1.5.1 18 Feb 2022
    Release notes
    • Fixed wrong ss gif.
    Open source →
  11. 1.5.0 18 Feb 2022
    Release notes
    • Fixed small bugs
    • Resolved focus and text form value issues
    • Default padding value adjustments
    • Renewed walk through videos
    Open source →
  12. 1.4.1 12 Feb 2022
    Release notes
    • Fixed deprecated warnings
    Open source →
  13. 1.4.0 12 Feb 2022
    Release notes

    [1.4.0] - 12.02.2022

    • Extracted main components as widgets
    • Enabled custom ordering of the screen elements
    • Wrapped most elements with padding to enable custom margins around the components
    • Collected auth operations in auth provider and minimized business on view files
    • Optimizations on example app
    • Screen size adjustments

    [1.3.0] - 28.01.2022

    • Loading indicators are integrated to the buttons instead of dialogs.
    • Integrated cancelable operations for auth functions.
    • CopyWith method is added to the AnimatedDialogTheme and LanguageDialogTheme.
    • Small optimizations and bug fixes.
    Open source →
    Release notes
    • Extracted main components as widgets
    • Enabled custom ordering of the screen elements
    • Wrapped most elements with padding to enable custom margins around the components
    • Collected auth operations in auth provider and minimized business on view files
    • Optimizations on example app
    • Screen size adjustments
    Open source →
  14. 1.3.0 27 Jan 2022
    Release notes
    • Loading indicators are integrated to the buttons instead of dialogs.
    • Integrated cancelable operations for auth functions.
    • CopyWith method is added to the AnimatedDialogTheme and LanguageDialogTheme.
    • Small optimizations and bug fixes.
    Open source →
  15. 1.2.1 27 Jan 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: https://github.com/bahricanyesil/flutter-animated-login/commits/v1.2.1

    Open source →
    Release notes
    • Fixed the auth mode change behavior on mobile.
    • Optimized the spaces/paddings between form and action button for mobile.
    Open source →
  16. 1.2.0 26 Jan 2022
    Release notes
    • Optimized the use of AnimatedBuilder to avoid unnecessary rebuilds.
    • Optimized the management of the state.
    • Added additional style parameters to allow users to further customize.
    • Performed optimization tests.
    Open source →
  17. 1.1.0 26 Jan 2022
    Release notes
    • Completed all of the documentation.
    • Fixed material dependency of the simple dialog option widget (InkWell).
    • Changed the logic behind the theming and responsiveness.
    • Layout builder and isLandscape variable used just for web.
    • Focus changes on the input fields.
    Open source →
  18. 1.0.0 25 Nov 2021
    Release notes
    • Removed universal io package dependency and used conditional import for animated dialogs.
    • Implemented platform specific dialogs.
    • Logo asset path string is converted to complete logo widget to provide more customizations.
    • Optimizations in the readme file.
    • The package is tested by multiple users and projects. So, version 1.0.0 can be published now, yay!
    Open source →
  19. 0.0.5 15 Nov 2021
    Release notes
    • Replaced "io" package with universal_io because of web support.
    Open source →
  20. 0.0.4 14 Nov 2021
    Release notes

    Fixed most of the issues opened by @wer-mathurin, special thanks to @wer-mathurin Fixes, New Features:

    • Implemented AnimatedDialog with a soft animation for general dialog use
    • Implemented LanguageDialogTheme model for language dialog style
    • Implemented AnimatedDialogTheme model for custom dialog style
    • Added "copyWith" method to LoginViewTheme
    • Added auto-fill hints for email, password, and name fields
    • Added distinct text input types for each input field.
    • Created two distinct LoginViewTheme parameters for desktop and mobile views.
    • Added initialAuthMode field to be able to start with a custom mode (login/signup)
    • Added onAuthModeChange field to be able to track the current mode and may take some actions.
    • Removed actionTextStyle and changeActionTextStyle since they are suppressed by the foreground color of button styles.
    • Changed initialLanguage to selectedLanguage
    • Changed example project to show language change in a stateful widget.
    • ValidatorModel is created for custom validations
    • With the help of this new model, you can directly use your own custom validation or you can also enable/disable some of the default validations.
    • Form and welcome components are declared as private and part of the animated login widget.
    • Name parameters in the callbacks
    • The return type is changed to LanguageOption instead of String in the ChangeLanguageCallback
    • Field names are revised in the LanguageOption model.
    • Used equality operator instead of direct field comparison in the language comparison.
    • Readme and documentation update
    • Transferred style parameters to LoginTheme: 1- animationCurve 2- formWidthRatio 3- animationDuration 4- formElementsSpacing 5- socialLoginsSpacing 6- actionButtonStyle 7- changeActionButtonStyle 8- welcomePadding 9- formPadding 10- logoSize
    • Removed unnecessary change language button style properties such as: border color, background-color
    Open source →
  21. 0.0.3 07 Nov 2021
    Release notes
    • Added change language button with dialog, adjustments on sizes.
    Open source →
  22. 0.0.2 30 Oct 2021
    Release notes
    • Updated readme file, added contributing and issue template documents.
    Open source →
  23. 0.0.1 30 Oct 2021
    Release notes
    • Initial release of the animated login screen.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive