Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T23:58:22.000Z (about 5 years ago)
- Last Synced: 2024-10-29T12:43:35.441Z (2 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
![screen shot1](screen_shot1.PNG)
![screen shot2](screen_shot2.png)
![screen shot3](screen_shot3.png)## 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`