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(),
    );
  }
}
95
likes
40
pub points
88%
popularity

Publisher

unverified uploader

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)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive_ui