A new Dart Editor build is available at www.dartlang.org/editor. Changes include: New preference to disable auto-activation of code completion. Theme preview works with new analysis engine. Many performance and memory improvements with new analysis engine. Existing base64 encoder method CryptoUtils.bytesToBase64(List bytes, [int lineLength]) is changed to CryptoUtils.bytesToBase64(List bytes, {bool urlSafe : false, bool addLineSeparator : false}) Remove the (long deprecated) List.addLast method.
No comments:
Post a Comment