NEW

Summary

Directory Structure

Directory structure:
└── thomasgysemans-code_editor/
    ├── README.md
    ├── CHANGELOG.md
    ├── code_editor.iml
    ├── LICENSE
    ├── pubspec.lock
    ├── pubspec.yaml
    ├── .metadata
    ├── example/
    │   └── main.dart
    ├── lib/
    │   ├── code_editor.dart
    │   ├── EditorModel.dart
    │   ├── EditorModelStyleOptions.dart
    │   ├── FileEditor.dart
    │   ├── Theme.dart
    │   ├── ToolButton.dart
    │   └── formatters/
    │       └── html.dart
    └── test/
        ├── html.dart
        └── test_api.dart

Files Content