Skip to content

An example app using the generic Flutter app for JVx applications.

License

Notifications You must be signed in to change notification settings

sibvisions/flutter_jvx.example

Repository files navigation

Example Flutter JVx Client

This example application demonstrates using the Flutter JVx Client as external library. The app will add custom screens and will use other external libraries to demonstrate the full power.

Getting Started

  • Clone the repository
  • Change the config (lib/main.dart)
  • Run the app

Customizing

The client uses a custom screen manager. It is defined in main.dart as screenManager property. The implementation can be found in ExampleCustomScreenManager class. The screen manager is responsible for menu customizing and for opening custom screens.

The example implementation adds a new screens to the menu:

and changes existing screens

All new screens are standard Flutter widgets and don't use the JVx API. The changed screens use JVx API to retrieve data from the backend (Chart, Calendar, Signature, Styled Table) or simply replaces some components/widgets (Signature, Contacts) Screen.

Dependencies

The example application uses Flutter JVx Client. So be sure that you upgrade the dependencies from time to time:

flutter pub upgrade

Preview

                

        

More Impressions

                

                

                

        

About

An example app using the generic Flutter app for JVx applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published