flutter_strapi 0.0.5 copy "flutter_strapi: ^0.0.5" to clipboard
flutter_strapi: ^0.0.5 copied to clipboard

Strapi package for Flutter

example/example.dart

import 'package:flutter/material.dart';
import 'package:flutter_strapi/flutter_strapi.dart';

class Example extends StatefulWidget {
  Example({Key? key}) : super(key: key);

  @override
  State<Example> createState() => _ExampleState();
}

class _ExampleState extends State<Example> {
  @override
  Widget build(BuildContext context) {
    return Container();
  }
}
0
likes
130
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Strapi package for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on flutter_strapi