DhiWise / OfficeInventory

Build an Office Inventory system that manages total team members, devices, and furniture, as well as assign devices and furniture to the team members by using Dhiwise Flutter Builder tool * Airtable API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Office Inventory

Getting Started with Flutter πŸš€

Generated with ❀️ from Dhiwise

Build an Office Inventory with AirTable APIs

Companies have access to more data than ever before in today's digital economy.

At this time it's hard to manage extensive data in a book, diary, or Excel sheet. In the IT field, it's worthless to use a pen or paper to maintain a record.

Now the problem is who will maintain all the records?. Who will manage the whole data?

To overcome this problem, start to manage all these things and come up with the idea of β€œOffice Inventory”.

In this application, we maintain all data of total team members, devices, and assigned devices. To maintain all data we will use the AirTable database.

AirTable provides API of Tables which is created by the User. In API we create records, update records, delete records and retrieve single as well as multiple records.

Here is my Office Inventory application.

Table of Contents

Features

  1. Manage team members.
  2. Manage Devices
  3. Manage Furniture
  4. Total Assign Devices and Furniture to Members.

Screenshots

demo

Setup

For run this project you nedd to do these following

For setting up and running this project you need the personal API key to authenticate. First of all, you need to create an Airtable account, Base, and tables.

Follow the steps.

  1. Create an Airtable account from Here.

  2. Create Base.

  3. Create the tables.

  4. To generate your API key, visit your account page.

  5. Clone the repository

$ git clone https://github.com/DhiWise/OfficeInventory

$ cd OfficeInventory

Install Dependencies    

flutter pub upgrade

flutter pub get

Change API Key

Add your key value lib/core/constants/MyConstant.dart in apiKey     

Change Base ID

Add your Base ID in API callback URL lib/data/apiClients/api_client.dart in baseID 

Running the App    

flutter run

2. Set Account URL In Following Files

lib/data/apiClient/api_client.dart

Version of Technologies

Dart SDK Version 2.17.0 or greater. Flutter SDK Version 3.0.0 or greater.

Figma design guideline for better accuracy

Read our guidelines to increase the accuracy of design conversion to code by optimizing Figma designs. https://docs.dhiwise.com/knowledgehub/reference-guide-and-tools/figma

App Navigations

Check your app's UI from the AppNavigation screen of your app.

Folder Structure

After successful build, your application structure should look like this:

.
β”œβ”€β”€ android                         - contains files and folders required for running the application on an Android operating system.
β”œβ”€β”€ assets                          - contains all images and fonts of your application.
β”œβ”€β”€ ios                             - contains files required by the application to run the dart code on iOS platforms.
β”œβ”€β”€ lib                             - Most important folder in the project, used to write most of the dart code.
    β”œβ”€β”€ main.dart                   - starting point of the application
    β”œβ”€β”€ core
    β”‚   β”œβ”€β”€ app_export.dart         - contains commonly used file imports 
    β”‚   β”œβ”€β”€ constants               - contains all constants classes
    β”‚   β”œβ”€β”€ errors                  - contains error handling classes                  
    β”‚   β”œβ”€β”€ network                 - contains network related classes
    β”‚   └── utils                   - contains common files and utilities of project
    β”œβ”€β”€ data
    β”‚   β”œβ”€β”€ apiClient               - contains api calling methods 
    β”‚   β”œβ”€β”€ models                  - contains request/response models 
    β”‚   └── repository              - network repository
    β”œβ”€β”€ localization                - contains localization classes
    β”œβ”€β”€ presentation                - contains all screens and screen controllers
    β”‚   └── screens                 - contains all screens
    β”œβ”€β”€ routes                      - contains all the routes of application
    └── theme                       - contains app theme and decoration classes

Libraries and tools used

Support

If you have problems or questions go to our Discord channel, we will then try to help you as quickly as possible: https://discord.com/invite/rFMnCG5MZ7

License

MIT License Copyright (c) 2022 DhiWise 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 NON-INFRINGEMENT. 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.

Community

DhiWise Twitter DhiWise YouTube DhiWise Discord DhiWise Documentation

About

Build an Office Inventory system that manages total team members, devices, and furniture, as well as assign devices and furniture to the team members by using Dhiwise Flutter Builder tool * Airtable API.


Languages

Language:Dart 71.9%Language:Makefile 27.7%Language:Java 0.3%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%