/Floorplan-to-3D-Flutter

Android Application to transform floorplan to 3D. This program is only the front-end that allows you to select the image from a photo or the gallery and send it to the server that gives you back the 3D model. The application features, a 3D vision of the floorplan as well as download methods to get the 3D model.

Primary LanguageDart

Floorplan to 3D

Android Application to transform floorplan to 3D. This program is only the front-end that allows you to select the image from a photo or the gallery and send it to the server that gives you back the 3D model. The application features, a 3D vision of the floorplan as well as download methods to get the 3D model.

alt text

Installation

This application requires flutter sdk < 2.7.0 link

To test it :

flutter run --no-sound-null-safety -d android

to build the .apk :

flutter build android --no-sound-null-safety