Amity Flutter UIKit Migration Guide
To clarify and streamline the instructions for integrating the Amity UIKit into a Flutter project, I'll reorganize and correct your provided steps:
First, clone the Amity UIKit repository from GitHub:
Navigate to the cloned directory:
In your Flutter project (not the Amity UIKit project), update the pubspec.yaml
file to include the Amity 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.
In your Flutter project, import the Amity UIKit package in the Dart files where you want to use it: