Skip to content

md-siam/easybank_landing_page

Repository files navigation

        

Easybank landing page

This application is an UI challenge from frontend mentor. It is a landing page of 'Easybank'. It's an open-source project, hence use of the source code is governed by an MIT-style license that can be found in the LICENSE file or at MIT LICENSE Info.

Packages Used

This application is using one third-party package from the open-source community. Thanks to the developers of flutter_svg: ^1.0.3 for this amazing package. The purpose of using this package is to enable the support of SVG files in the flutter application. It's a Dart-native rendering library.

  flutter_svg: ^1.1.0   //For rendering svg images

Font Used

- Family: [Public Sans](https://fonts.google.com/specimen/Public+Sans)
- Weights: 300, 400, 700

Download APK File

Easybank App Demo

File Pattern Inside The lib Folder

lib/
├── app/
│   ├── controller/
│   │   └── home_page_controller.dart
│   ├── model/
│   │   └── home_page_model.dart
│   ├── view/
│   │   └── home_page.dart
│   └── widgets/
│       ├── utils/
│       │   └── arrow_clipper.dart
│       ├── constant.dart
│       ├── drop_down_menu.dart
│       ├── footer.dart
│       ├── gradient_button.dart
│       ├── latest_article_card.dart
│       └── why_easy_bank.dart
└── main.dart

Releases

No releases published

Packages

No packages published

Languages