Skip to content

Commit

Permalink
Feature/readme update (#9)
Browse files Browse the repository at this point in the history
* Removed Web

* Updated README
  • Loading branch information
mateusztylman committed Sep 12, 2022
1 parent 3d7ef37 commit 0cc01b5
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 149 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# Vizier
Prototype of a financial mobile application.
A prototype of a fintech mobile app for managing your finances.

![Vizier](https://cdn.dribbble.com/users/2041249/screenshots/16827492/media/986a5e3073542c34840e3cf8350961ab.jpg?compress=1&resize=1200x900&vertical=top)
## About
The main goal was to create an application with a custom UI without using external libraries.
At Merixstudio, we believe that learning from practice is the most effective. To keep honing our mobile skills, we challenged ourselves to build an application with a custom UI without using external libraries. That’s how Vizier was born.

We created all charts, animations, and custom widgets ourselves, using components provided by Flutter or even layers of canvas.
We created all charts, animations, and custom widgets ourselves, using components provided by Flutter or even layers of canvas. The application uses randomly generated data, but its architecture allows you to easily connect to an external provider (e.g. REST API) without changing views or cubits.


The application uses randomly generated data, but thanks to the architecture in which it was written, it allows you to easily connect an external provider(e.g. REST API) without changing views or cubits.

By making the project public, we can also show you how we work at Merixstudio, the application uses the standards developed by our developers.
We approached Vizier like we would any other commercial project, so it shows the standards our mobile team follows. Now that it’s public, you can see for yourself the quality of work we deliver at Merixstudio.

## Charts
Due to the great interest in the graphs component, we decided to create a separate, public library.
Vizier uses it, but the entire implementation is in the library.
Due to the great interest in the graphs component, we created a separate public library. Vizier uses parts of it, but the entire implementation is in the library.
[Check it here!](https://pub.dev/packages/mrx_charts)

## Features
- Smooth, beautiful animations
- Unique, made from scratch charts
- No external libraries for UI
- Bloc architecture with advantages of SOLID and clean architecture
- BLoC architecture following SOLID and clean architecture principles
- Randomly generated data
- Adaptive widgets to support iOS and Android platform differences
na
Expand Down
Binary file removed web/favicon.png
Binary file not shown.
Binary file removed web/icons/Icon-192.png
Binary file not shown.
Binary file removed web/icons/Icon-512.png
Binary file not shown.
Binary file removed web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed web/icons/Icon-maskable-512.png
Binary file not shown.
104 changes: 0 additions & 104 deletions web/index.html

This file was deleted.

35 changes: 0 additions & 35 deletions web/manifest.json

This file was deleted.

0 comments on commit 0cc01b5

Please sign in to comment.