cross_platform_widgets 0.1.3
cross_platform_widgets: ^0.1.3 copied to clipboard
Package that can use platform specific widgets.Consistent User Experience: By automatically adapting to the platform's design guidelines, platform_widgets helps you deliver a more cohesive and familia [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cross_platform_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cross_platform_widgets: ^0.1.3
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:cross_platform_widgets/cross_platform_widgets.dart';