jahnli
jahnli
How is it used in the flutter project or dart project
import 'dart:math'; import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:touchable/touchable.dart'; void main() => runApp(MyApp()); class MyApp extends StatefulWidget { const MyApp({Key? key}) : super(key: key); @override _MyAppState createState() => _MyAppState(); } class...
 I try to a form of md to HTML, when I use turndown again to md, | disappear, lead to form failure
## 🚀 Feature Requests ### Contextualize the feature How do I get the image bytes from the imageBuilder's imageProvider ### Describe the feature How do I get the image bytes...
## 🚀 Feature Requests ### Contextualize the feature Whether cached images can be processed again, such as grayscale coloring ### Describe the feature Whether cached images can be processed again,...
## 🐛 Bug Report After the cache and image are deleted, the image request 4 seconds later is the latest one If it's less than 3 seconds, it'll still be...
vite support
Currently used on vite, node variables such as global are shown to be wrong Will Vue Vite be supported
### This function solves the problem (这个功能解决的问题) Support for calling spin as a service or directive ### Expected API (期望的 API) Support for calling spin as a service or directive...
### This function solves the problem (这个功能解决的问题) tabs宽度超出时,无法通过鼠标滑动的问题。 ### Expected API (期望的 API) tabs宽度超出时,显示滚动条 我目前的做法是n-tabs-wrapper 设置overflow: auto,但原生滚动天丑了,希望能做优化,在tabs溢出时显示滚动条