designpx 0.0.1 copy "designpx: ^0.0.1" to clipboard
designpx: ^0.0.1 copied to clipboard

retractedoutdated

Implementation responsive screens design by designPX.

load more desc

Features #

Supported :

  • English .
  • Arabic .
  • Chinese .

Getting started #

load more Get start

Usage #

load more usage

import 'package:designPX/designPX.dart';
 DesignPX(width: 375, height: 812, child: HomePage())


 class MyApp extends StatelessWidget {
   const MyApp({super.key});
    This widget is the root of your application.
   @override
   Widget build(BuildContext context) {
     return MaterialApp(
       home: const DesignPX(width: 375, height: 812, child: LoginPage()),
     );
   }
 }

Additional information #

load more Additional information

1
likes
0
points
180
downloads

Publisher

verified publisherebznz.com

Weekly Downloads

Implementation responsive screens design by designPX.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on designpx