sky_home 0.1.0
sky_home: ^0.1.0 copied to clipboard
Flutter widget package for rendering dynamic Shopify home pages powered by the SkyHome page-builder app. Drop in one widget — sections update live from the Shopify Admin with no app release needed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sky_homeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sky_home: ^0.1.0Alternatively, 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:sky_home/sky_home.dart';