https://github.com/abhilash-chandran/flutter_web_htmlelementview_test
A simple project which shows the issues with HTMLElementView widget.
https://github.com/abhilash-chandran/flutter_web_htmlelementview_test
Last synced: 3 months ago
JSON representation
A simple project which shows the issues with HTMLElementView widget.
- Host: GitHub
- URL: https://github.com/abhilash-chandran/flutter_web_htmlelementview_test
- Owner: Abhilash-Chandran
- Created: 2019-10-22T23:36:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T23:58:22.000Z (over 5 years ago)
- Last Synced: 2025-02-09T07:36:07.561Z (5 months ago)
- Language: Dart
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_web_htmlelementview_test
A Simple flutter project which uses HTMLElementView widget to show case some of the issues about scrolling,and click being consumed by the underlying `HTMLElementView` widget despite being overlaid by a material pop up menu or simple metrial dialog.
## How does the web app look like


## How to Run
Assuming you have fluter for being set up in your device.
If not refer [here](https://flutter.dev/docs/get-started/web).
1. Clone the repo
2. Run `flutter pub get`
3. Run `flutter clean`
4. Run `flutter run -d chrome`