Skip to content

abuanwar072/Flutter-Auth-Screen-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Screen Using Flutter

This is a simple login screen where we create a custom textInput widget where you can put

```dart
@required this.hint,
@required this.inputIcon,
this.borderRadious = 40.0,
this.keybord = TextInputType.text,
this.iconColor = kPrimary,
this.isPass = false,
this.format,
```

Also, we create a gradient button with an icon.

```dart
final double radious;
final String text;
final IconData icon;
```

App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published