Skip to content

LikeMinds Feed is a plug and play package for creating feed in your flutter app using your LikeMinds account. Provides all functionality for the data layer that can be used with any UI.

Features

Get a feed setup in your app in minutes

  • Feed functionality
  • Posting functionality
  • Comment functionality
  • Feedroom functionality

Getting started

The starting point is the LikeMinds website. Create your account and get and API key, then initialize the package and get your feed ready in less than 15 minutes.

Then add the package as dependency in pubspec.yaml

likeminds_feed: 1.19.0

or you can run this command in the terminal

flutter pub add likeminds_feed

Usage

After adding the import, get an object of the SdkApplication that exposes public methods

LMFeedClient _feedClient_ = (LMFeedClientBuilder()
          ..apiKey(key)
          ..sdkCallback(sdkCallback))
        .build();

License

Licensed under the Apache License, Version 2.0. See LICENSE for details.

About

Dart data layer for LikeMinds Feed: 17 method groups, Dio with retry, Hive, GetIt

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages