Skip to content

nope3472/BASF

Repository files navigation

BASF

A Flutter-based dashboard application with a customizable bottom navigation bar, drawer, and various screens, including Home, Self-Service Portal, Performance Analytics, Notifications, and Settings.

Features

  • Home Screen: Display key information.
  • Self-Service Portal: Provides essential self-service functionalities.
  • Performance Analytics: Visualize performance metrics.
  • Notifications: Stay updated with notifications.
  • Settings: Customize your preferences.

Screenshots

Home Screen Self-Service Screen Performance Analytics Screen Notifications Screen

Getting Started

Follow these steps to run the app on your local machine.

Prerequisites

  • Flutter (2.0 or later)
  • Android Studio or Visual Studio Code
  • Dart SDK

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the project directory:

    cd your-repo-name
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Build APK

To build the APK:

flutter build apk

The APK will be located at:

/build/app/outputs/flutter-apk/app-release.apk

Project Structure

lib/
├── main.dart                 # Entry point of the app
├── screens/                 # All screen files
│   ├── dashboard_screen.dart
│   ├── home_screen.dart
│   ├── self_service_screen.dart
├── assets/                  # Images and other assets
│   ├── self.png
│   ├── performance.png
│   ├── good.png
│   ├── notification.png
│   ├── settings.png

Customization

  • To update the bottom navigation bar labels and icons, modify the BottomNavigationBar items in dashboard_screen.dart.
  • Update assets and images in the assets/ directory.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.


Created With ❤️ Using Flutter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published