This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mobile text field demo keyboard issue (#401)
* Fix text field demo bug Add `resizeToAvoidBottomInset` to DemoPage's `Scaffold` Refactor (combine) `DemoWrapper` and `DemoContent` Remove extraneous `Scaffold` in text field demo Replace `SingleChildScrollView` & `Column` with a `ListView` in text field demo * Update code_segments.dart * Remove unused import
- Loading branch information