Uint8List uint32ToBytes(int value) => Uint8List(4)..buffer.asByteData().setUint32(0, value, Endian.little);