Skip to content

Commit 91d02f9

Browse files
Merge pull request #1 from vilsi12/main
updating
2 parents 992ae4b + b588278 commit 91d02f9

File tree

3 files changed

+51
-20
lines changed

3 files changed

+51
-20
lines changed

README.md

+49-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,55 @@
1-
# linuxcmd
1+
<h1 align="center"> Red Hat Mobile App </h1>
22

3-
A new Flutter project.
43

5-
Hello
6-
I have Built my App In this I have Integrate Redhat-Docker in Mobile App you can run your all commands of Red hat and docker.
4+
<p style="text-align:center">
75

8-
# Framework - Flutter
9-
# Language - Dart
6+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
7+
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
8+
![GitHub open issues](https://img.shields.io/github/issues-raw/vilsi12/Red-Hat-Mobil-App?color=%23f&logo=Github)
9+
![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/vilsi12/Red-Hat-Mobil-App?logo=Github)
10+
![GitHub contributors](https://img.shields.io/github/contributors/vilsi12/Red-Hat-Mobil-App?logo=Github)
11+
![GitHub forks](https://img.shields.io/github/forks/vilsi12/Red-Hat-Mobil-App?color=%233493eb&label=Forks&logo=Github)
12+
![GitHub Repo stars](https://img.shields.io/github/stars/vilsi12/Red-Hat-Mobil-App?color=%233493eb&logo=Github)
13+
![GitHub watchers](https://img.shields.io/github/watchers/vilsi12/Red-Hat-Mobil-App?logo=Github)
14+
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/vilsi12/Red-Hat-Mobil-App?color=%2300&logo=Github)
15+
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/vilsi12/Red-Hat-Mobil-App?logo=Github)<br>
16+
![Framework-Flutter](https://img.shields.io/badge/Framework-Flutter-orange)
17+
![Language-Dart](https://img.shields.io/badge/Language-Dart-orange)
18+
![Database-Firebase](https://img.shields.io/badge/Database-Firebase-orange)
1019

11-
# Database - Firebase
20+
</p>
1221

13-
Check video I have told
14-
How To run the app
15-
How to work on issuess
16-
all releated topics
17-
https://youtu.be/t1Fo3KUx1_k
22+
Purpose of this repository is to integrate Red-Hat and Docker in a Mobile App.<br>
23+
* This is a Flutter project
24+
* You can run all your commands of **Red Hat** and **Docker** in this app.
1825

19-
App designing
20-
main
21-
Home Page
22-
Registration Page
23-
Login
24-
Chat
26+
## Characteristics
27+
* Made on Linux cmd
28+
* Framework - Flutter
29+
* Language - Dart
30+
* Database - Firebase
31+
32+
## List of App Screens
33+
34+
* Main
35+
* Home Page
36+
* Registration Page
37+
* Login
38+
* Chat
39+
40+
## Need Help?
41+
Join our [Discord](https://discord.gg/f5WRUgArAD) Channel or check video link below in which I have guided:
42+
* How To run the app
43+
* How to work on issuess
44+
* All other releated topics
45+
46+
[Red Hat Mobile App Project Open Source Contribution](https://www.youtube.com/embed/t1Fo3KUx1_k)
47+
48+
# Project Maintainer
49+
50+
<table>
51+
<tbody><tr>
52+
<td align="center"><a href="https://github.com/vilsi12"><img alt="Profile Picture" src="https://avatars.githubusercontent.com/u/53365687?s=400&u=ab773414f32e375f7b899f6f8a0b299ebe7d84e5&v=4" width="130px;"><br><sub><b>
53+
Vilsi Jain </b></sub></a><br><a href="" title="Code">💻 </a></td></a></td>
54+
</tr>
55+
</tbody></table>

login.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class _MyLoginState extends State<MyLogin> {
5959
},
6060
decoration: InputDecoration(
6161
hintText: "Enter Password",
62-
62+
icon: Icon(Icons.remove_red_eye),
6363
border: OutlineInputBorder(
6464
borderRadius: BorderRadius.circular(20),
6565
),

reg.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class _MyRegState extends State<MyReg> {
6666
password = value;
6767
},
6868
decoration: InputDecoration(
69-
hintText: "Enter Password",
69+
hintText: "Enter Password",icon: Icon(Icons.remove_red_eye),
7070
border: OutlineInputBorder(
7171
borderRadius: BorderRadius.circular(20),
7272
),

0 commit comments

Comments
 (0)