Skip to content

Easy Manga Editor is a simple app for editing and translating manga images with ease

Notifications You must be signed in to change notification settings

TilarnaExedilica/Easy-Manga-Editor

Repository files navigation

easy_manga_editor

Under development...

Project structure

lib/
├── app/                    # App configuration
│   ├── di/                # Dependency injection
│   ├── l10n/              # Localization
│   ├── routes/            # Routing
│   └── theme/             # Theme configuration
│
├── core/                  # Core functionality
│   ├── api/              # API related code
│   ├── bloc/             # Base bloc classes
│   ├── error/            # Error handling
│   ├── storage/          # Local storage
│   └── utils/            # Utilities
│
├── features/             # Business features
│   ├── demo/            # Demo feature
│   │   ├── bloc/        # Demo state management
│   │   ├── models/      # Demo models
│   │   ├── repositories/ # Demo repositories
│   │   └── services/    # Demo services
│   │
│   └── settings/        # Settings feature
│       ├── bloc/        # Settings state management
│       ├── models/      # Settings models
│       └── services/    # Settings services
│
├── screens/             # UI screens
│   ├── home/           # Home screen
│   │   ├── widgets/    # Screen-specific widgets
│   │   └── home_page.dart
│   │
│   └── studio/         # Studio screen
│       ├── widgets/    # Screen-specific widgets
│       └── studio_page.dart
│
└── shared/            # Shared components
    ├── widgets/       # Reusable widgets
    ├── models/       # Shared models
    └── constants/    # Shared constants

Scripts

  • Generate translation keys
dart tools/generate_tr_keys.dart
  • Generate resource keys
dart tools/generate_resource_keys.dart
  • Generate code
# Watch changes
flutter pub run build_runner watch --delete-conflicting-outputs

# Build once
flutter pub run build_runner build --delete-conflicting-outputs

About

Easy Manga Editor is a simple app for editing and translating manga images with ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published