Last updated:
0 purchases
pensil community core
Official Core package for Pensil Community #
The official Dart core package for Pensil communities, a service for building communites applications.
This library can be used on any Dart project and on both mobile and web apps with Flutter.
You can create your own community from Pensil and use this package to create your customised flutter mobile web application.
The official Flutter core components for Pensil Communities, a service for
building communities.
🛠Installation #
Install from pub.dev
Next step is to add pensil_community_flutter to your dependencies, to do that just open pubspec.yaml file and add it inside the dependencies section.
dependencies:
flutter:
sdk: flutter
pensil_community_core: ^[latest-version]
copied to clipboard
Then run flutter packages get
This package requires no custom setup on any platform since it does not depend on any platform-specific dependency.
Usage #
This package provides business logic to fetch common things required for integrating pensil communities into your application.
The core package allows more customisation and hence provides business logic but no UI components.
Docs #
This package provides business logic to fetch common things required for integrating pensil communities into your application.
The core package allows more customisation and hence provides business logic but no UI components.
The package primarily contains three types of classes:
Business Logic Components
Core Components
Business Logic Components #
These components allow you to have the maximum and lower-level control
The Client we provide are:
PensilClient: root level client
CommunityClient: manage community level operations
GroupClient: manage group level operations
SectionClient: manage section level operations.
Core Components #
Core components usually are an easy way to fetch data associated with community which are decoupled from UI and often expose UI builders.
Data fetching can be controlled with the controllers of the respective core components.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.