This project contains the demo code (not tested by me) of Rainer Schlund that was published this repository. It can be used as a boilerplate for starting your own Swift based Flutter application. As mentioned before, the given source code is not tested - i can only assure you, that the configuration of the project is working.
- Create a new Swift based Flutter project using
flutter create -i swift myprojectname
- Add esense_flutter to the dependencies (in
pubspec.yaml
) by adding the following under the linedependencies:
:esense_flutter: 0.2.0+2
- Run
flutter pub get
in order to install the newly added dependency - Done, you can add your own code and compile your project now.