Login page built with @flutter 😍

Overview

The Gorgeous Login

A login page built with flutter inspired by a design found on Uplabs

Uplabs design Flutter rendering
original-design

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Comments
  • Undefined_getter

    Undefined_getter

    First thing first, thanks for sharing this beautiful UI with flutter. As I'm a new in flutter, I really don't know how to build login and signup using flutter but you made my work a lot easier.

    Problem: There is a error in the login_page.dart file that says

    The getter 'Colors' isn't defined for the class 'Theme'. Try importing the library that defines 'Colors', correcting the name to the name of an existing getter, or defining a getter or field named 'Colors'.dart(undefined_getter)

    Could you tell me how to solve that?

    I also want to know that How can I intrigate this UI with firebase in order to store USER's confidential data like email and password.

    opened by VinitPanchal96 2
  • Publish to Pub.dev

    Publish to Pub.dev

    Hi, Guys

    I can't find this library at: https://pub.dev/packages?q=TheGorgeousLogin

    It is there under another name? If is not, there is some reason to not publish this awesome widget?

    Thank you!

    opened by lcsvcn 1
  • Exception occur when sliding between the forms

    Exception occur when sliding between the forms

    Hi... after running the app, if you click on text fields and sliding between the forms an exception will occur...

    flutter: ══║ EXCEPTION CAUGHT BY RENDERING LIBRARY β•žβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β• flutter: The following assertion was thrown during paint(): flutter: RRect argument contained a NaN value. flutter: 'dart:ui/painting.dart': flutter: Failed assertion: line 37: '<optimized out>' flutter: flutter: Either the assertion indicates an error in the framework itself, or we should provide substantially flutter: more information in this error message to help you determine and fix the underlying cause. flutter: In either case, please report this assertion by filing a bug on GitHub: flutter: https://github.com/flutter/flutter/issues/new?template=BUG.md flutter: flutter: The relevant error-causing widget was: flutter: TextField flutter: file:///Users/mohammad/Documents/Flutter/TheGorgeousLogin-master/lib/ui/login_page.dart:230:32 flutter: flutter: When the exception was thrown, this was the stack: flutter: #2 _rrectIsValid (dart:ui/painting.dart:37:10) flutter: #3 Canvas.drawRRect (dart:ui/painting.dart:3742:12) flutter: #4 RenderEditable._paintCaret (package:flutter/src/rendering/editable.dart:2042:14) flutter: #5 RenderEditable._paintContents (package:flutter/src/rendering/editable.dart:2224:7) flutter: #6 RenderEditable.paint (package:flutter/src/rendering/editable.dart:2267:7) flutter: #7 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #8 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #9 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #10 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #11 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #12 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #13 PaintingContext.pushLayer (package:flutter/src/rendering/object.dart:396:12) flutter: #14 RenderLeaderLayer.paint (package:flutter/src/rendering/proxy_box.dart:4861:13) flutter: #15 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #16 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #17 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #18 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #19 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #20 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #21 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #22 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #23 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #24 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #25 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #26 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #27 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #28 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #29 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #30 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #31 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) flutter: #32 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:131:15) flutter: #33 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2311:7) flutter: #34 PaintingContext._repaintCompositedChild (package:flutter/src/rendering/object.dart:140:11) flutter: #35 PaintingContext.repaintCompositedChild (package:flutter/src/rendering/object.dart:100:5) flutter: #36 PipelineOwner.flushPaint (package:flutter/src/rendering/object.dart:978:29) flutter: #37 RendererBinding.drawFrame (package:flutter/src/rendering/binding.dart:438:19) flutter: #38 WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:914:13) flutter: #39 RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:302:5) flutter: #40 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1117:15) flutter: #41 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1055:9) flutter: #42 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:971:5) flutter: #46 _invoke (dart:ui/hooks.dart:251:10) flutter: #47 _drawFrame (dart:ui/hooks.dart:209:3) flutter: (elided 5 frames from class _AssertionError and dart:async) flutter: flutter: The following RenderObject was being processed when the exception was fired: RenderEditable#4f484 relayoutBoundary=up15: flutter: creator: _Editable-[GlobalKey#ef5f4] ← Semantics ← CompositedTransformTarget ← flutter: IgnorePointer-[GlobalKey#75551] ← Semantics ← _PointerListener ← Listener ← flutter: RawGestureDetector-[LabeledGlobalKey<RawGestureDetectorState>#0ab20] ← _PointerListener ← Listener flutter: ← _ScrollableScope ← Scrollable ← β‹― flutter: parentData: <none> (can use size) flutter: constraints: BoxConstraints(w=212.0, 0.0<=h<=Infinity) flutter: size: Size(212.0, 19.0) flutter: cursorColor: Color(0x102196f3) flutter: showCursor: ValueNotifier<bool>#c954a(true) flutter: maxLines: 1 flutter: minLines: null flutter: selectionColor: Color(0xff90caf9) flutter: textScaleFactor: 1.0 flutter: locale: en_US flutter: selection: TextSelection(baseOffset: 0, extentOffset: 0, affinity: TextAffinity.downstream, flutter: isDirectional: false) flutter: offset: ScrollPositionWithSingleContext#d558e(offset: 0.0, range: 0.0..0.0, viewport: 212.0, flutter: ScrollableState, BouncingScrollPhysics -> RangeMaintainingScrollPhysics, IdleScrollActivity#5757c, flutter: ScrollDirection.idle) flutter: This RenderObject had the following child: flutter: text: TextSpan flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════

    Thanks

    opened by mshahrokhi 1
  • Activating Open Collective

    Activating Open Collective

    Hi, I'm making updates for Open Collective. Either you or another core contributor signed this repository up for Open Collective. This pull request adds financial contributors from your Open Collective https://opencollective.com/TheGorgeousLogin ❀️

    What it does:

    • adds a badge to show the latest number of financial contributors
    • adds a banner displaying contributors to the project on GitHub
    • adds a banner displaying all individuals contributing financially on Open Collective
    • adds a section displaying all organizations contributing financially on Open Collective, with their logo and a link to their website

    P.S: As with any pull request, feel free to comment or suggest changes.

    Thank you for your great contribution to the Open Source community. You are awesome! πŸ™Œ And welcome to the Open Collective community! 😊

    Come chat with us in the #opensource channel on https://slack.opencollective.com - great place to ask questions and share best practices with other Open Source sustainers!

    opened by monkeywithacupcake 1
  • fit the screen

    fit the screen

    I have tried the iPhone X,XR e fits exactly, but the design doesn't fit exactly to devices like iphone SE, iphone 7, nexus 5. (need scroll down) How can I change the code so that each size fits on the screen?

    opened by bturkoglu 1
  • Please can you provide project license?

    Please can you provide project license?

    Hi, I would like to use your login widget

    I would like to know what is your project license for legal use. I would be glad if you can update the project with the license.

    Thank you!

    opened by lcsvcn 0
  • A RenderFlex overflowed by 265 pixels on the bottom.

    A RenderFlex overflowed by 265 pixels on the bottom.

    The screen is coming up good in the higher end mobiles, but going to the MotoE4 the screen is not rendering the whole screen. The error doesn't pop up when the soft keyboard is opended becasue of the singlechildscrollview, but the error is shown when the screen pops up.

    bug enhancement 
    opened by NiroopNife 1
