Maintainer: Greger Wedel, https://github.com/gregertw
This app can run on any Flutter supported platform. The web version is hosted on Github.
Due to the work related to releasing official apps, the iOS and Adroid versions of this demo app are available as tests previews. You can download the Android version from https://www.dropbox.com/s/k6j5a7dfdgps4jj/cognite_flutter_demo.apk?dl=1 and the iOS app is available from Testflight at https://testflight.apple.com/join/pQvpBwxx.
A MacOS installer can be downloaded and copied directly to your Application folder.
The purpose of this app is to demonstrate how to use Flutter to access the Cognite Data Fusion platform (CDF). Log in with your Azure ActiveDirectory user that has access to a CDF project. You also need an external id to a timeseries to explore.
The app uses a Dart SDK that can be found at https://github.com/gregertw/cognite-sdk-dart.
This app uses Syncfusion packages for displaying charts under a community license. In order to use this repository and build your own app using the same code, you either have to replace the Syncfusion packages with an alternative (e.g. https://pub.dev/packages/charts_flutter) or you have to get a license.
See more details on: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_core
Although developed by an employee of Cognite, this SDK has been developed as part of a personal tinkering project, and there are no guarantees that this SDK will be kept updated or extended. It is shared Apache-2 licensed for the benefit of anybody who may have a need for a Dart SDK or may want to contribute.
All activity related to this SDK is on Github. Please use the issue tracker to submit bugs or feature suggestions, or even better: submit a PR!