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

SZ Core is a lightweight Flutter utility package that simplifies application development in one package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sz_core

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

dependencies:
  sz_core: ^2.1.1

Alternatively, your editor might support 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
160
points
572
downloads

Documentation

API reference

Publisher

verified publishersoftozin.com

Weekly Downloads

SZ Core is a lightweight Flutter utility package that simplifies application development in one package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, intl, plugin_platform_interface, url_launcher

More

Packages that depend on sz_core

Packages that implement sz_core