Skip to content

Commit

Permalink
Merge pull request OpenFlutter#2 from sidrao2006/revert-1-num-double-…
Browse files Browse the repository at this point in the history
…patch

Revert "Add extension on double"
  • Loading branch information
sidrao2006 authored Sep 30, 2020
2 parents 79c4e21 + 68b9874 commit 385943c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/size_extension.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter_screenutil/screenutil.dart';

extension SizeExtension on double {
extension SizeExtension on num {
///[ScreenUtil.setWidth]
num get w => ScreenUtil().setWidth(this);

Expand Down

0 comments on commit 385943c

Please sign in to comment.