-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ Examples of unacceptable behavior by participants include: | |
First, clone the repository with the 'clone' command, or just download the zip. | ||
|
||
``` | ||
$ git clone [email protected]:adityar224/Random-Face-Generator.git | ||
$ git clone [email protected]:adeeteya/Random-Face-Generator.git | ||
``` | ||
|
||
Then, download either Android Studio or Visual Studio Code, with their respective [Flutter editor plugins](https://flutter.io/get-started/editor/). For more information about Flutter installation procedure, check the [official install guide](https://flutter.io/get-started/install/). | ||
|
@@ -45,6 +45,6 @@ There you go, you can now open & edit the project. Enjoy! | |
|
||
## How to Report Bugs and Request Feature | ||
|
||
Please open [a new issue in the GitHub repository](https://github.com/adityar224/Random-Face-Generator/issues) with steps to reproduce the problem you're experiencing. | ||
Please open [a new issue in the GitHub repository](https://github.com/adeeteya/Random-Face-Generator/issues) with steps to reproduce the problem you're experiencing. | ||
|
||
Be sure to include as much information including screenshots, text output, and both your expected and actual results. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ summary: This app Generates Random Faces which do not actually exist. | |
description: A flutter app to generate random faces. The Generated faces do not actually exist in real life (in other words you could catfish without getting in trouble wink jk jk pls don't catfish). This app uses the thispersondoesnotexist and the fakeface api. Each image has been pre-analyzed by an AI algorithm called pypy-agender to identify the gender and age. | ||
icon: snap/gui/random-face-generator.png | ||
contact: mailto:[email protected] | ||
source-code: https://github.com/adityar224/Random-Face-Generator | ||
issues: https://github.com/adityar224/Random-Face-Generator/issues | ||
source-code: https://github.com/adeeteya/Random-Face-Generator | ||
issues: https://github.com/adeeteya/Random-Face-Generator/issues | ||
license: MIT | ||
|
||
confinement: strict | ||
|