This project is a troubleshooting application designed to help resolve issues with Mobility Print on Windows devices.
The Mobility Print Troubleshoot application aims to simplify the troubleshooting process for printer technicians and the printer support team at Algonquin College. It automates the detection and resolution of common issues encountered while using Mobility Print on Windows devices.
- Internet Connection: Ensure the user is connected to the College internet.
- Mobility Print Installation: Verify that Mobility Print is installed on the user's device.
- Firewall and VPN Check: Identify if firewalls or VPNs are interfering with Mobility Print usage.
To use the Mobility Print Troubleshoot application, follow these steps:
- Make sure you have Flutter SDK installed on your machine. If not, visit the Flutter website (https://flutter.dev) and follow the installation instructions for your operating system.
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Run the following command to fetch the project dependencies:
flutter pub get
To run the Mobility Print Troubleshoot application, execute the following command:
flutter run
The application will be built and launched on an available connected device or emulator. Follow the on-screen instructions to troubleshoot Mobility Print issues on Windows devices.
This project is licensed under the MIT License.
To get started with Flutter, follow the official Flutter installation guide and setup instructions for your operating system available at https://flutter.dev/docs/get-started/install.
For any inquiries or feedback, please contact Austin Kirby at austin@kirbycodes.dev.
We appreciate your interest and contributions to the Mobility Print Troubleshoot project using Flutter!