Skip to content

Brunogncosta/minimaxis_app

 
 

Repository files navigation

_MINIMAXIS: Minimaxis Application

Build Status Platform License

🌐 Introduction

Built-in AI-powered app to assist bitcoin developers

🛠 Installation

  1. Pre-requisites

    • Make sure you have Dart and Flutter installed on your machine.
  2. Clone the Repository

    git clone https://github.com/minimaxis/minimaxis_app
  3. Install Dependencies

    flutter pub get
  4. Run the App

    flutter run

📂 Project File Tree

minimaxis_app
├── android
│   └── ...
├── assets
│   └── ...
├── lib
│   ├── app_module.dart
│   ├── core
│   │   └── ...
│   ├── main.dart
│   └── module
│       ├── home
│       │   └── ...
│       └── welcome
│           └── ...
├── pubspec.lock
├── pubspec.yaml
├── README.md
├── test
│   └── widget_test.dart
├── web
│   └── ...

lib/

module/chat

  • chat_module.dart
    • Module
  • infra/
    • Infrastructure such as API and others.
  • presenter
    • UI

core/

  • core/extensions/build_context_utils.dart
    • Test context extension methods.
  • core/styles/colors.dart & core/styles/text_styles.dart
    • Visual tests (Manual).

🛠 Tech Stack

Design Patterns

  • Bloc
  • Singleton

External Packages

  • Flutter Modular
  • Flutter WebLN
  • Flutter Dotenv
  • Flutter Spinkit
  • Flutter BloC
  • Provider
  • Build Runner
  • Google Fonts
  • HTTP
  • Logger
  • QR Flutter
  • Animated Text Kit
  • URL Launcher
  • Build Runner

Architecture

  • Clean Dart

🌈 Future Roadmap

We plan to train our Artificial Intelligence model more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.4%
  • HTML 3.4%
  • Kotlin 0.2%