nativebase_flutter 0.1.0-alpha.0 nativebase_flutter: ^0.1.0-alpha.0 copied to clipboard
NativeBase is a design system and universal component library for React and React Native . NativeBase has gained good popularity in the React and React Native community. We at GeekyAnts is experimenti [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nativebase_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
nativebase_flutter: ^0.1.0-alpha.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:nativebase_flutter/nativebase_flutter.dart';