A sample web view Application
This project is designed to test web view for both android and IOS
- Clone the repo.
- Open the project in android studio.
- Open terminal in android studio.
- Run
flutter pub get.
For android :
- Just Click on run main.dart button at top
For IOS:
- Open terminal in android studio.
- run
cd ios && pod install - Open
iosfolder of the project in Xcode. - click on Run button at top.
- It may ask for the development team be set.
- set it and run again