Skip to content

Commit 9d7796a

Browse files
authored
Update README.md
1 parent 0437e27 commit 9d7796a

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

README.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,61 @@
33

44

55

6-
####
6+
7+
#### Made Using Flutter Web
78

89

910

1011
![](Videos1.gif)
1112

1213

1314

15+
## ⚙️ Requirements
16+
17+
- Flutter: the latest version on `flutter beta channel`
18+
- Dart: 2.9.0+
19+
- Xcode: 11.5.0+
20+
- Androind Studio 4.0.0+
21+
- Ruby: 2.6.0+
22+
- CocoaPods: 1.8.4+
23+
- Flutter & Dart plugins:
24+
- [Visual Studio Code](https://flutter.dev/docs/get-started/editor?tab=androidstudio)
25+
- [Android Studio / IntelliJ](https://flutter.dev/docs/get-started/editor?tab=vscode)
26+
27+
## 🎉 Develop
28+
29+
Run you app in Chrome
30+
31+
```sh
32+
flutter run -d chrome
33+
```
34+
35+
To hot restart (and rebuild state), press "R".
36+
37+
## 👷‍♂️Building with the production JavaScript compiler
38+
39+
To enable the release compiler, run.
40+
41+
```sh
42+
flutter build web
43+
```
44+
45+
This will create a `build/web` directory with index.html, main.dart.js and the rest of the files needed to run
46+
the application using a static HTTP server.
47+
48+
## 🤷‍♀️ FAQ
49+
50+
Read more about [Flutter for web](https://github.com/flutter/flutter_web)
51+
52+
If you have any questions ping me on twitter: [@champ_96k](https://twitter.com/champ_96k)
53+
54+
## ⛑Troubleshooting
55+
56+
In case of some errors try to run:
57+
58+
```sh
59+
flutter clean
60+
```
1461

1562

1663

0 commit comments

Comments
 (0)