Giter Club home page Giter Club logo

semaphore's Introduction

Semaphore is a cross-platform application designed to organize and filter business tasks, arranging them in a date and price relationship. Its user interface is modern, allowing a simplified view of a complex set of orders.


Semaphore icon

Building

To distribute the application for the Android and iOS operating systems, install the latest version of Flutter on your computer and follow the step-by-step guide, with steps based on Unix system commands:

  1. Open your terminal in the app folder:
cd app
  1. Generate the necessary files with their respective dependencies:
flutter create --platforms android,ios .
  1. Store program translations using Dart language resources:
flutter gen-l10n
  1. Remove unnecessary files for the task:
rm -rf .idea .metadata .gitignore .flutter-plugins .flutter-plugins-dependencies test app.iml README.md
  1. Download the third-party font used in the interface:
curl "https://fonts.google.com/download?family=Archivo+Narrow" -o assets/fonts/ArchivoNarrow.zip
unzip assets/fonts/ArchivoNarrow.zip -d assets/fonts/ArchivoNarrow
rm -rf assets/fonts/ArchivoNarrow.zip
  1. Set the application name to Semaphore:
dart run rename setAppName --targets android,ios --value "Semaphore"
  1. Generate icons for both supported operating systems:
dart run flutter_launcher_icons
  1. Build the distributable package and display it in the mobile folder:
flutter build apk
cp build/app/outputs/flutter-apk/app-release.apk mobile/semaphore.apk

You can also generate a bundle for production using the following commands instead of the last step:

flutter build appbundle --release
cp build/app/outputs/bundle/release/app-release.aab mobile/semaphore.aab

Resetting

If you want to reset this project to its original repository conditions, run this command in the app folder.

rm -rf .dart_tool .flutter-plugins .flutter-plugins-dependencies android ios build assets/fonts/ArchivoNarrow

Preview

semaphore's People

Contributors

ruancarllo 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.