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.
- Flutter
- Access to Zowe (check the guide for details)
- Filter and display data sets,
- Create data sets,
- Delete data sets,
- Update data sets.
Works only for Sequential and PDS/PDSE formats.
- Display jobs and outputs,
- Purge jobs,
- Submit data sets as jobs.
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
You can submit issues for the problems you encounter.