getx_scaffold 0.2.1 copy "getx_scaffold: ^0.2.1" to clipboard
getx_scaffold: ^0.2.1 copied to clipboard

GetX Scaffold is a comprehensive rapid development template built on the GetX framework and several commonly used plugins

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add getx_scaffold

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  getx_scaffold: ^0.2.1

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:getx_scaffold/getx_scaffold.dart';