platform_widgets 0.1.0 copy "platform_widgets: ^0.1.0" to clipboard
platform_widgets: ^0.1.0 copied to clipboard

outdated

A Flutter plugin for Platform widgets. This package simplifies the usage of specific widgets for both Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_widgets

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

dependencies:
  platform_widgets: ^0.1.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_widgets/base/platform_app.dart';
import 'package:platform_widgets/base/platform_widget.dart';
import 'package:platform_widgets/platform_bar.dart';
import 'package:platform_widgets/platform_button.dart';
import 'package:platform_widgets/platform_scaffold.dart';
6
likes
40
pub points
30%
popularity

Publisher

verified publisherflutterista.dev

A Flutter plugin for Platform widgets. This package simplifies the usage of specific widgets for both Android and iOS.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on platform_widgets