Aan de slag
Installation
Installation
Each Infobits package can be installed using the standard package manager for its language.
Go
go get github.com/infobits-io/<package-name>
Flutter & Dart
flutter pub add <package-name>
Or add to your pubspec.yaml:
dependencies:
<package-name>: ^1.0.0
TypeScript / React
npm install @infobits-io/<package-name>
Or with other package managers:
yarn add @infobits-io/<package-name>
pnpm add @infobits-io/<package-name>
Next Steps
Browse the Packages section to find the specific library you need, and check each package's documentation for detailed usage instructions.