gits_strapi 1.0.1 copy "gits_strapi: ^1.0.1" to clipboard
gits_strapi: ^1.0.1 copied to clipboard

this library is used to facilitate integration with Strapi there are several main functions such as GET collection, single, and CRUD besides that we also provide several helpers to make it easier to use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gits_strapi

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

dependencies:
  gits_strapi: ^1.0.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:gits_strapi/gits_strapi.dart';
4
likes
110
pub points
2%
popularity

Publisher

verified publishergits.id

this library is used to facilitate integration with Strapi there are several main functions such as GET collection, single, and CRUD besides that we also provide several helpers to make it easier to use.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, gits_http

More

Packages that depend on gits_strapi