static_micro_cms 0.2.2 copy "static_micro_cms: ^0.2.2" to clipboard
static_micro_cms: ^0.2.2 copied to clipboard

A package that helps you create a webpage with Jamstack using microCMS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add static_micro_cms

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

dependencies:
  static_micro_cms: ^0.2.2

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:static_micro_cms/static_micro_cms.dart';
1
likes
130
pub points
0%
popularity

Publisher

verified publisherfastriver.dev

A package that helps you create a webpage with Jamstack using microCMS

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dotenv, flutter, http, yaml

More

Packages that depend on static_micro_cms