Owner
Hugo EXTRAT
Mobile App Developer @sqli & Mentor @OpenClassrooms πŸš€ Flutter - React Native - Android
Hugo EXTRAT
Login-with-Register-page - A Login with Register page combined with all movable images made with Dart

Flutter login page with register page A new dart project designed for login page

Munem Sarker 3 Aug 2, 2022
Authentication API client with Flutter (Login, Register, Google Login, Facebook Login, Apple Login)

Flutter Auth App (Login, Register, Google Login, Facebook Login, Apple Login) To use this client, get the server up and running. Try it out now! App S

Denzel Giraldo 50 Jan 4, 2023
Login-and-reisp - A Mobile app Login Page UI with Flutter

Flutter Login Page UI Watch it on YouTube Mobile app Minimal Auth Screen with Fl

null 10 Sep 8, 2022
Tinder login page - Implementation of the Tinder app login screen with flutter

Tinder (login page) Implementação da tela de login do app Tinder a partir da lei

Eduardo Farias 0 Feb 5, 2022
Login page built with @flutter 😍

The Gorgeous Login A login page built with flutter inspired by a design found on Uplabs Uplabs design Flutter rendering Contributors Code Contributors

Hugo EXTRAT 1.6k Jan 8, 2023
Smooth-Page-Indicator-Example-Flutter - A simple example about smooth page indicator in Flutter

