Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
/ zowe-flutter-provider Public archive

Mobile app to connect to Z via Zowe, with Flutter using Provider state management

Notifications You must be signed in to change notification settings

IBM/zowe-flutter-provider

Repository files navigation

Zowe Flutter Application

This is a Flutter project with Provider state management that allows interaction with Z (mainframe) on your mobile phone. It consumes Zowe REST APIs to achieve that.

You can read the full guide on [Tutorial]: Interact with z/OS using a mobile device with Zowe and Flutter or see below for quick info.

Requirements

  • Flutter
  • Access to Zowe (check the guide for details)

Features

Data sets

  • Filter and display data sets,
  • Create data sets,
  • Delete data sets,
  • Update data sets.

Works only for Sequential and PDS/PDSE formats.

Jobs

  • Display jobs and outputs,
  • Purge jobs,
  • Submit data sets as jobs.

Installation

Clone the repository:

git clone https://github.com/IBM/zowe-flutter-provider.git

Change directory:

cd zowe-flutter-provider

Install dependencies:

flutter pub get

Run the app:

# Make sure you are in the right directory.
# Either run iOS/Android simulator, or connect your mobile device via USB in Debug mode.

flutter run

Help

You can submit issues for the problems you encounter.

About

Mobile app to connect to Z via Zowe, with Flutter using Provider state management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages