Ayushd70 / EmployeeList

Application to manage employee list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee List

Flutter application to display and to manage employee list in a company.

App Screenshots

Android Screenshots

iOS Screenshots

Tech Stack

The libraries that this app is using as of now:

Architecture

This project uses BLoC for managing state hence it naturally uses the BLoC Architecture and feature first/layered architecture.

You can learn more about those from the following links;

BLoC Architecture Layered Architecture

Run Locally

Make sure that you have flutter and dart installed and setup. If you don't then refer to the official installation instructions at Flutter Docs

Then run the following commands

Clone the project

  git clone https://github.com/Ayushd70/EmployeeList employee_list

Go to the project directory

  cd employee_list

Fetch dependencies and generate routes

  flutter pub get && flutter pub run build_runner build

Run the app

  flutter run

License

Copyright (c) 2023 Ayush Dubey
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

About

Application to manage employee list.


Languages

Language:Dart 53.9%Language:C++ 22.5%Language:CMake 18.4%Language:HTML 1.8%Language:Swift 1.8%Language:C 1.4%Language:Kotlin 0.1%Language:Objective-C 0.0%