-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
13 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# gh-pages | ||
|
||
### WHERE did these files come from? | ||
These files come from the build results of the flutter web application project into several files that can be executed by the website. | ||
|
||
<br> | ||
|
||
## Steps | ||
Here is how to generate the following files | ||
- Go to the flutter_web_app project directory ```cd flutter_web_app``` | ||
- Run the ```flutter build web``` command _(more details in the [Flutter Docs - Web Build](https://docs.flutter.dev/platform-integration/web/building#build))_ | ||
- This will create a new folder ```build/web/``` and it's content | ||
- Then finally all the contents of the ```build/web``` folder will be placed in this ```gh-pages``` branch |