Smooth Page Indicator Example - Flutter Screenshots ⚠️ Essential Packages smooth

AmirHossein Bayat 6 Dec 7, 2022
A package that offers various page indicators inlcuding a Flutter implementation of the Ink Page Indicator

A package that offers various page indicators inlcuding a Flutter implementation of the Ink Page Indicator. See below for more examples.

null 50 Jan 6, 2022
OnBoarding Animation provides page like animation to the onBoarding screens with the page indicator

OnBoarding Animation OnBoarding Animation provides page like animation to the onBoarding screens with the page indicator. Screenshots and Screen recor

null 13 Oct 12, 2022
Flutter-Tasky-App - A Task App Designed With Flutter With Registration & Login Page

Flutter-Tasky-App- A task app designed with flutter with registration & login pa

Yakubu Lute 12 Dec 23, 2022
A Simple Login page made with flutter web

?? LoginPage A very simple Login Page made with Flutter Web. Inspired by This Uplabs Post ?? ScreenShots ✨ Requirements Any Operating System (ie. MacO

Festus Olusegun 142 Nov 29, 2022
Flutter Beautiful Login Page Design and Animation - day 13

Flutter Beautiful Login Page UI Design and Animation - Day 13 class Day13 extends Flutter100DaysOfCode { video() { return { "title": "Flut

Mohammad Rahmani 151 Dec 30, 2022
Flutter Beautiful Login Page Design and Animation - day 14

Flutter Beautiful Login Page UI Design and Animation - Day 14 class Afgprogrammer extends Flutter100DaysOfCode { video() { return { "title

Mohammad Rahmani 166 Dec 25, 2022
Piggyvestclone - In this app, I redesigned the login and the register page of piggyvest app.

Piggyvestclone - In this app, I redesigned the login and the register page of piggyvest app. One of the most populars saving apps in Nigeria.

ogunmolu oluwaseun 1 Jan 2, 2022
An Animated login page made with dart which is slide based

Flutter animated login page A new dart project designed for login page of a webs

Munem Sarker 1 Jan 27, 2022
Flutter Login Signup - Flutter Login and Signup App

Flutter_Login_Signup Authors @Adiikust License MIT ?? Skills Dart, Flutter, Adob

Adnan Hameed 6 Nov 6, 2022
Flutter Login Screen with Firebase Auth and Facebook Login

Flutter Login Screen with Firebase Auth and Facebook Login Jumpstart your Flutter app development with this pre-built Flutter starter kit. Don't reinv

null 296 Dec 29, 2022
Flutter Login Screen with Firebase Auth and Facebook Login

Jumpstart your Flutter app development with this pre-built Flutter starter kit. Don't reinvent the wheel by writing the boring boilerplate starter code.

null 12 Dec 19, 2022
Smart Home Page UI Built Using Flutter

smart_home_page_ui A prototype for an app, assigned me to designed home page UI

Bakht Muhammad 5 Dec 7, 2022
NubankHomePage - Nubank Home Page Built With Flutter

Nubank Home Page ?? Projeto em Flutter para praticar. Recriando tela de um app j

Amanda LaΓ­s 4 Jun 9, 2022