簡體   English   中英

如何導入 flutter(不是飛鏢)collections 庫?

[英]How to import flutter (not dart) collections library?

我可以導入

import 'dart:collection';

But that's not the same as the library with an API here: https://api.flutter.dev/flutter/package-collection_collection/package-collection_collection-library.html

我似乎無法找出導入此庫的正確 uri,並且在 web 或 api 上找不到任何關於此的內容。

import 'package:collection/collection.dart';

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM