GithubHelp home page GithubHelp logo

richobaltasar / costyflutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krzysiekz/costyflutter

0.0 0.0 0.0 5.9 MB

Costy - group expenses managing app written in Flutter

Kotlin 0.11% Swift 0.13% Objective-C 0.01% Dart 99.39% HTML 0.36%

costyflutter's Introduction

Costy - group expenses managing app written in Flutter

This is a rework of an Android app I wrote some time ago. This time written in Flutter and improved. I used it as my Flutter playground.

Google Play Store link.

Functionality

  • Add/modify/delete projects, people and expenses
  • Generate and share expense report
  • Multi-language (currently Polish and English)
  • Work on IOS, Android and Web (although it was not really adjusted to proper Web experience)

Some screenshots

Some technical details

  • I used Hive for data persistence
  • I used BloC for state management
  • I used get_it and injectable package as service locator / dependency injection tool
  • Logic fully covered in unit tests
  • Widgets and Integration tests also in place when needed
  • Integration with Ozzie for taking screenshots during integration tests

Running tests

To run unit and widget tests simply type:

flutter test

Integration tests are separated into multiple files, one for each category, to run single file type:

flutter drive --target=test_driver/projects.dart
or
flutter drive --target=test_driver/users.dart
or
flutter drive --target=test_driver/expenses.dart
or
flutter drive --target=test_driver/report.dart

There is one special integration test just for generating screenshots for application:

flutter drive --target=test_driver/screenshots.dart

In order to run integration test device or emulated must be connected. You can also run all integration tests on all configured devices using screenshots package link. Tu run it, simple type:

screenshots

costyflutter's People

Contributors

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