column12 1.0.0 copy "column12: ^1.0.0" to clipboard
column12: ^1.0.0 copied to clipboard

discontinued

Column12 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: 'Column12 Example',
      theme:
          ThemeData(primaryColor: Colors.blue, accentColor: Colors.grey[400]),
      home: ExamplePage(),
    );
  }
}
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Column12 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 column12