Flutter integration with Pega Dx API V2

Hi Team,

I am using Pega DX V2 api response for Flutter application, I have checked below link but it’s not compiling due older version of flutter & dart. URL : https://github.com/pegasystems/dx-flutter-demo

Can someone please share any similar sample application that built with latest flutter & Pega version support. Or any suggestion on this. Thanks.

@HimanshuG16999989 I was only able to find reference to Flutter on an older PSC question:

Flutter integration with pega DX API

@cortj @Radosław Nowak @dudap could one of you provide any input on this user’s question regarding the github application?

@HimanshuG16999989

Unfortunately this project is not actively maintained by Pega.

The project is based on public platform API, and Github community members are welcome to use it and/or contribute to it.

To better answer the original question I’d like to add that the project is built on a 4 years old Flutter SDK version.

In order to support a newer version, easiest way to proceed would be to create a new Flutter project from scratch, then import or simply copy the files under lib folder.

Thanks,

Juan