Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Pius Fiifi Junior
2023-05-22 09:13:26 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-05-22 17:13:26 +0800
Commit
15a6c2ba1f868601ba006b4a51e3622515c04b8b
15a6c2ba
1 parent
646c9fab
added useInheritedMediaQuery property for flutter 3.10 (#480)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
15a6c2b
...
...
@@ -41,7 +41,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
### Property
| Property | Type | Default Value | Description |
| --------------- |
------------ | ------------- | ---------------------------------------------------------------------------
|
| --------------- |
--------------|---------------|-----------------------------------------------------------------------------
|
| deviceSize | Size | null | The size of the physical device |
| designSize | Size | Size(360,690) | The size of the device screen in the design draft, in dp |
| builder | Function | null | Return widget that uses the library in a property (ex: MaterialApp's theme) |
...
...
@@ -51,6 +51,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
| splitScreenMode | bool | false | support for split screen |
| minTextAdapt | bool | false | Whether to adapt the text according to the minimum of width and height |
| context | BuildContext | null | Get physical device data if not provided, by MediaQuery.of(context) |
| useInheritedMediaQuery | bool | true | Set this to true for Flutter 3.10 to avoid keyboard overlay on TextField |
**Note : You must either provide builder, child or both.**
...
...
Please
register
or
login
to post a comment