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
Aneesh Rao
2020-09-30 09:51:00 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-30 09:51:00 +0530
Commit
68b9874d045e4f548209a82cbfbe37f903c93092
68b9874d
1 parent
79c4e216
Revert "Add extension on double"
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/size_extension.dart
lib/size_extension.dart
View file @
68b9874
import
'package:flutter_screenutil/screenutil.dart'
;
extension
SizeExtension
on
double
{
extension
SizeExtension
on
num
{
///[ScreenUtil.setWidth]
num
get
w
=>
ScreenUtil
().
setWidth
(
this
);
...
...
Please
register
or
login
to post a comment