Skip to content

Commit

Permalink
Include typed data import for older flutter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Huang committed May 23, 2024
1 parent 2d3153f commit 9bc8f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/_internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ library _internal;

import 'dart:async';
import 'dart:convert';
// This is included in foundation in newer flutter versions, but not in olders ones (eg, 2.8.1)
import 'dart:typed_data';

import 'package:collection/collection.dart';
import 'package:flutter/foundation.dart';
Expand Down

0 comments on commit 9bc8f8e

Please sign in to comment.