'Can I integrate flutter with IBM MFP Studio 8.0

I want to integrate IBM Mobile First Development, studio 8.0 to my flutter app.I want to know how to achieve this. Please anyone help me



Solution 1:[1]

IBM now provides a Flutter client for MobileFirst.

Add this to your package's pubspec.yaml file:

dependencies:
  mobilefoundation: ^8.0.2021020113

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1