Simple App
This Flutter application demonstrates the implementation of a basic mobile app with a splash screen, login page, and home page. The app utilizes Flutter's material library for UI components and navigation.
Description: The app starts with a splash screen featuring a logo, followed by a login page where users can enter their email and password. Upon successful login, users are directed to the home page, which displays a list of items that can be selected.
Features:
- Splash screen with logo
- Login page with email and password fields
- Home page with a list of selectable items
- Basic navigation between pages
How to Run the App:
- Ensure you have Flutter SDK installed on your system. If not, follow the installation instructions here.
- Clone the repository:
git clone https://github.com/IsaacZachary/Flutter_Simple_App.git - Navigate to the project directory:
cd simple_app - Run the app:
flutter run
Screenshots: [screenshots of splash screen, login page, and home page]
Contributing: Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.
Acknowledgments: Special thanks to the Flutter team for providing such a versatile framework for building beautiful mobile applications.