uulm-smart-sensing / sensing-plugin

MIT License
0 stars 0 forks source link

investigate iOS sensor implementation #7

Closed fgardt closed 1 year ago

fgardt commented 1 year ago

In GitLab by @Slartibartfass2 on Nov 25, 2022, 15:10

Investigate iOS sensor implementation using the pigeon plugin and the code from flutter_sensors.

fgardt commented 1 year ago

In GitLab by @Merseleo on Jan 25, 2023, 15:47

created branch 7-investigation-investigate-ios-sensor-implementation to address this issue

fgardt commented 1 year ago

In GitLab by @Merseleo on Jan 25, 2023, 15:50

created branch 7-investigate-ios-sensor-implementation to address this issue

fgardt commented 1 year ago

In GitLab by @Merseleo on Jan 25, 2023, 15:52

created branch 7-investigate-ios-sensor-implementation to address this issue

fgardt commented 1 year ago

In GitLab by @Merseleo on Jan 26, 2023, 14:57

Result of investigation (prerequisite: api code was generated by pigeon previously)

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 1, 2023, 19:34

created branch 7-investigate-ios-sensor-implementation to address this issue

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 1, 2023, 19:35

created branch investigate/7-investigate-ios-sensor-implementation to address this issue

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 1, 2023, 19:53

created branch investigate/7-investigate-ios-sensor-implementation to address this issue

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 1, 2023, 21:48

Hint: To prevent problems (not sure whether they are or how to solve), first create api code with pigeon, afterwards open project in Xcode (so you do not need to add api files to Xcode later) and try to build to create all necessary files. Afterwards you can start coding the classes.

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 10, 2023, 15:57

Conclusion:

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 10, 2023, 15:58

unassigned @Merseleo

fgardt commented 1 year ago

In GitLab by @Merseleo on Feb 11, 2023, 18:20

Hint: