responsive_ui 1.1.0+2 copy "responsive_ui: ^1.1.0+2" to clipboard
responsive_ui: ^1.1.0+2 copied to clipboard

outdated

resposive_ui Flutter package helps you to create a responsive and Nested responsive widget. Works on all flutter platform (android, iOs ,web) with both portrait and landscape mode.

example/lib/main.dart

import 'example.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Responsive Example',
      theme:
          ThemeData(primaryColor: Colors.blue, accentColor: Colors.grey[400]),
      home: ExamplePage(),
    );
  }
}
102
likes
40
points
282
downloads

Publisher

unverified uploader

Weekly Downloads

resposive_ui Flutter package helps you to create a responsive and Nested responsive widget. Works on all flutter platform (android, iOs ,web) with both portrait and landscape mode.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_ui