Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Invoice Ninja client built with Flutter

Invoice Ninja

Companion app for the Invoice Ninja web app.

Features

Setting up the app

Note: if you don’t have an Invoice Ninja backend setup you can test the app with these credentials:

Steps to remove non-FOSS code

cp android/build.gradle.foss android/build.gradle
cp lib/utils/oauth.dart.foss lib/utils/oauth.dart
cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
cp pubspec.foss.yaml pubspec.yaml 
rm pubspec.lock

Application Architecture

The application was created using the Flutter Redux Starter.

The architecture is based off these two projects:

Code generation

Tests

Code Signing

Contributions

We gladly accept contributions! If you’d like to get involved with development please join our Slack group.

Create pull requests for v1 against the ‘legacy’ branch and for v2 against the ‘develop’ branch.

Download Invoice Ninja client built with Flutter Source code on GitHub

Exit mobile version