Skip to content

Chimer2017/xdemo_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdemo_mobile_example

A new Flutter project.

Getting Started

This project is a starting point for the XDemo Mobile Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

A blog post and video tutorial of the application can be found [here](Placeholder for MVoovies mobile blog post and video)

Dependencies

  • Flutter SDK - This app depends on the Flutter SDK. The Flutter team has developed amazing online documentation. In order to get the MVoovies mobile app up and running, please follow the Flutter installion guide. Complete up to step 3, and then comeback to this wiki continue wth MVoovies specific steps.Click Here - Flutter Install Guide
  • MultiValue Integration Server Community Edition - If this is not installed on your local machine, please follow the installation guide found [here](Place holder for MultiValue Personal Edition Installation Guide)
  • UniVerse - If UniVerse is not installed on your machine, please follow the installation guide found here

Running a Local Instance of the Application

  1. Clone this repo or run git clone https://github.com/Chimer2017/xdemo_flutter.git
  2. cd xdemo_flutter to naviagte to the root directory of the project
  3. Run flutter doctor. Follow any recommended prompts to fix any issues.
    • Make sure that a mobile simulator or actual device is running and connecting to Flutter. This can be confirmed with the flutter doctor command
  4. Run flutter run. This will start the app on the simulator or device of choice. However, this version is not deployable to app stores. App store deployment and native package information can be found here

Application Structure

  • lib/ - This folder contains all dart classes and widget definitions for the application.
  • ios/ & android/ - These folder contains operating system specific bundles to run the Flutter application on either platform.
  • .idea/ & build/ - These folders are automatically generatd with Flutter projects. For this application, no need to edit anything inside of them.
  • pubspec.yaml - This file contains all the dependicies for the application.
  • main.dart - This file is the starting point of the app. Location of the main function.

Configuration

The demo is by default set to work with a local copy of MVIS communit edition and the default port number. If you wish to configure your MVIS server or run it on premise or in the cloud, the demo will also need to be updated. There is the a "config.js" file in the widgets folder that contains the default port number and endpoint URI. Configure these to connect the demo application with your MVIS server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published