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

Useful package to improve quality of coding by reducing branching of code for each platform

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_object

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

dependencies:
  platform_object: ^1.0.0

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:platform_object/platform_object.dart';
0
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Useful package to improve quality of coding by reducing branching of code for each platform

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on platform_object