Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmartineau committed Aug 8, 2020
1 parent 64b71bd commit dfcd910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* @Description: Update log
-->

# 2.3.2 (ericm)
- Removing nndb

# 2.3.1 (ericm)
- Downgrading sdk version

Expand Down
2 changes: 1 addition & 1 deletion lib/screen_scale_properties.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ScreenScaleProperties {
}

ScreenScaleProperties init(
{double? width, double? height, bool? allowFontScaling}) {
{double width, double height, bool allowFontScaling}) {
return ScreenScaleProperties(
width: width, height: height, allowFontScaling: allowFontScaling);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_screen_scaling
description: A fork of flutter_screenutil with minor changes to the structure
version: 2.3.1
version: 2.3.2
homepage: https://github.com/SunnyFlutter/flutter_screen_scaling

environment:
Expand Down

0 comments on commit dfcd910

Please sign in to comment.