sz_core 2.0.0 copy "sz_core: ^2.0.0" to clipboard
sz_core: ^2.0.0 copied to clipboard

SZ Core is a lightweight Flutter utility package that simplifies application development by providing Android-inspired activity navigation, screen management, responsive sizing utilities, and commonly [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sz_core

With Flutter:

 $ flutter pub add sz_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sz_core: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sz_core/sz_core.dart';
2
likes
0
points
572
downloads

Publisher

verified publishersoftozin.com

Weekly Downloads

SZ Core is a lightweight Flutter utility package that simplifies application development by providing Android-inspired activity navigation, screen management, responsive sizing utilities, and commonly used helper functions in a single package.It helps reduce boilerplate code and improves code consistency across Flutter applications, making development faster and easier to maintain.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, intl, plugin_platform_interface, url_launcher

More

Packages that depend on sz_core

Packages that implement sz_core