Giter VIP home page Giter VIP logo

ken-andre / uclean Goto Github PK

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

uClean est un projet qui consiste en la conception d'une application collectant diverses deplacements en lien avec l'institut, pour ensuite determiner l'empreinte carbone global de l'institut, et de prendre en compte les deplacements a forte empreinte carbone pour analyses ulterieures.

Swift 0.15% Objective-C 0.01% Dart 99.46% HTML 0.39%
footprint sdg university-project

uclean's Introduction

ucleankim

Ucleankim is an open-source Flutter application designed to help admin manage and export data the school cleaning tasks.

Table of contents

Getting Started

This section guides you through downloading, installing, and running the ucleankimAdmin application.

Prerequisites:

  • Flutter: Download and install Flutter from the official website: https://docs.flutter.dev/get-started/install
  • Code Editor: Choose your preferred code editor like Visual Studio Code (VS Code) or Android Studio.
  • Version:Dart SDK Version 3.3.0 or greater. Flutter SDK Version 3.3.0 or greater.
  • Steps:
  1. Clone the Repository: Open your terminal and navigate to your desired project directory. Then, clone the ucleankimAdmin repository using the following command:

    git clone https://github.com/Ken-Andre/uclean_admin.git
  2. Install Dependencies: Navigate to the project directory using the cd command in your terminal. Then, run the following command to install the required dependencies:

    flutter pub get
  3. Run the App: Connect your device or start an emulator. Finally, run the application using the following command:

    flutter run

Additional Notes:

  • Ensure your device or emulator is connected and configured properly with Flutter.
  • Refer to the Flutter documentation for detailed setup instructions: https://docs.flutter.dev/get-started/install
  • If you encounter any issues during installation or running the app, consult the project's troubleshooting guide (if available) or seek help from the Flutter community forums.

Application Structure

.
├── android                         - It contains files required to run the application on an Android platform.
├── assets                          - It contains all images and fonts of your application.
├── ios                             - It contains files required to run the application on an iOS platform.
├── lib                             - Most important folder in the application, used to write most of the Dart code..
    ├── main.dart                   - Starting point of the application
    ├── core
    │   ├── app_export.dart         - It contains commonly used file imports
    │   ├── constants               - It contains static constant class file
    │   └── utils                   - It contains common files and utilities of the application
    ├── presentation                - It contains widgets of the screens 
    ├── routes                      - It contains all the routes of the application
    └── theme                       - It contains app theme and decoration classes
    └── widgets                     - It contains all custom widget classes

Libraries and Tools Used

Support

If you have any problems or questions, go to our Discord channel, where we will help you as quickly as possible: https://discord.gg/ccHnFFCYur

Contributions

See the contributions.md. If you want too to contribute, make a pull request and maintainers will see and make a decision.

uclean's People

Contributors

ken-andre avatar

Watchers

 avatar

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.