rocket_x 0.0.1+7 rocket_x: ^0.0.1+7 copied to clipboard
This is a flutter package that simplifies UI development as much as possible by getting rid of unnecessary boiler plate code and widget nesting
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rocket_x
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rocket_x: ^0.0.1+7
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:rocket_x/rocket_x.dart';