简体   繁体   English

如何导入 flutter(不是飞镖)collections 库?

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

I'm able to import我可以导入

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 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

I can't seem to figure out the correct uri for import this library, and can't find any thing on the web or the api about this.我似乎无法找出导入此库的正确 uri,并且在 web 或 api 上找不到任何关于此的内容。

import 'package:collection/collection.dart';

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM