mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
feat: refactor code highlighting and add scripts editor pane
- replace `flutter_highlighter` and `highlighter` with `flutter_highlight` and `highlight`. - add `flutter_code_editor` dependency. - introduce a new scripts editor pane in the REST request view.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:apidash_core/apidash_core.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:highlighter/highlighter.dart' show highlight, Node;
|
||||
import 'package:apidash/consts.dart';
|
||||
import 'package:highlight/highlight.dart';
|
||||
import 'error_message.dart';
|
||||
|
||||
(String, bool) sanitize(String input) {
|
||||
|
||||
Reference in New Issue
Block a user