nanna_platform 1.0.2
nanna_platform: ^1.0.2 copied to clipboard
A platform-adaptive UI extension for the Nanna Flutter package, providing dynamic fallback rendering for Material and Cupertino widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nanna_platformThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nanna_platform: ^1.0.2Alternatively, 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:nanna_platform/nanna_platform.dart';