This application was built live on "The Flutter Guys" YouTube channel. It's a simple, yet elegant UI for a banking app's home page.
The Flutter Guys Banking App is a mobile application built using Flutter. It showcases a nice and clean UI for a banking app's home page. The application includes features such as:
- Displaying a custom app bar.
- Showing a balance card with dummy data.
- Rendering a list of transactions with dummy data.
Please note that this project is a UI demonstration and does not include any actual functionalities.
This project was coded live on "The Flutter Guys" YouTube channel. The live coding session was an interactive way to demonstrate the power and simplicity of Flutter. Viewers got to see the development process in real-time, including how to structure the project, define models, create widgets, and more.
While the live coding session was focused on building the UI, we believe in the importance of testing in software development. Therefore, we have added several unit tests to the project after the session. These tests ensure the correctness of the code and provide examples of how to write tests for Flutter apps. However, these tests were not part of the live coding session.
To get started with this project:
- Use
git clone https://github.com/monster555/flutter_guys_banking_app
in your terminal. - Use
cd <project-name>
to navigate into the root directory of the project. Replace<project-name>
with the name of the project. - Run
flutter pub get
to download all the necessary Dart and Flutter packages your project depends on. - Run f
lutter run
to start the Flutter development server and open the app in debug mode in your default browser or connected device. If you have multiple devices connected, useflutter run -d <device-id>
to specify the device to run the app on.
Remember to have Flutter installed and set up correctly before running these commands. If you encounter any issues, refer to the Flutter documentation for help.
Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you want to contribute to the code, feel free to fork the repository and submit a pull request.
This project is open source and available under the MIT License.
If you like this project, please give it a ⭐! Your support is greatly appreciated.
Enjoy coding with Flutter!