Flutter UIKit Installation Guide
Amity Flutter UIKit Migration Guide
To clarify and streamline the instructions for integrating the Social Plus UIKit into a Flutter project, I'll reorganize and correct your provided steps:
Step 1: Clone the Social Plus UIKit Repository
First, clone the Social Plus UIKit repository from GitHub:
Navigate to the cloned directory:
Step 2: Add Local Package Dependency in pubspec.yaml
In your Flutter project (not the Social Plus UIKit project), update the pubspec.yaml
file to include the Social Plus UIKit as a local package dependency:
Replace ../flutter_amity_uikit_beta_service
with the actual relative or absolute path to your cloned flutter_amity_uikit_beta_service
directory.
Step 3: Import Package in Your Dart Files
In your Flutter project, import the Social Plus UIKit package in the Dart files where you want to use it:
Last updated