Code Monkey home page Code Monkey logo

diogenes-app's Introduction

DiogenesApp

An app to manage your home inventory implemented in flutter.

Features

  1. List inventory.
  2. Check item details.
  3. Add, edit and delete items.
  4. Dark and light theme.
  5. Internationalized. Currently available in languages (Can be extended if .arb translation is provided):
    English, Spanish
    
  6. Sort items.
  7. Filter items.
  8. Oauth2 authentication using keycloak

Development

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps

Every time some .arb is modified the app needs to be restarted (Not hot reload).

In order to use the translations be sure to import first:

import 'package:flutter_gen/gen_l10n/app_localizations.dart';
// Then call:
AppLocalizations.of(context)!.propertyNameInTheJson;

diogenes-app's People

Contributors

nck974 avatar

Watchers

 avatar

diogenes-app's Issues

Manage backend messages from the screen

Currently some messages are being built in the services and are not localized. That may be changed by managing those exceptions in the screens or localizing them in the service (To be investigated.)

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.