• 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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_screenutil
  • lib
  • src
  • screenutil_mixin.dart
  • Clean codes & add features & fix bugs · 8552509a ...
    8552509a Browse Files
    Features/Bugs:
    - Feature: You can select what classes needs to be rebuilt instead of rebuilding everything, if you have widget A, either addi SU mixin or add 'A' to list ScreenUtilInit.responsiveWidgets
    - Feature: Using ScreenUtilInit.builder is optional (use it only when using library in theme)
    - Bug: Second call to ScreenUtil.init ignores any existing values and uses the default values when not provided, use ScreenUtil.configure instead
    - Bug: ScreenUtil.ensureScreenSize raises an overflow error
    Mounir Bouaiche authored 2023-06-10 03:24:45 +0100
screenutil_mixin.dart 62 Bytes
Raw Blame History Permalink
1 2 3
import 'package:flutter/widgets.dart';

mixin SU on Widget {}