Skip to content

From 0.2.0 to 1.0.0 #136

@lpdevit

Description

@lpdevit

Hello, with version 0.2.0 I had this in my main.dart

builder: (context, child) => ResponsiveWrapper.builder(
          BouncingScrollWrapper.builder(context, child!),
          maxWidth: 1200,
          minWidth: 300,
          defaultScale: true,
          breakpoints: [
            const ResponsiveBreakpoint.resize(300, name: MOBILE),
            const ResponsiveBreakpoint.autoScaleDown(450, name: PHONE),
            const ResponsiveBreakpoint.resize(800, name: TABLET),
            const ResponsiveBreakpoint.autoScaleDown(1700, name: DESKTOP),
          ],
        ),

Could you please write here the code to get the exact same behavior with the new 1.0.0 version?
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions