designpx 0.0.1
designpx: ^0.0.1 copied to clipboard
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