Giter Site home page Giter Site logo

mediocre9 / khaata Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.89 MB

simple inventory tracking and stock management application.

Java 0.48% Kotlin 0.08% Dart 87.60% CMake 5.56% C++ 2.58% C 0.44% Swift 0.81% Shell 0.71% HTML 1.16% Objective-C 0.56%
cubit cubit-bloc hive hivedb khatabook ledger flutter

khaata's Introduction

KHAATA

Khaata ("an urdu word for ledger") is an inventory tracking and stock management application designed for local small businesses and shops to manage their stocks, customers and their orders.

Features

  • Customer, Order and Stock Inventory Manager
  • Pending Orders Log
  • Completed Orders Log
  • Search Support
  • Finance Record Graph
  • Cloud Backup Support

Task-List

  • Bloc (Cubit)
  • Hive (No SQL) Database
  • Multi-platform UI Responsiveness
  • Profiling and Optimization
  • Refactoring
  • Unit Testing
  • Documentation

Project Dependencies

  • build_runner: 2.2.0
  • introduction_screen: 3.0.2
  • hive_generator: 1.1.3
  • hive: 2.2.3
  • hive_flutter: 1.1.0
  • flutter_inset_box_shadow: 1.0.8
  • fl_chart: 0.55.1
  • equatable: 2.0.3
  • badges: 2.0.3
  • bloc: 8.1
  • flutter_bloc: 8.0.1.0

#Custom Widgets:

1. CustomOutlinedButton :

CustomOutlinedButton(
    text: "Click",
    onPressed: () {},
);

2. CustomAppBar

CustomAppBar(
    title: Text("Title"),
    subtitle: Text("subTitle"),
);

3. CustomCard

CustomCard(
    height: 50,
    width: 100,
    shadow: true,
    child: Text("Card Text"),
);

4. CustomTextField

CustomTextField(
    controller: controller,
    contentPadding: 10,
    color: Colors.black,
    inputType: TextInputType.number,
    isDense: true,
    onChanged: (value) {},
);

#Build Previews:

khaata's People

Contributors

mediocre9 avatar

Stargazers

 avatar

Watchers

 avatar

khaata's Issues

Todo

KHAATA APP

Task-List

  • Bloc Pattern Implementation
  • Code Refactoring
  • Bug Hunting
  • Profiling and Optimization
  • Doxygen comment documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.