curving_reality_library 1.1.2
curving_reality_library: ^1.1.2 copied to clipboard
A Flutter library that speeds up development with ready-to-use UI components, screens, and services to build high-quality iOS and Android apps from a single codebase
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add curving_reality_libraryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
curving_reality_library: ^1.1.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:curving_reality_library/curving_reality_library.dart';