responsive_class 0.0.2 copy "responsive_class: ^0.0.2" to clipboard
responsive_class: ^0.0.2 copied to clipboard

A new Flutter plugin.

responsive_class #

A new Flutter plugin.

Getting Started #

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return ResponsiveClass(
      builder: (context, orientation, screenType) {
        return MaterialApp(
          title: 'Responsive Sizer Example',
          theme: ThemeData(
            primarySwatch: Colors.blue,
          ),
          home: Home(),
        );
      },
      ///
      maxTabletWidth: 900, // Optional
    );
  }
}
0
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on responsive_class